Search for element
- Search 7.x for element
- Search 9.5.x for element
- Search 8.9.x for element
- Search 10.3.x for element
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Element | class | core/ |
Defines a service for Text Editor's render elements. |
Element | class | core/ |
Provides helper methods for Drupal render elements. |
Element | class | core/ |
Defines a generic configuration element. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
RenderElement.php | file | core/ |
|
RenderElement.php | file | core/ |
|
RenderElement.php | file | core/ |
|
RenderElement::preRenderAjaxForm | function | core/ |
|
RenderElement::preRenderGroup | function | core/ |
|
RenderElement::processAjaxForm | function | core/ |
|
RenderElement::processGroup | function | core/ |
|
RenderElement::setAttributes | function | core/ |
|
RenderElement::__construct | function | core/ |
|
RenderElementBase | class | core/ |
Provides a base class for render element plugins. |
RenderElementBase.php | file | core/ |
|
RenderElementBase::$renderParent | property | core/ |
The parent element. |
RenderElementBase::$renderParentName | property | core/ |
The parent key. |
RenderElementBase::$storage | property | core/ |
The storage. |
RenderElementBase::addChild | function | core/ |
|
RenderElementBase::changeType | function | core/ |
|
RenderElementBase::create | function | core/ |
|
RenderElementBase::createChild | function | core/ |
|
RenderElementBase::elementInfoManager | function | core/ |
Returns the element info manager. |
RenderElementBase::getChild | function | core/ |
|
RenderElementBase::getChildren | function | core/ |
|
RenderElementBase::initializeInternalStorage | function | core/ |
|
RenderElementBase::preRenderAjaxForm | function | core/ |
Adds Ajax information about an element to communicate with JavaScript. |
RenderElementBase::preRenderGroup | function | core/ |
Adds members of this group as actual elements for rendering. |
RenderElementBase::processAjaxForm | function | core/ |
Form element processing handler for the #ajax form property. |
RenderElementBase::processGroup | function | core/ |
Arranges elements into groups. |
RenderElementBase::removeChild | function | core/ |
|
RenderElementBase::setAttributes | function | core/ |
|
RenderElementBase::setType | function | core/ |
Set type on initialize. |
RenderElementBase::toRenderable | function | core/ |
|
RenderElementBase::__construct | function | core/ |
Constructs a new render element object. |
RenderElementBase::__get | function | core/ |
Magic method: gets a property value. |
RenderElementBase::__isset | function | core/ |
Magic method: checks if a property value is set. |
RenderElementBase::__set | function | core/ |
Magic method: Sets a property value. |
RenderElementBase::__sleep | function | core/ |
|
RenderElementBase::__unset | function | core/ |
Magic method: unsets a property value. |
RenderElementBase::__wakeup | function | core/ |
|
RenderElementHelper | class | core/ |
Provides functionality to process render elements. |
RenderElementHelper.php | file | core/ |
|
RenderElementHelper::alterElementInfo | function | core/ |
Alters the element type info. |
RenderElementHelper::processElement | function | core/ |
Process all render elements. |
RenderElementTest | class | core/ |
@coversDefaultClass \Drupal\Core\Render\Element\RenderElementBase[[api-linebreak]] @group Render |
RenderElementTest.php | file | core/ |
|
RenderElementTest::$container | property | core/ |
The container. |
RenderElementTest::$requestStack | property | core/ |
The request stack. |
RenderElementTest::providerTestSetAttributes | function | core/ |
Provides test data for testSetAttributes(). |
RenderElementTest::setUp | function | core/ |
|
RenderElementTest::testPreRenderAjaxForm | function | core/ |
@covers ::preRenderAjaxForm[[api-linebreak]] |
RenderElementTest::testPreRenderAjaxFormWithQueryOptions | function | core/ |
@covers ::preRenderAjaxForm[[api-linebreak]] |
RenderElementTest::testSetAttributes | function | core/ |
@covers ::setAttributes[[api-linebreak]] |
Pagination
- Previous page
- Page 18
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.