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
ElementInfoManager::clearCachedDefinitions function core/lib/Drupal/Core/Render/ElementInfoManager.php Clears static and persistent plugin definition caches.
ElementInfoManager::createInstance function core/lib/Drupal/Core/Render/ElementInfoManager.php
ElementInfoManager::getCid function core/lib/Drupal/Core/Render/ElementInfoManager.php Returns the CID used to cache the element info.
ElementInfoManager::getInfo function core/lib/Drupal/Core/Render/ElementInfoManager.php Retrieves the default properties for the defined element type.
ElementInfoManager::getInfoProperty function core/lib/Drupal/Core/Render/ElementInfoManager.php Retrieves a single property for the defined element type.
ElementInfoManager::__construct function core/lib/Drupal/Core/Render/ElementInfoManager.php Constructs an ElementInfoManager object.
ElementInfoManagerInterface interface core/lib/Drupal/Core/Render/ElementInfoManagerInterface.php Collects available render array element types.
ElementInfoManagerInterface.php file core/lib/Drupal/Core/Render/ElementInfoManagerInterface.php
ElementInfoManagerInterface::getInfo function core/lib/Drupal/Core/Render/ElementInfoManagerInterface.php Retrieves the default properties for the defined element type.
ElementInfoManagerInterface::getInfoProperty function core/lib/Drupal/Core/Render/ElementInfoManagerInterface.php Retrieves a single property for the defined element type.
ElementInfoManagerTest class core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php @coversDefaultClass \Drupal\Core\Render\ElementInfoManager
@group Render
ElementInfoManagerTest.php file core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php
ElementInfoManagerTest::$cache property core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php The cache backend to use.
ElementInfoManagerTest::$elementInfo property core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php The mocked element_info.
ElementInfoManagerTest::$moduleHandler property core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php The mocked module handler.
ElementInfoManagerTest::$themeHandler property core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php The mocked theme handler.
ElementInfoManagerTest::$themeManager property core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php The mocked theme manager.
ElementInfoManagerTest::providerTestGetInfoElementPlugin function core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php Provides tests data for testGetInfoElementPlugin().
ElementInfoManagerTest::setUp function core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php @covers ::__construct
ElementInfoManagerTest::testGetInfoElementPlugin function core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php Tests the getInfo() method when render element plugins are used.
ElementInfoManagerTest::testGetInfoProperty function core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php @covers ::getInfoProperty
ElementInfoTestNumberBuilder class core/modules/system/tests/modules/element_info_test/src/ElementInfoTestNumberBuilder.php Provides a trusted callback to alter the element_info_test number element.
ElementInfoTestNumberBuilder.php file core/modules/system/tests/modules/element_info_test/src/ElementInfoTestNumberBuilder.php
ElementInfoTestNumberBuilder::preRender function core/modules/system/tests/modules/element_info_test/src/ElementInfoTestNumberBuilder.php Sets element_info_test - #pre_render callback.
ElementInfoTestNumberBuilder::trustedCallbacks function core/modules/system/tests/modules/element_info_test/src/ElementInfoTestNumberBuilder.php Lists the trusted callbacks provided by the implementing class.
ElementInterface interface core/lib/Drupal/Core/Render/Element/ElementInterface.php Provides an interface for render element plugins.
ElementInterface interface core/modules/config_translation/src/FormElement/ElementInterface.php Provides an interface for configuration translation form elements.
ElementInterface.php file core/modules/config_translation/src/FormElement/ElementInterface.php
ElementInterface.php file core/lib/Drupal/Core/Render/Element/ElementInterface.php
ElementInterface::create function core/modules/config_translation/src/FormElement/ElementInterface.php Creates a form element instance from a schema definition.
ElementInterface::getInfo function core/lib/Drupal/Core/Render/Element/ElementInterface.php Returns the element properties for this element.
ElementInterface::getTranslationBuild function core/modules/config_translation/src/FormElement/ElementInterface.php Builds a render array containing the source and translation form elements.
ElementInterface::setAttributes function core/lib/Drupal/Core/Render/Element/ElementInterface.php Sets a form element's class attribute.
ElementInterface::setConfig function core/modules/config_translation/src/FormElement/ElementInterface.php Sets configuration based on a nested form value array.
elements.css file core/themes/claro/css/base/elements.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/

/**
* Generic elements.
*/

html {
font-family: var(--font-family);
font-size: 100%;
font-weight:…
elements.pcss.css file core/themes/claro/css/base/elements.pcss.css /**
* Generic elements.
*/

html {
font-family: var(--font-family);
font-size: 100%;
font-weight: normal;
font-style: normal;
line-height: var(--line-height);
}
body {
word-wrap: break-word;
hyphens: auto;
color: var(--color-fg);
ElementsAccessTest class core/modules/system/tests/src/Functional/Form/ElementsAccessTest.php Tests access control for form elements.
ElementsAccessTest.php file core/modules/system/tests/src/Functional/Form/ElementsAccessTest.php
ElementsAccessTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/ElementsAccessTest.php The theme to install as the default for testing.
ElementsAccessTest::$modules property core/modules/system/tests/src/Functional/Form/ElementsAccessTest.php Modules to install.
ElementsAccessTest::testAccessFalse function core/modules/system/tests/src/Functional/Form/ElementsAccessTest.php Ensures that child values are still processed when #access = FALSE.
ElementsContainerTest class core/modules/system/tests/src/Functional/Form/ElementsContainerTest.php Tests the container form element for expected behavior.
ElementsContainerTest.php file core/modules/system/tests/src/Functional/Form/ElementsContainerTest.php
ElementsContainerTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/ElementsContainerTest.php The theme to install as the default for testing.
ElementsContainerTest::$modules property core/modules/system/tests/src/Functional/Form/ElementsContainerTest.php Modules to install.
ElementsContainerTest::testOptionalContainerElements function core/modules/system/tests/src/Functional/Form/ElementsContainerTest.php Tests the #optional container property.
ElementsFieldsetTest class core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php Tests fieldset element rendering and description placement.
ElementsFieldsetTest.php file core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php
ElementsFieldsetTest::$modules property core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php Modules to install.
ElementsFieldsetTest::buildForm function core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php Form constructor.

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