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. Search 11.x for element
  6. 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
Markup::elementType function core/modules/views/src/Plugin/views/field/Markup.php
Media::getElementsSubset function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Media.php
MediaHooks::fieldWidgetSingleElementFormAlter function core/modules/media/src/Hook/MediaHooks.php Implements hook_field_widget_single_element_form_alter().
MediaLibraryInceptionWidget::elementValidate function core/modules/media_library/tests/modules/media_library_test_widget/src/Plugin/Field/FieldWidget/MediaLibraryInceptionWidget.php
MediaLibraryInceptionWidget::formElement function core/modules/media_library/tests/modules/media_library_test_widget/src/Plugin/Field/FieldWidget/MediaLibraryInceptionWidget.php
MediaLibrarySelectForm::form_element_name function core/modules/media_library/src/Plugin/views/field/MediaLibrarySelectForm.php Return the name of a form field.
MediaLibrarySelectForm::form_element_row_id function core/modules/media_library/src/Plugin/views/field/MediaLibrarySelectForm.php Return a media entity ID from a views result row.
MediaLibraryTestBase::assertElementExistsAfterWait function core/modules/media_library/tests/src/FunctionalJavascript/MediaLibraryTestBase.php Waits for the specified selector and returns it if not empty.
MediaLibraryTestBase::waitForElementsCount function core/modules/media_library/tests/src/FunctionalJavascript/MediaLibraryTestBase.php Checks for a specified number of specific elements on page after wait.
MediaLibraryTestBase::waitForElementTextContains function core/modules/media_library/tests/src/FunctionalJavascript/MediaLibraryTestBase.php Asserts that text appears in an element after a wait.
MediaLibraryWidget::errorElement function core/modules/media_library/src/Plugin/Field/FieldWidget/MediaLibraryWidget.php
MediaLibraryWidget::formElement function core/modules/media_library/src/Plugin/Field/FieldWidget/MediaLibraryWidget.php
MediaThumbnailFormatter::viewElements function core/modules/media/src/Plugin/Field/FieldFormatter/MediaThumbnailFormatter.php Builds a renderable array for a field value.
MenuLinkTreeElement class core/lib/Drupal/Core/Menu/MenuLinkTreeElement.php Provides a value object to model an element in a menu link tree.
MenuLinkTreeElement.php file core/lib/Drupal/Core/Menu/MenuLinkTreeElement.php
MenuLinkTreeElement::$access property core/lib/Drupal/Core/Menu/MenuLinkTreeElement.php Whether this link is accessible by the current user.
MenuLinkTreeElement::$depth property core/lib/Drupal/Core/Menu/MenuLinkTreeElement.php The depth of this link relative to the root of the tree.
MenuLinkTreeElement::$hasChildren property core/lib/Drupal/Core/Menu/MenuLinkTreeElement.php Whether this link has any children at all.
MenuLinkTreeElement::$inActiveTrail property core/lib/Drupal/Core/Menu/MenuLinkTreeElement.php Whether this link is in the active trail.
MenuLinkTreeElement::$link property core/lib/Drupal/Core/Menu/MenuLinkTreeElement.php The menu link for this element in a menu link tree.
MenuLinkTreeElement::$options property core/lib/Drupal/Core/Menu/MenuLinkTreeElement.php Additional options for this link.
MenuLinkTreeElement::$subtree property core/lib/Drupal/Core/Menu/MenuLinkTreeElement.php The subtree of this element in the menu link tree (this link's children).
MenuLinkTreeElement::count function core/lib/Drupal/Core/Menu/MenuLinkTreeElement.php Counts all menu links in the current subtree.
MenuLinkTreeElement::__construct function core/lib/Drupal/Core/Menu/MenuLinkTreeElement.php Constructs a new \Drupal\Core\Menu\MenuLinkTreeElement.
MenuLinkTreeElementTest class core/tests/Drupal/Tests/Core/Menu/MenuLinkTreeElementTest.php Tests the menu link tree element value object.
MenuLinkTreeElementTest.php file core/tests/Drupal/Tests/Core/Menu/MenuLinkTreeElementTest.php
MenuLinkTreeElementTest::testConstruction function core/tests/Drupal/Tests/Core/Menu/MenuLinkTreeElementTest.php Tests construction.
MenuLinkTreeElementTest::testCount function core/tests/Drupal/Tests/Core/Menu/MenuLinkTreeElementTest.php Tests count().
MenuParentFormSelector::parentSelectElement function core/lib/Drupal/Core/Menu/MenuParentFormSelector.php
MenuParentFormSelectorInterface::parentSelectElement function core/lib/Drupal/Core/Menu/MenuParentFormSelectorInterface.php Gets a form element to choose a menu and parent.
ModerationStateWidget::formElement function core/modules/content_moderation/src/Plugin/Field/FieldWidget/ModerationStateWidget.php
ModerationStateWidget::validateElement function core/modules/content_moderation/src/Plugin/Field/FieldWidget/ModerationStateWidget.php
ModuleFilterTest::filterVisibleElements function core/modules/system/tests/src/FunctionalJavascript/ModuleFilterTest.php Removes any non-visible elements from the passed array.
ModuleUninstallFilterTest::filterVisibleElements function core/modules/system/tests/src/FunctionalJavascript/ModuleUninstallFilterTest.php Removes any non-visible elements from the passed array.
NavigationHooks::elementInfoAlter function core/modules/navigation/src/Hook/NavigationHooks.php Implements hook_element_info_alter().
NavigationLinkBlock::validateIconClassElement function core/modules/navigation/src/Plugin/Block/NavigationLinkBlock.php Form element validation handler for the 'icon_class' element.
NavigationLinkBlock::validateUriElement function core/modules/navigation/src/Plugin/Block/NavigationLinkBlock.php Form element validation handler for the 'uri' element.
NumberWidget::errorElement function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/NumberWidget.php
NumberWidget::formElement function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/NumberWidget.php
NumericFormatterBase::viewElements function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericFormatterBase.php
NumericUnformattedFormatter::viewElements function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericUnformattedFormatter.php
OEmbedForm::buildInputElement function core/modules/media_library/src/Form/OEmbedForm.php
OEmbedFormatter::viewElements function core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php Builds a renderable array for a field value.
OEmbedWidget::formElement function core/modules/media/src/Plugin/Field/FieldWidget/OEmbedWidget.php Returns the form for a single field widget.
OffCanvasTestBase::assertElementVisibleAfterWait function core/modules/system/tests/src/FunctionalJavascript/OffCanvasTestBase.php Asserts the specified selector is visible after a wait.
OliveroHooks::elementInfoAlter function core/themes/olivero/src/Hook/OliveroHooks.php Implements hook_element_info_alter().
OliveroHooks::preprocessFormElement function core/themes/olivero/src/Hook/OliveroHooks.php Implements hook_preprocess_HOOK() for form-element.
OliveroHooks::preprocessFormElementLabel function core/themes/olivero/src/Hook/OliveroHooks.php Implements hook_preprocess_HOOK() for form-element-label.
OptionsButtonsWidget::formElement function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsButtonsWidget.php
OptionsDefaultFormatter::viewElements function core/modules/options/src/Plugin/Field/FieldFormatter/OptionsDefaultFormatter.php

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