RenderElement.php
Same filename in this branch
Same filename in other branches
- 9 core/lib/Drupal/Core/Render/Element/RenderElement.php
- 9 core/lib/Drupal/Core/Render/Annotation/RenderElement.php
- 8.9.x core/lib/Drupal/Core/Render/Element/RenderElement.php
- 8.9.x core/lib/Drupal/Core/Render/Annotation/RenderElement.php
- 10 core/lib/Drupal/Core/Render/Element/RenderElement.php
- 10 core/lib/Drupal/Core/Render/Annotation/RenderElement.php
- 10 core/lib/Drupal/Core/Render/Attribute/RenderElement.php
Namespace
Drupal\Core\Render\AttributeFile
-
core/
lib/ Drupal/ Core/ Render/ Attribute/ RenderElement.php
View source
<?php
declare (strict_types=1);
namespace Drupal\Core\Render\Attribute;
use Drupal\Component\Plugin\Attribute\Plugin;
/**
* Defines a Render element plugin attribute object.
*
* See \Drupal\Core\Render\Element\ElementInterface for more information
* about render element plugins.
*
* Plugin Namespace: Element
*
* For a working example, see \Drupal\Core\Render\Element\Link.
*
* @see \Drupal\Core\Render\ElementInfoManager
* @see \Drupal\Core\Render\Element\ElementInterface
* @see \Drupal\Core\Render\Element\RenderElementBase
* @see \Drupal\Core\Render\Attribute\FormElement
* @see plugin_api
*
* @ingroup theme_render
*/
class RenderElement extends Plugin {
}
Classes
Title | Deprecated | Summary |
---|---|---|
RenderElement | Defines a Render element plugin attribute object. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.