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 |
Builds a renderable array for a field value. |
UriWidget::formElement |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/UriWidget.php |
Returns the form for a single field widget. |
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 |
Builds a renderable array for a field value. |
user_element_info_alter |
function |
core/modules/user/user.module |
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 |
The theme to install as the default for testing. |
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 |
Sets up the test. |
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 |
|
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 |
Form constructor. |
ViewsTestDataElementEmbedForm::getFormId |
function |
core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementEmbedForm.php |
Returns a unique string identifying the form. |
ViewsTestDataElementEmbedForm::submitForm |
function |
core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementEmbedForm.php |
Form submission handler. |
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 |
|
ViewsTestDataElementForm::buildForm |
function |
core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementForm.php |
Form constructor. |
ViewsTestDataElementForm::getFormId |
function |
core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementForm.php |
Returns a unique string identifying the form. |
ViewsTestDataElementForm::submitForm |
function |
core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementForm.php |
Form submission handler. |
views_element_validate_tags |
function |
core/modules/views/views.module |
Validation callback for query tags. |
WebAssert::elementTextEquals |
function |
core/tests/Drupal/Tests/WebAssert.php |
Asserts a specific element's text equals an expected text. |
WebAssertTest::testElementTextEquals |
function |
core/tests/Drupal/FunctionalTests/WebAssertTest.php |
@covers ::elementTextEquals |
WebAssertTest::testElementTextEquals |
function |
core/tests/Drupal/Tests/Core/Test/WebAssertTest.php |
@covers ::elementTextEquals |
WidgetBase::errorElement |
function |
core/lib/Drupal/Core/Field/WidgetBase.php |
Assigns a field-level validation error to the right widget sub-element. |
WidgetBase::formMultipleElements |
function |
core/lib/Drupal/Core/Field/WidgetBase.php |
Special handling to create form elements for multiple values. |
WidgetBase::formSingleElement |
function |
core/lib/Drupal/Core/Field/WidgetBase.php |
Generates the form element for a single copy of the widget. |
WidgetInterface::errorElement |
function |
core/lib/Drupal/Core/Field/WidgetInterface.php |
Assigns a field-level validation error to the right widget sub-element. |
WidgetInterface::formElement |
function |
core/lib/Drupal/Core/Field/WidgetInterface.php |
Returns the form for a single field widget. |