Search for element

  1. Search 7.x for element
  2. Search 9.5.x for element
  3. Search 8.9.x for element
  4. Search 10.3.x for element
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Element class core/modules/editor/src/Element.php Defines a service for Text Editor's render elements.
Element class core/lib/Drupal/Core/Render/Element.php Provides helper methods for Drupal render elements.
Element class core/lib/Drupal/Core/Config/Schema/Element.php Defines a generic configuration element.

All search results

Title Object type File name Summary
RenderElement.php file core/lib/Drupal/Core/Render/Attribute/RenderElement.php
RenderElement.php file core/lib/Drupal/Core/Render/Element/RenderElement.php
RenderElement.php file core/lib/Drupal/Core/Render/Annotation/RenderElement.php
RenderElement::preRenderAjaxForm function core/lib/Drupal/Core/Render/Element/RenderElement.php Adds Ajax information about an element to communicate with JavaScript.
RenderElement::preRenderGroup function core/lib/Drupal/Core/Render/Element/RenderElement.php Adds members of this group as actual elements for rendering.
RenderElement::processAjaxForm function core/lib/Drupal/Core/Render/Element/RenderElement.php Form element processing handler for the #ajax form property.
RenderElement::processGroup function core/lib/Drupal/Core/Render/Element/RenderElement.php Arranges elements into groups.
RenderElement::setAttributes function core/lib/Drupal/Core/Render/Element/RenderElement.php Sets a form element's class attribute.
RenderElement::__construct function core/lib/Drupal/Core/Render/Element/RenderElement.php Constructs a new render element object.
RenderElementBase class core/lib/Drupal/Core/Render/Element/RenderElementBase.php Provides a base class for render element plugins.
RenderElementBase.php file core/lib/Drupal/Core/Render/Element/RenderElementBase.php
RenderElementBase::$renderParent property core/lib/Drupal/Core/Render/Element/RenderElementBase.php The parent element.
RenderElementBase::$renderParentName property core/lib/Drupal/Core/Render/Element/RenderElementBase.php The parent key.
RenderElementBase::$storage property core/lib/Drupal/Core/Render/Element/RenderElementBase.php The storage.
RenderElementBase::addChild function core/lib/Drupal/Core/Render/Element/RenderElementBase.php Adds a child render element.
RenderElementBase::changeType function core/lib/Drupal/Core/Render/Element/RenderElementBase.php Change the type of the element.
RenderElementBase::create function core/lib/Drupal/Core/Render/Element/RenderElementBase.php Creates an instance of the plugin.
RenderElementBase::createChild function core/lib/Drupal/Core/Render/Element/RenderElementBase.php Creates a render object and attaches it to the current render object.
RenderElementBase::elementInfoManager function core/lib/Drupal/Core/Render/Element/RenderElementBase.php Returns the element info manager.
RenderElementBase::getChild function core/lib/Drupal/Core/Render/Element/RenderElementBase.php Gets a child.
RenderElementBase::getChildren function core/lib/Drupal/Core/Render/Element/RenderElementBase.php Returns child elements.
RenderElementBase::initializeInternalStorage function core/lib/Drupal/Core/Render/Element/RenderElementBase.php Initialize storage.
RenderElementBase::preRenderAjaxForm function core/lib/Drupal/Core/Render/Element/RenderElementBase.php Adds Ajax information about an element to communicate with JavaScript.
RenderElementBase::preRenderGroup function core/lib/Drupal/Core/Render/Element/RenderElementBase.php Adds members of this group as actual elements for rendering.
RenderElementBase::processAjaxForm function core/lib/Drupal/Core/Render/Element/RenderElementBase.php Form element processing handler for the #ajax form property.
RenderElementBase::processGroup function core/lib/Drupal/Core/Render/Element/RenderElementBase.php Arranges elements into groups.
RenderElementBase::removeChild function core/lib/Drupal/Core/Render/Element/RenderElementBase.php Removes a child.
RenderElementBase::setAttributes function core/lib/Drupal/Core/Render/Element/RenderElementBase.php Sets a form element's class attribute.
RenderElementBase::setType function core/lib/Drupal/Core/Render/Element/RenderElementBase.php Set type on initialize.
RenderElementBase::toRenderable function core/lib/Drupal/Core/Render/Element/RenderElementBase.php Returns a render array.
RenderElementBase::__construct function core/lib/Drupal/Core/Render/Element/RenderElementBase.php Constructs a new render element object.
RenderElementBase::__get function core/lib/Drupal/Core/Render/Element/RenderElementBase.php Magic method: gets a property value.
RenderElementBase::__isset function core/lib/Drupal/Core/Render/Element/RenderElementBase.php Magic method: checks if a property value is set.
RenderElementBase::__set function core/lib/Drupal/Core/Render/Element/RenderElementBase.php Magic method: Sets a property value.
RenderElementBase::__sleep function core/lib/Drupal/Core/Render/Element/RenderElementBase.php
RenderElementBase::__unset function core/lib/Drupal/Core/Render/Element/RenderElementBase.php Magic method: unsets a property value.
RenderElementBase::__wakeup function core/lib/Drupal/Core/Render/Element/RenderElementBase.php
RenderElementHelper class core/modules/inline_form_errors/src/RenderElementHelper.php Provides functionality to process render elements.
RenderElementHelper.php file core/modules/inline_form_errors/src/RenderElementHelper.php
RenderElementHelper::alterElementInfo function core/modules/inline_form_errors/src/RenderElementHelper.php Alters the element type info.
RenderElementHelper::processElement function core/modules/inline_form_errors/src/RenderElementHelper.php Process all render elements.
RenderElementTest class core/tests/Drupal/Tests/Core/Render/Element/RenderElementTest.php @coversDefaultClass \Drupal\Core\Render\Element\RenderElementBase[[api-linebreak]]
@group Render
RenderElementTest.php file core/tests/Drupal/Tests/Core/Render/Element/RenderElementTest.php
RenderElementTest::$container property core/tests/Drupal/Tests/Core/Render/Element/RenderElementTest.php The container.
RenderElementTest::$requestStack property core/tests/Drupal/Tests/Core/Render/Element/RenderElementTest.php The request stack.
RenderElementTest::providerTestSetAttributes function core/tests/Drupal/Tests/Core/Render/Element/RenderElementTest.php Provides test data for testSetAttributes().
RenderElementTest::setUp function core/tests/Drupal/Tests/Core/Render/Element/RenderElementTest.php
RenderElementTest::testPreRenderAjaxForm function core/tests/Drupal/Tests/Core/Render/Element/RenderElementTest.php @covers ::preRenderAjaxForm[[api-linebreak]]
RenderElementTest::testPreRenderAjaxFormWithQueryOptions function core/tests/Drupal/Tests/Core/Render/Element/RenderElementTest.php @covers ::preRenderAjaxForm[[api-linebreak]]
RenderElementTest::testSetAttributes function core/tests/Drupal/Tests/Core/Render/Element/RenderElementTest.php @covers ::setAttributes[[api-linebreak]]

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.