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
TriggeringElementProgrammedTest class core/tests/Drupal/KernelTests/Core/Form/TriggeringElementProgrammedTest.php Tests detection of triggering_element for programmed form submissions.
TriggeringElementProgrammedTest.php file core/tests/Drupal/KernelTests/Core/Form/TriggeringElementProgrammedTest.php
TriggeringElementProgrammedTest::buildForm function core/tests/Drupal/KernelTests/Core/Form/TriggeringElementProgrammedTest.php
TriggeringElementProgrammedTest::getFormId function core/tests/Drupal/KernelTests/Core/Form/TriggeringElementProgrammedTest.php
TriggeringElementProgrammedTest::submitForm function core/tests/Drupal/KernelTests/Core/Form/TriggeringElementProgrammedTest.php
TriggeringElementProgrammedTest::testLimitValidationErrors function core/tests/Drupal/KernelTests/Core/Form/TriggeringElementProgrammedTest.php Tests that #limit_validation_errors of the only submit button takes effect.
TriggeringElementProgrammedTest::validateForm function core/tests/Drupal/KernelTests/Core/Form/TriggeringElementProgrammedTest.php
TriggeringElementTest class core/modules/system/tests/src/FunctionalJavascript/Form/TriggeringElementTest.php Tests that FAPI correctly determines the triggering element.
TriggeringElementTest.php file core/modules/system/tests/src/FunctionalJavascript/Form/TriggeringElementTest.php
TriggeringElementTest::$defaultTheme property core/modules/system/tests/src/FunctionalJavascript/Form/TriggeringElementTest.php
TriggeringElementTest::$modules property core/modules/system/tests/src/FunctionalJavascript/Form/TriggeringElementTest.php
TriggeringElementTest::testAttemptAccessControlBypass function core/modules/system/tests/src/FunctionalJavascript/Form/TriggeringElementTest.php Tests attempts to bypass access control.
TriggeringElementTest::testNoButtonInfoInPost function core/modules/system/tests/src/FunctionalJavascript/Form/TriggeringElementTest.php Tests the triggering element when no button information is included.
TypedConfigInterface::getElements function core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php Gets an array of contained elements.
UpdateTestBase::assertUpdateTableElementContains function core/modules/update/tests/src/Functional/UpdateTestBase.php Asserts that the update table element HTML contains the specified text.
UpdateTestBase::assertUpdateTableElementNotContains function core/modules/update/tests/src/Functional/UpdateTestBase.php Asserts that the update table element HTML contains the specified text.
UpdateTestBase::findUpdateElementByLabel function core/modules/update/tests/src/Functional/UpdateTestBase.php Finds an update page element by label.
UriLinkFormatter::viewElements function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/UriLinkFormatter.php
UriWidget::formElement function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/UriWidget.php
UrlPlainFormatter::viewElements function core/modules/file/src/Plugin/Field/FieldFormatter/UrlPlainFormatter.php Builds a renderable array for a field value.
UserNameFormatter::viewElements function core/modules/user/src/Plugin/Field/FieldFormatter/UserNameFormatter.php
UserThemeHooks::elementInfoAlter function core/modules/user/src/Hook/UserThemeHooks.php Implements hook_element_info_alter().
View::preRenderViewElement function core/modules/views/src/Element/View.php View element pre render callback.
ViewEditForm::$elementInfo property core/modules/views_ui/src/ViewEditForm.php The element info manager.
ViewElementTest class core/modules/views/tests/src/Kernel/ViewElementTest.php Tests the view render element.
ViewElementTest class core/modules/views/tests/src/Functional/ViewElementTest.php Tests the view render element.
ViewElementTest.php file core/modules/views/tests/src/Kernel/ViewElementTest.php
ViewElementTest.php file core/modules/views/tests/src/Functional/ViewElementTest.php
ViewElementTest::$defaultTheme property core/modules/views/tests/src/Functional/ViewElementTest.php
ViewElementTest::$testViews property core/modules/views/tests/src/Kernel/ViewElementTest.php Views used by this test.
ViewElementTest::$testViews property core/modules/views/tests/src/Functional/ViewElementTest.php Views used by this test.
ViewElementTest::setUp function core/modules/views/tests/src/Functional/ViewElementTest.php
ViewElementTest::testInvalidView function core/modules/views/tests/src/Kernel/ViewElementTest.php Tests that an exception is thrown when an invalid View is passed.
ViewElementTest::testViewElement function core/modules/views/tests/src/Kernel/ViewElementTest.php Tests the rendered output and form output of a view element.
ViewElementTest::testViewElement function core/modules/views/tests/src/Functional/ViewElementTest.php Tests the rendered output and form output of a view element.
ViewElementTest::testViewElementEmbed function core/modules/views/tests/src/Kernel/ViewElementTest.php Tests the rendered output and form output of the "embed" display plugin.
ViewElementTest::testViewElementEmbed function core/modules/views/tests/src/Functional/ViewElementTest.php Tests the rendered output and form output of the "embed" display plugin.
ViewExecutable::$element property core/modules/views/src/ViewExecutable.php A render array container to store render related information.
ViewExecutable::hasFormElements function core/modules/views/src/ViewExecutable.php Determines if this view has form elements.
ViewRenderElementException class core/modules/views/src/Exception/ViewRenderElementException.php Defines an exception for an invalid View render element.
ViewRenderElementException.php file core/modules/views/src/Exception/ViewRenderElementException.php
ViewsFormAjaxHelperTrait::getElementInfo function core/modules/views/src/ViewsFormAjaxHelperTrait.php Returns the element info plugin manager.
ViewsListingTest::filterVisibleElements function core/modules/views_ui/tests/src/FunctionalJavascript/ViewsListingTest.php Removes any non-visible elements from the passed array.
ViewsTestDataElementEmbedForm class core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementEmbedForm.php Simple form page callback to test the view element.
ViewsTestDataElementEmbedForm.php file core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementEmbedForm.php
ViewsTestDataElementEmbedForm::buildForm function core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementEmbedForm.php
ViewsTestDataElementEmbedForm::getFormId function core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementEmbedForm.php
ViewsTestDataElementEmbedForm::submitForm function core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementEmbedForm.php
ViewsTestDataElementForm class core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementForm.php Simple form page callback to test the view element.
ViewsTestDataElementForm.php file core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementForm.php

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