class ViewsArea
Same name in this branch
- 10 core/modules/views/src/Annotation/ViewsArea.php \Drupal\views\Annotation\ViewsArea
Same name and namespace in other branches
- 11.x core/modules/views/src/Attribute/ViewsArea.php \Drupal\views\Attribute\ViewsArea
Defines a Plugin attribute object for views area handlers.
Attributes
#[\Attribute(\Attribute::TARGET_CLASS)]
Hierarchy
- class \Drupal\Component\Plugin\Attribute\AttributeBase extends \Drupal\Component\Plugin\Attribute\AttributeInterface
- class \Drupal\Component\Plugin\Attribute\PluginID implements \Drupal\Component\Plugin\Attribute\AttributeBase
- class \Drupal\views\Attribute\ViewsArea implements \Drupal\Component\Plugin\Attribute\PluginID
- class \Drupal\Component\Plugin\Attribute\PluginID implements \Drupal\Component\Plugin\Attribute\AttributeBase
Expanded class hierarchy of ViewsArea
See also
\Drupal\views\Plugin\views\area\AreaPluginBase
Related topics
13 files declare their use of ViewsArea
- Broken.php in core/
modules/ views/ src/ Plugin/ views/ area/ Broken.php - DisplayLink.php in core/
modules/ views/ src/ Plugin/ views/ area/ DisplayLink.php - Entity.php in core/
modules/ views/ src/ Plugin/ views/ area/ Entity.php - HTTPStatusCode.php in core/
modules/ views/ src/ Plugin/ views/ area/ HTTPStatusCode.php - ListingEmpty.php in core/
modules/ node/ src/ Plugin/ views/ area/ ListingEmpty.php
File
-
core/
modules/ views/ src/ Attribute/ ViewsArea.php, line 14
Namespace
Drupal\views\AttributeView source
class ViewsArea extends PluginID {
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overriden Title | Overrides |
---|---|---|---|---|---|
AttributeBase::$class | protected | property | The class used for this attribute class. | ||
AttributeBase::$provider | protected | property | The provider of the attribute class. | ||
AttributeBase::getClass | public | function | Gets the class of the attribute class. | Overrides AttributeInterface::getClass | 1 |
AttributeBase::getId | public | function | Gets the unique ID for this attribute class. | Overrides AttributeInterface::getId | |
AttributeBase::getProvider | public | function | Gets the name of the provider of the attribute class. | Overrides AttributeInterface::getProvider | |
AttributeBase::setClass | public | function | Sets the class of the attributed class. | Overrides AttributeInterface::setClass | 1 |
AttributeBase::setProvider | public | function | Sets the name of the provider of the attribute class. | Overrides AttributeInterface::setProvider | |
AttributeBase::__construct | public | function | 1 | ||
PluginID::get | public | function | Gets the value of an attribute. | Overrides AttributeBase::get |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.