DisplayPluginBase::elementPreRender |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
#pre_render callback for view display rendering. |
DisplayPluginInterface::elementPreRender |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
#pre_render callback for view display rendering. |
DocumentElement |
class |
core/tests/Drupal/Tests/DocumentElement.php |
Document element. |
DocumentElement.php |
file |
core/tests/Drupal/Tests/DocumentElement.php |
|
DocumentElement::getContent |
function |
core/tests/Drupal/Tests/DocumentElement.php |
Returns document content. |
DocumentElement::getText |
function |
core/tests/Drupal/Tests/DocumentElement.php |
|
DocumentElement::getXpath |
function |
core/tests/Drupal/Tests/DocumentElement.php |
Returns XPath for handled element. |
DocumentElement::hasContent |
function |
core/tests/Drupal/Tests/DocumentElement.php |
Check whether document has specified content. |
DocumentElement::waitFor |
function |
core/tests/Drupal/Tests/DocumentElement.php |
|
DrupalAspectsOfCKEditor5Plugin::$elements |
property |
core/modules/ckeditor5/src/Annotation/DrupalAspectsOfCKEditor5Plugin.php |
List of elements and attributes provided. |
DrupalSelenium2Driver::executeJsOnElement |
function |
core/tests/Drupal/FunctionalJavascriptTests/DrupalSelenium2Driver.php |
Executes JS on a given element. |
Drupal\Core\Render\ElementInfoManagerInterface |
service |
core/core.services.yml |
|
Drupal\editor\Element |
service |
core/modules/editor/editor.services.yml |
|
DummyAjaxFormatter::viewElements |
function |
core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldFormatter/DummyAjaxFormatter.php |
Builds a renderable array for a field value. |
DummyAjaxWidget::formElement |
function |
core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldWidget/DummyAjaxWidget.php |
Returns the form for a single field widget. |
DummyImageFormatter::viewElements |
function |
core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldFormatter/DummyImageFormatter.php |
Builds a renderable array for a field value. |
EditModeTest::getTabbableElementsCount |
function |
core/modules/contextual/tests/src/FunctionalJavascript/EditModeTest.php |
Gets the number of elements that are tabbable. |
Editor::$supported_element_types |
property |
core/modules/editor/src/Annotation/Editor.php |
A list of element types this text editor supports. |
EditorLoadingTest::testSupportedElementTypes |
function |
core/modules/editor/tests/src/Functional/EditorLoadingTest.php |
Tests supported element types. |
editor_element_info_alter |
function |
core/modules/editor/editor.module |
Implements hook_element_info_alter(). |
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. |
element.editor |
service |
core/modules/editor/editor.services.yml |
Drupal\editor\Element |
Element.php |
file |
core/modules/editor/src/Element.php |
|
Element.php |
file |
core/lib/Drupal/Core/Render/Element.php |
|
Element.php |
file |
core/lib/Drupal/Core/Config/Schema/Element.php |
|
Element::$pluginManager |
property |
core/modules/editor/src/Element.php |
The Text Editor plugin manager service. |
Element::$value |
property |
core/lib/Drupal/Core/Config/Schema/Element.php |
The configuration value. |
Element::child |
function |
core/lib/Drupal/Core/Render/Element.php |
Checks if the key is a child. |
Element::children |
function |
core/lib/Drupal/Core/Render/Element.php |
Identifies the children of an element array, optionally sorted by weight. |
Element::getTypedDataManager |
function |
core/lib/Drupal/Core/Config/Schema/Element.php |
Gets the typed configuration manager. |
Element::getVisibleChildren |
function |
core/lib/Drupal/Core/Render/Element.php |
Returns the visible children of an element. |
Element::isEmpty |
function |
core/lib/Drupal/Core/Render/Element.php |
Indicates whether the given element is empty. |
Element::isRenderArray |
function |
core/lib/Drupal/Core/Render/Element.php |
Checks if a candidate is a render array. |
Element::isVisibleElement |
function |
core/lib/Drupal/Core/Render/Element.php |
Determines if an element is visible. |
Element::preRenderTextFormat |
function |
core/modules/editor/src/Element.php |
Additional #pre_render callback for 'text_format' elements. |
Element::properties |
function |
core/lib/Drupal/Core/Render/Element.php |
Gets properties of a structured array element (keys beginning with '#'). |
Element::property |
function |
core/lib/Drupal/Core/Render/Element.php |
Checks if the key is a property. |
Element::setAttributes |
function |
core/lib/Drupal/Core/Render/Element.php |
Sets HTML attributes based on element properties. |
Element::setTypedDataManager |
function |
core/lib/Drupal/Core/Config/Schema/Element.php |
Sets the typed config manager. |
Element::trustedCallbacks |
function |
core/modules/editor/src/Element.php |
Lists the trusted callbacks provided by the implementing class. |
Element::__construct |
function |
core/modules/editor/src/Element.php |
Constructs a new Element object. |
ElementInfoIntegrationTest |
class |
core/tests/Drupal/KernelTests/Core/Render/ElementInfoIntegrationTest.php |
Tests the element info. |
ElementInfoIntegrationTest.php |
file |
core/tests/Drupal/KernelTests/Core/Render/ElementInfoIntegrationTest.php |
|
ElementInfoIntegrationTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Render/ElementInfoIntegrationTest.php |
|
ElementInfoIntegrationTest::testElementInfoByTheme |
function |
core/tests/Drupal/KernelTests/Core/Render/ElementInfoIntegrationTest.php |
Ensures that the element info can be altered by themes. |
ElementInfoManager |
class |
core/lib/Drupal/Core/Render/ElementInfoManager.php |
Provides a plugin manager for element plugins. |
ElementInfoManager.php |
file |
core/lib/Drupal/Core/Render/ElementInfoManager.php |
|
ElementInfoManager::$deprecatedProperties |
property |
core/lib/Drupal/Core/Render/ElementInfoManager.php |
Defines deprecated injected properties. |