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

Breadcrumb

  1. Drupal Core 11.1.x

PageDisplayVariant.php

Same filename in this branch
  1. 11.1.x core/lib/Drupal/Core/Display/Annotation/PageDisplayVariant.php

Namespace

Drupal\Core\Display\Attribute

File

core/lib/Drupal/Core/Display/Attribute/PageDisplayVariant.php

View source
<?php

namespace Drupal\Core\Display\Attribute;


/**
 * Defines a page display variant attribute object.
 *
 * Page display variants are a specific type of display variant, intended to
 * render entire pages. They must render the crucial parts of a page, which are:
 * - the title
 * - the main content
 * - any messages (#type => status_messages)
 *
 * @see \Drupal\Core\Display\VariantInterface
 * @see \Drupal\Core\Display\PageVariantInterface
 * @see \Drupal\Core\Display\VariantBase
 * @see \Drupal\Core\Display\VariantManager
 * @see plugin_api
 */
class PageDisplayVariant extends DisplayVariant {

}

Classes

Title Deprecated Summary
PageDisplayVariant Defines a page display variant attribute object.

API Navigation

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