class PageDisplayVariant in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Display/Annotation/PageDisplayVariant.php \Drupal\Core\Display\Annotation\PageDisplayVariant
Defines a page display variant annotation 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)
Hierarchy
- class \Drupal\Component\Annotation\Plugin implements AnnotationInterface- class \Drupal\Core\Display\Annotation\DisplayVariant- class \Drupal\Core\Display\Annotation\PageDisplayVariant
 
 
- class \Drupal\Core\Display\Annotation\DisplayVariant
Expanded class hierarchy of PageDisplayVariant
See also
\Drupal\Core\Display\VariantInterface
\Drupal\Core\Display\PageVariantInterface
\Drupal\Core\Display\VariantBase
\Drupal\Core\Display\VariantManager
Related topics
2 classes are annotated with PageDisplayVariant
- BlockPageVariant in core/modules/ block/ src/ Plugin/ DisplayVariant/ BlockPageVariant.php 
- Provides a page display variant that decorates the main content with blocks.
- SimplePageVariant in core/lib/ Drupal/ Core/ Render/ Plugin/ DisplayVariant/ SimplePageVariant.php 
- Provides a page display variant that simply renders the main content.
File
- core/lib/ Drupal/ Core/ Display/ Annotation/ PageDisplayVariant.php, line 27 
- Contains \Drupal\Core\Display\Annotation\PageDisplayVariant.
Namespace
Drupal\Core\Display\AnnotationView source
class PageDisplayVariant extends DisplayVariant {
}Members
| Name   | Modifiers | Type | Description | Overrides | 
|---|---|---|---|---|
| DisplayVariant:: | public | property | The administrative label. | |
| DisplayVariant:: | public | property | The plugin ID. | |
| Plugin:: | protected | property | The plugin definition read from the class annotation. | 1 | 
| Plugin:: | public | function | Gets the value of an annotation. Overrides AnnotationInterface:: | 2 | 
| Plugin:: | public | function | Gets the class of the annotated class. Overrides AnnotationInterface:: | |
| Plugin:: | public | function | Gets the unique ID for this annotated class. Overrides AnnotationInterface:: | |
| Plugin:: | public | function | Gets the name of the provider of the annotated class. Overrides AnnotationInterface:: | |
| Plugin:: | protected | function | Parses an annotation into its definition. | |
| Plugin:: | public | function | Sets the class of the annotated class. Overrides AnnotationInterface:: | |
| Plugin:: | public | function | Sets the name of the provider of the annotated class. Overrides AnnotationInterface:: | |
| Plugin:: | public | function | Constructs a Plugin object. | 1 | 
