class DeprecatedExtendsRenderElement

Provides render element that extends deprecated RenderElement for testing.

@phpstan-ignore-next-line

Hierarchy

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 13

Namespace

Drupal\element_info_test\Element
View 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 Adds Ajax information about an element to communicate with JavaScript. Overrides RenderElementBase::preRenderAjaxForm
RenderElement::preRenderGroup public static function Adds members of this group as actual elements for rendering. Overrides RenderElementBase::preRenderGroup
RenderElement::processAjaxForm public static function Form element processing handler for the #ajax form property. Overrides RenderElementBase::processAjaxForm
RenderElement::processGroup public static function Arranges elements into groups. Overrides RenderElementBase::processGroup
RenderElement::setAttributes public static function Sets a form element's class attribute. 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.