TimestampAgoFormatter::viewElements |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampAgoFormatter.php |
Builds a renderable array for a field value. |
TimestampDatetimeWidget::formElement |
function |
core/lib/Drupal/Core/Datetime/Plugin/Field/FieldWidget/TimestampDatetimeWidget.php |
Returns the form for a single field widget. |
TimestampFormatter::viewElements |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampFormatter.php |
Builds a renderable array for a field value. |
TimezoneTest::$elementType |
property |
core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php |
The element type that is being tested ('datetime' or 'datelist'). |
TimezoneTest::testDatelistElementTimesUnderstoodCorrectly |
function |
core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php |
Tests datelist elements interpret their times correctly when saving. |
TimezoneTest::testDatetimeElementTimesUnderstoodCorrectly |
function |
core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php |
Tests datetime elements interpret their times correctly when saving. |
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 |
Form constructor. |
TriggeringElementProgrammedTest::getFormId |
function |
core/tests/Drupal/KernelTests/Core/Form/TriggeringElementProgrammedTest.php |
Returns a unique string identifying the form. |
TriggeringElementProgrammedTest::submitForm |
function |
core/tests/Drupal/KernelTests/Core/Form/TriggeringElementProgrammedTest.php |
Form submission handler. |
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 |
Form validation handler. |
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 |
The theme to install as the default for testing. |
TriggeringElementTest::$modules |
property |
core/modules/system/tests/src/FunctionalJavascript/Form/TriggeringElementTest.php |
Modules to install. |
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 |
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. |
UserHooks::elementInfoAlter |
function |
core/modules/user/src/Hook/UserHooks.php |
Implements hook_element_info_alter(). |
UserNameFormatter::viewElements |
function |
core/modules/user/src/Plugin/Field/FieldFormatter/UserNameFormatter.php |
Builds a renderable array for a field value. |
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 |
|