| ManagedFileTest::getFormId |
function |
core/modules/file/tests/src/Kernel/ManagedFileTest.php |
Returns a unique string identifying the form. |
| ManagedFileTest::submitForm |
function |
core/modules/file/tests/src/Kernel/ManagedFileTest.php |
Form submission handler. |
| ManagedFileTest::testManagedFileElement |
function |
core/modules/file/tests/src/Kernel/ManagedFileTest.php |
Tests that managed file elements can be programmatically submitted. |
| ManagedFileTest::validateForm |
function |
core/modules/file/tests/src/Kernel/ManagedFileTest.php |
Form validation handler. |
| ManageDisplayTest |
class |
core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php |
Tests the Field UI "Manage display" and "Manage form display" screens. |
| ManageDisplayTest |
class |
core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php |
Tests the Field UI "Manage display" and "Manage form display" screens. |
| ManageDisplayTest.php |
file |
core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php |
|
| ManageDisplayTest.php |
file |
core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php |
|
| ManageDisplayTest::$defaultTheme |
property |
core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php |
|
| ManageDisplayTest::$defaultTheme |
property |
core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php |
|
| ManageDisplayTest::$displayStorage |
property |
core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php |
The display storage. |
| ManageDisplayTest::$entityTypeManager |
property |
core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php |
The entity type manager. |
| ManageDisplayTest::$modules |
property |
core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php |
|
| ManageDisplayTest::$modules |
property |
core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php |
|
| ManageDisplayTest::$type |
property |
core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php |
The content type. |
| ManageDisplayTest::$type |
property |
core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php |
|
| ManageDisplayTest::$vocabulary |
property |
core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php |
|
| ManageDisplayTest::assertFieldSelectOptions |
function |
core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php |
Checks if a select element contains the specified options. |
| ManageDisplayTest::assertFieldSelectOptions |
function |
core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php |
Checks if a select element contains the specified options. |
| ManageDisplayTest::assertNodeViewNoText |
function |
core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php |
Asserts that a string is not found in the rendered node in a view mode. |
| ManageDisplayTest::assertNodeViewText |
function |
core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php |
Asserts that a string is found in the rendered node in a view mode. |
| ManageDisplayTest::assertNodeViewTextHelper |
function |
core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php |
Asserts that a string is (not) found in the rendered node in a view mode. |
| ManageDisplayTest::assertOrderInPage |
function |
core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php |
Asserts that several pieces of markup are in a given order in the page. |
| ManageDisplayTest::getAllOptionsList |
function |
core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php |
Extracts all options from a select element. |
| ManageDisplayTest::setUp |
function |
core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php |
|
| ManageDisplayTest::setUp |
function |
core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php |
|
| ManageDisplayTest::testFormatterUI |
function |
core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php |
Tests formatter settings. |
| ManageDisplayTest::testFormModeLocalTasksOrder |
function |
core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php |
Tests if form mode local tasks appear in alphabetical order by label. |
| ManageDisplayTest::testNoFieldsDisplayOverview |
function |
core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php |
Tests that a message is shown when there are no fields. |
| ManageDisplayTest::testNonInitializedFields |
function |
core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php |
Tests that fields with no explicit display settings do not break. |
| ManageDisplayTest::testNotAppliedUntilSavedWarning |
function |
core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php |
Confirms that notifications to save appear when necessary. |
| ManageDisplayTest::testViewModeCustom |
function |
core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php |
Tests switching view modes to use custom or 'default' settings'. |
| ManageDisplayTest::testViewModeLocalTasks |
function |
core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php |
Tests the local tasks are displayed correctly for view modes. |
| ManageDisplayTest::testViewModeLocalTasksOrder |
function |
core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php |
Tests if display mode local tasks appear in alphabetical order by label. |
| ManageDisplayTest::testViewModeUi |
function |
core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php |
Tests view mode management screens. |
| ManageDisplayTest::testWidgetUI |
function |
core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php |
Tests widget settings. |
| ManagedStorageTest |
class |
core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php |
Tests ManagedStorage operations. |
| ManagedStorageTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php |
|
| ManagedStorageTest::delete |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php |
|
| ManagedStorageTest::getStorage |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php |
|
| ManagedStorageTest::insert |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php |
|
| ManagedStorageTest::read |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php |
|
| ManagedStorageTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php |
|
| ManagedStorageTest::testInvalidStorage |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php |
|
| ManagedStorageTest::update |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php |
|
| ManageFieldsFunctionalTest |
class |
core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php |
Tests the Field UI "Manage fields" screen. |
| ManageFieldsFunctionalTest.php |
file |
core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php |
|
| ManageFieldsFunctionalTest::testDefaultValue |
function |
core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php |
Tests that default value is correctly validated and saved. |
| ManageFieldsFunctionalTest::testFieldNameValidation |
function |
core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php |
Tests validation of duplicate and disallowed field names. |
| ManageFieldsFunctionalTest::testFieldPrefix |
function |
core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php |
Tests that the 'field_prefix' setting works on Field UI. |