| ManageDisplayTest::$entity_type_manager |
property |
core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php |
|
| ManageDisplayTest::$modules |
property |
core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php |
Modules to enable. |
| ManageDisplayTest::$modules |
property |
core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php |
Modules to install. |
| ManageDisplayTest::$type |
property |
core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php |
|
| 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::fieldUIAddNewField |
function |
core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php |
Creates a new field through the Field UI. |
| 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::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::testSingleViewMode |
function |
core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php |
Tests hiding the view modes fieldset when there's only one available. |
| 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::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 |
Get the config storage. |
| 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 |
Tests an invalid storage. |
| 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::$contentType |
property |
core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php |
The ID of the custom content type created for testing. |
| ManageFieldsFunctionalTest::$defaultTheme |
property |
core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php |
The theme to install as the default for testing. |
| ManageFieldsFunctionalTest::$fieldLabel |
property |
core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php |
The label for a random field to be created for testing. |
| ManageFieldsFunctionalTest::$fieldName |
property |
core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php |
The name of a random field to be created for testing. |
| ManageFieldsFunctionalTest::$fieldNameInput |
property |
core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php |
The input name of a random field to be created for testing. |
| ManageFieldsFunctionalTest::$modules |
property |
core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php |
Modules to install. |
| ManageFieldsFunctionalTest::addExistingField |
function |
core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php |
Tests adding an existing field in another content type. |
| ManageFieldsFunctionalTest::addPersistentFieldStorage |
function |
core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php |
Tests that persistent field storage appears in the field UI. |
| ManageFieldsFunctionalTest::assertFieldSettings |
function |
core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php |
Asserts field settings are as expected. |
| ManageFieldsFunctionalTest::cardinalitySettings |
function |
core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php |
Tests the cardinality settings of a field. |
| ManageFieldsFunctionalTest::createField |
function |
core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php |
Tests adding a new field. |
| ManageFieldsFunctionalTest::deleteField |
function |
core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php |
Tests deleting a field from the field edit form. |
| ManageFieldsFunctionalTest::fieldListAdminPage |
function |
core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php |
Tests that the field list administration page operates correctly. |
| ManageFieldsFunctionalTest::manageFieldsPage |
function |
core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php |
Tests the manage fields page. |
| ManageFieldsFunctionalTest::setUp |
function |
core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php |
|
| ManageFieldsFunctionalTest::testCRUDFields |
function |
core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php |
Runs the field CRUD tests. |
| ManageFieldsFunctionalTest::testDefaultValue |
function |
core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php |
Tests that default value is correctly validated and saved. |