class DeprecatedExtendsRenderElement
Same name in other branches
- 10 core/modules/system/tests/modules/element_info_test/src/Element/DeprecatedExtendsRenderElement.php \Drupal\element_info_test\Element\DeprecatedExtendsRenderElement
Provides render element that extends deprecated RenderElement for testing.
@phpstan-ignore class.extendsDeprecatedClass
Hierarchy
- class \Drupal\Component\Plugin\PluginBase implements \Drupal\Component\Plugin\PluginInspectionInterface, \Drupal\Component\Plugin\DerivativeInspectionInterface
- class \Drupal\Core\Plugin\PluginBase extends \Drupal\Component\Plugin\PluginBase uses \Drupal\Core\StringTranslation\StringTranslationTrait, \Drupal\Core\DependencyInjection\DependencySerializationTrait, \Drupal\Core\Messenger\MessengerTrait
- class \Drupal\Core\Render\Element\RenderElementBase extends \Drupal\Core\Plugin\PluginBase implements \Drupal\Core\Render\Element\ElementInterface
- class \Drupal\Core\Render\Element\RenderElement extends \Drupal\Core\Render\Element\RenderElementBase
- class \Drupal\element_info_test\Element\DeprecatedExtendsRenderElement extends \Drupal\Core\Render\Element\RenderElement
- class \Drupal\Core\Render\Element\RenderElement extends \Drupal\Core\Render\Element\RenderElementBase
- class \Drupal\Core\Render\Element\RenderElementBase extends \Drupal\Core\Plugin\PluginBase implements \Drupal\Core\Render\Element\ElementInterface
- class \Drupal\Core\Plugin\PluginBase extends \Drupal\Component\Plugin\PluginBase uses \Drupal\Core\StringTranslation\StringTranslationTrait, \Drupal\Core\DependencyInjection\DependencySerializationTrait, \Drupal\Core\Messenger\MessengerTrait
Expanded class hierarchy of DeprecatedExtendsRenderElement
1 file declares its use of DeprecatedExtendsRenderElement
- DeprecatedElementTest.php in core/
tests/ Drupal/ KernelTests/ Core/ Render/ Element/ DeprecatedElementTest.php
File
-
core/
modules/ system/ tests/ modules/ element_info_test/ src/ Element/ DeprecatedExtendsRenderElement.php, line 15
Namespace
Drupal\element_info_test\ElementView source
class DeprecatedExtendsRenderElement extends RenderElementDeprecated {
/**
* {@inheritdoc}
*/
public function getInfo() {
return [];
}
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overriden Title | Overrides |
---|---|---|---|---|---|
DeprecatedExtendsRenderElement::getInfo | public | function | Returns the element properties for this element. | Overrides ElementInterface::getInfo | |
PluginInspectionInterface::getPluginDefinition | public | function | Gets the definition of the plugin implementation. | 6 | |
PluginInspectionInterface::getPluginId | public | function | Gets the plugin ID of the plugin instance. | 2 | |
RenderElement::preRenderAjaxForm | public static | function | Overrides RenderElementBase::preRenderAjaxForm | ||
RenderElement::preRenderGroup | public static | function | Overrides RenderElementBase::preRenderGroup | ||
RenderElement::processAjaxForm | public static | function | Overrides RenderElementBase::processAjaxForm | ||
RenderElement::processGroup | public static | function | Overrides RenderElementBase::processGroup | ||
RenderElement::setAttributes | public static | function | Overrides RenderElementBase::setAttributes | ||
RenderElement::__construct | public | function | 1 |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.