Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Page.php

function Page::getInfo

Overrides ElementInterface::getInfo

File

core/lib/Drupal/Core/Render/Element/Page.php, line 18

Class

Page
Provides a render element for the content of an HTML page.

Namespace

Drupal\Core\Render\Element

Code

public function getInfo() {
    return [
        '#theme' => 'page',
        '#title' => '',
    ];
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal