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
FileManagedFileElementTest::$defaultTheme property core/modules/file/tests/src/FunctionalJavascript/FileManagedFileElementTest.php The theme to install as the default for testing.
FileManagedFileElementTest::$defaultTheme property core/modules/file/tests/src/Functional/FileManagedFileElementTest.php The theme to install as the default for testing.
FileManagedFileElementTest::$modules property core/modules/file/tests/src/FunctionalJavascript/FileManagedFileElementTest.php Modules to install.
FileManagedFileElementTest::getLastFileId function core/modules/file/tests/src/FunctionalJavascript/FileManagedFileElementTest.php Retrieves the fid of the last inserted file.
FileManagedFileElementTest::setUp function core/modules/file/tests/src/FunctionalJavascript/FileManagedFileElementTest.php
FileManagedFileElementTest::testFileNameTrim function core/modules/file/tests/src/Functional/FileManagedFileElementTest.php Tests file names have leading . removed.
FileManagedFileElementTest::testFileRemovedFromDisk function core/modules/file/tests/src/Functional/FileManagedFileElementTest.php Ensure a file entity can be saved when the file does not exist on disk.
FileManagedFileElementTest::testManagedFile function core/modules/file/tests/src/FunctionalJavascript/FileManagedFileElementTest.php Tests the managed_file element type.
FileManagedFileElementTest::testManagedFile function core/modules/file/tests/src/Functional/FileManagedFileElementTest.php Tests the managed_file element type.
FileManagedFileElementTest::testManagedFileRemoved function core/modules/file/tests/src/Functional/FileManagedFileElementTest.php Ensure that warning is shown if file on the field has been removed.
FileManagedFileElementTest::testUnusedPermanentFileValidation function core/modules/file/tests/src/Functional/FileManagedFileElementTest.php Verify that unused permanent files can be used.
FileMediaFormatterBase::viewElements function core/modules/file/src/Plugin/Field/FieldFormatter/FileMediaFormatterBase.php Builds a renderable array for a field value.
FileSize::viewElements function core/modules/file/src/Plugin/Field/FieldFormatter/FileSize.php Builds a renderable array for a field value.
FileUploadForm::$elementInfo property core/modules/media_library/src/Form/FileUploadForm.php The element info manager.
FileUploadForm::buildEntityFormElement function core/modules/media_library/src/Form/FileUploadForm.php Builds the sub-form for setting required fields on a new media item.
FileUploadForm::buildInputElement function core/modules/media_library/src/Form/FileUploadForm.php Builds the element for submitting source field value(s).
FileUploadForm::processUploadElement function core/modules/media_library/src/Form/FileUploadForm.php Processes an upload (managed_file) element.
FileUploadForm::validateUploadElement function core/modules/media_library/src/Form/FileUploadForm.php Validates the upload element.
FileWidget::$elementInfo property core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php The element info manager.
FileWidget::formElement function core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php Returns the form for a single field widget.
FileWidget::formMultipleElements function core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php Overrides \Drupal\Core\Field\WidgetBase::formMultipleElements().
FileWidget::getDescriptionFromElement function core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php Retrieves the file description from a field element.
FilterAPITest::testProcessedTextElement function core/modules/filter/tests/src/Kernel/FilterAPITest.php Tests the 'processed_text' element.
FilterHtml::filterElementAttributes function core/modules/filter/src/Plugin/Filter/FilterHtml.php Filters attributes on an element according to a list of allowed values.
FilterTest::filterVisibleElements function core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FilterTest.php Removes any non-visible elements from the passed array.
FilterTest::waitForVisibleElementCount function core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FilterTest.php Waits for the specified number of items to be visible.
form-element--new-storage-type.html.twig file core/themes/stable9/templates/admin/form-element--new-storage-type.html.twig Theme override for a storage type option form element.
form-element--new-storage-type.html.twig file core/modules/field_ui/templates/form-element--new-storage-type.html.twig Default theme implementation for a storage type option form element.
form-element-label.html.twig file core/profiles/demo_umami/themes/umami/templates/components/form/form-element-label.html.twig Theme override for a form element label.
form-element-label.html.twig file core/themes/stable9/templates/form/form-element-label.html.twig Theme override for a form element label.
form-element-label.html.twig file core/themes/claro/templates/form-element-label.html.twig Template override for a form element label.
form-element-label.html.twig file core/themes/starterkit_theme/templates/form/form-element-label.html.twig Theme override for a form element label.
form-element-label.html.twig file core/modules/system/templates/form-element-label.html.twig Default theme implementation for a form element label.
form-element.html.twig file core/modules/system/templates/form-element.html.twig Default theme implementation for a form element.
form-element.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/form/form-element.html.twig Theme override for a form element.
form-element.html.twig file core/themes/stable9/templates/form/form-element.html.twig Theme override for a form element.
form-element.html.twig file core/themes/claro/templates/form-element.html.twig Theme override for a form element.
form-element.html.twig file core/themes/starterkit_theme/templates/form/form-element.html.twig Theme override for a form element.
FormAjaxResponseBuilderTest::testBuildResponseNoTriggeringElement function core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php Tests build response no triggering element.
FormatterInterface::viewElements function core/lib/Drupal/Core/Field/FormatterInterface.php Builds a renderable array for a field value.
FormBuilder::$elementInfo property core/lib/Drupal/Core/Form/FormBuilder.php The element info manager.
FormBuilder::elementTriggeredScriptedSubmission function core/lib/Drupal/Core/Form/FormBuilder.php Detects if an element triggered the form submission via Ajax.
FormBuilder::handleInputElement function core/lib/Drupal/Core/Form/FormBuilder.php Adds the #name and #value properties of an input element before rendering.
FormBuilder::isElementAccessible function core/lib/Drupal/Core/Form/FormBuilder.php Determines if the element is accessible based on the #access property.
FormBuilderTest::providerTestBuildFormWithTriggeringElement function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Data provider for ::testBuildFormWithTriggeringElement().
FormBuilderTest::testBuildFormWithTriggeringElement function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Tests whether the triggering element is properly identified.
FormBuilderTest::testTriggeringElement function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Tests the detection of the triggering element.
FormBuilderTest::testUniqueElementHtmlId function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Tests that HTML IDs are unique between 2 forms with the same element names.
FormElement class core/lib/Drupal/Core/Render/Element/FormElement.php Provides a base class for form element plugins.
FormElement class core/lib/Drupal/Core/Render/Annotation/FormElement.php Defines a form element plugin annotation object.

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