Search for element
- Search 7.x for element
- Search 9.5.x for element
- Search 10.3.x for element
- Search 11.x for element
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Element | class | core/ |
Defines a service for Text Editor's render elements. |
Element | class | core/ |
Provides helper methods for Drupal render elements. |
Element | class | core/ |
Defines a generic configuration element. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
PathElement | class | core/ |
Provides a matched path render element. |
PathElement.php | file | core/ |
|
PathElement::CONVERT_NONE | constant | core/ |
Do not convert the submitted value from the user-supplied path. |
PathElement::CONVERT_ROUTE | constant | core/ |
Convert the submitted value into a route name and parameter pair. |
PathElement::CONVERT_URL | constant | core/ |
Convert the submitted value into a \Drupal\Core\Url value object. |
PathElement::getInfo | function | core/ |
Returns the element properties for this element. |
PathElement::validateMatchedPath | function | core/ |
Form element validation handler for matched_path elements. |
PathElement::valueCallback | function | core/ |
Determines how user input is mapped to an element's #value property. |
PathElementFormTest | class | core/ |
Tests PathElement validation and conversion functionality. |
PathElementFormTest.php | file | core/ |
|
PathElementFormTest::$modules | property | core/ |
Modules to enable. |
PathElementFormTest::$testUser | property | core/ |
User for testing. |
PathElementFormTest::buildForm | function | core/ |
Form constructor. |
PathElementFormTest::getFormId | function | core/ |
Returns a unique string identifying the form. |
PathElementFormTest::setUp | function | core/ |
Sets up the test. |
PathElementFormTest::submitForm | function | core/ |
Form submission handler. |
PathElementFormTest::testPathElement | function | core/ |
Tests that default handlers are added even if custom are specified. |
PathElementFormTest::validateForm | function | core/ |
Form validation handler. |
PathWidget::errorElement | function | core/ |
Assigns a field-level validation error to the right widget sub-element. |
PathWidget::formElement | function | core/ |
Returns the form for a single field widget. |
PathWidget::validateFormElement | function | core/ |
Form element validation handler for URL alias form element. |
plugin.manager.element_info | service | core/ |
Drupal\Core\Render\ElementInfoManager |
PluralVariants::getSourceElement | function | core/ |
Returns the source element for a given configuration definition. |
PluralVariants::getTranslationElement | function | core/ |
Returns the translation form element for a given configuration definition. |
RdfParsingTrait::getElementByRdfTypeCount | function | core/ |
Counts the number of resources of the provided type. |
RdfParsingTrait::getElementRdfType | function | core/ |
Gets type of RDF Element. |
RdfParsingTrait::rdfElementIsBlankNode | function | core/ |
Checks if RDF Node property is blank. |
RenderElement | class | core/ |
Provides a base class for render element plugins. |
RenderElement | class | core/ |
Defines a render element plugin annotation object. |
RenderElement.php | file | core/ |
|
RenderElement.php | file | core/ |
|
RenderElement::preRenderAjaxForm | function | core/ |
Adds Ajax information about an element to communicate with JavaScript. |
RenderElement::preRenderGroup | function | core/ |
Adds members of this group as actual elements for rendering. |
RenderElement::processAjaxForm | function | core/ |
Form element processing handler for the #ajax form property. |
RenderElement::processGroup | function | core/ |
Arranges elements into groups. |
RenderElement::setAttributes | function | core/ |
Sets a form element's class attribute. |
RenderElementHelper | class | core/ |
Provides functionality to process render elements. |
RenderElementHelper.php | file | core/ |
|
RenderElementHelper::alterElementInfo | function | core/ |
Alters the element type info. |
RenderElementHelper::processElement | function | core/ |
Process all render elements. |
RenderElementTest | class | core/ |
@coversDefaultClass \Drupal\Core\Render\Element\RenderElement @group Render |
RenderElementTest.php | file | core/ |
|
RenderElementTest::$container | property | core/ |
The container. |
RenderElementTest::$requestStack | property | core/ |
The request stack. |
RenderElementTest::setUp | function | core/ |
|
RenderElementTest::testPreRenderAjaxForm | function | core/ |
@covers ::preRenderAjaxForm |
RenderElementTest::testPreRenderAjaxFormWithQueryOptions | function | core/ |
@covers ::preRenderAjaxForm |
RenderElementTypesTest | class | core/ |
Tests the markup of core render element types passed to drupal_render(). |
RenderElementTypesTest.php | file | core/ |
|
RenderElementTypesTest::$modules | property | core/ |
Modules to enable. |
Pagination
- Previous page
- Page 13
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.