| FieldUITest.php |
file |
core/modules/views_ui/tests/src/Functional/FieldUITest.php |
|
| FieldUiTest.php |
file |
core/modules/field_ui/tests/src/Unit/FieldUiTest.php |
|
| FieldUITest::$account |
property |
core/modules/field/tests/src/Functional/Views/FieldUITest.php |
A user with the 'administer views' permission. |
| FieldUITest::$defaultTheme |
property |
core/modules/field/tests/src/Functional/Views/FieldUITest.php |
The theme to install as the default for testing. |
| FieldUITest::$defaultTheme |
property |
core/modules/views_ui/tests/src/Functional/FieldUITest.php |
The theme to install as the default for testing. |
| FieldUITest::$modules |
property |
core/modules/field/tests/src/Functional/Views/FieldUITest.php |
Modules to install. |
| FieldUiTest::$pathValidator |
property |
core/modules/field_ui/tests/src/Unit/FieldUiTest.php |
The path validator. |
| FieldUITest::$testViews |
property |
core/modules/views_ui/tests/src/Functional/FieldUITest.php |
Views used by this test. |
| FieldUITest::$testViews |
property |
core/modules/field/tests/src/Functional/Views/FieldUITest.php |
Views used by this test. |
| FieldUITest::setUp |
function |
core/modules/field/tests/src/Functional/Views/FieldUITest.php |
Sets up the test. |
| FieldUiTest::setUp |
function |
core/modules/field_ui/tests/src/Unit/FieldUiTest.php |
|
| FieldUITest::testBooleanFilterHandler |
function |
core/modules/field/tests/src/Functional/Views/FieldUITest.php |
Tests adding a boolean field filter handler. |
| FieldUITest::testFieldLabel |
function |
core/modules/views_ui/tests/src/Functional/FieldUITest.php |
Tests the field labels. |
| FieldUITest::testFieldUI |
function |
core/modules/views_ui/tests/src/Functional/FieldUITest.php |
Tests the UI of field handlers. |
| FieldUiTest::testGetNextDestination |
function |
core/modules/field_ui/tests/src/Unit/FieldUiTest.php |
Tests get next destination. |
| FieldUiTest::testGetNextDestinationEmpty |
function |
core/modules/field_ui/tests/src/Unit/FieldUiTest.php |
Tests get next destination empty. |
| FieldUiTest::testGetNextDestinationRouteName |
function |
core/modules/field_ui/tests/src/Unit/FieldUiTest.php |
Tests get next destination route name. |
| FieldUITest::testHandlerUI |
function |
core/modules/field/tests/src/Functional/Views/FieldUITest.php |
Tests basic field handler settings in the UI. |
| FieldUITest::testHandlerUIAggregation |
function |
core/modules/field/tests/src/Functional/Views/FieldUITest.php |
Tests the basic field handler form when aggregation is enabled. |
| FieldUiTestDeprecatedHooks |
class |
core/modules/field_ui/tests/modules/field_ui_test_deprecated/src/Hook/FieldUiTestDeprecatedHooks.php |
Hook implementations for field_ui_test_deprecated. |
| FieldUiTestDeprecatedHooks.php |
file |
core/modules/field_ui/tests/modules/field_ui_test_deprecated/src/Hook/FieldUiTestDeprecatedHooks.php |
|
| FieldUiTestDeprecatedHooks::formFieldStorageConfigEditFormAlter |
function |
core/modules/field_ui/tests/modules/field_ui_test_deprecated/src/Hook/FieldUiTestDeprecatedHooks.php |
Implements hook_form_FORM_ID_alter() for field_storage_config_edit_form. |
| FieldUiTestHooks |
class |
core/modules/field_ui/tests/modules/field_ui_test/src/Hook/FieldUiTestHooks.php |
Hook implementations for field_ui_test. |
| FieldUiTestHooks.php |
file |
core/modules/field_ui/tests/modules/field_ui_test/src/Hook/FieldUiTestHooks.php |
|
| FieldUiTestHooks::fieldConfigAccess |
function |
core/modules/field_ui/tests/modules/field_ui_test/src/Hook/FieldUiTestHooks.php |
Implements hook_ENTITY_TYPE_access(). |
| FieldUiTestHooks::formEntityViewDisplayEditFormAlter |
function |
core/modules/field_ui/tests/modules/field_ui_test/src/Hook/FieldUiTestHooks.php |
Implements hook_form_FORM_BASE_ID_alter(). |
| FieldUiTestHooks::regionCallback |
function |
core/modules/field_ui/tests/modules/field_ui_test/src/Hook/FieldUiTestHooks.php |
|
| FieldUiTestTrait |
trait |
core/modules/field_ui/tests/src/Traits/FieldUiTestTrait.php |
Provides common functionality for the Field UI test classes. |
| FieldUiTestTrait.php |
file |
core/modules/field_ui/tests/src/Traits/FieldUiTestTrait.php |
|
| FieldUiTestTrait::assertFieldDoesNotExistOnOverview |
function |
core/modules/field_ui/tests/src/Traits/FieldUiTestTrait.php |
Asserts that the field does not appear on the overview form. |
| FieldUiTestTrait::assertFieldExistsOnOverview |
function |
core/modules/field_ui/tests/src/Traits/FieldUiTestTrait.php |
Asserts that the field appears on the overview form. |
| FieldUiTestTrait::assertTableHeaderExistsByLabel |
function |
core/modules/field_ui/tests/src/Traits/FieldUiTestTrait.php |
Asserts that a header cell appears on a table. |
| FieldUiTestTrait::fieldUIAddExistingField |
function |
core/modules/field_ui/tests/src/Traits/FieldUiTestTrait.php |
Adds an existing field through the Field UI. |
| FieldUiTestTrait::fieldUIAddNewField |
function |
core/modules/field_ui/tests/src/Traits/FieldUiTestTrait.php |
Creates a new field through the Field UI. |
| FieldUiTestTrait::fieldUIDeleteField |
function |
core/modules/field_ui/tests/src/Traits/FieldUiTestTrait.php |
Deletes a field through the Field UI. |
| FieldUiTestTrait::getFieldFromGroup |
function |
core/modules/field_ui/tests/src/Traits/FieldUiTestTrait.php |
Helper function that returns the name of the group that a field is in. |
| FieldUiThemeHooks |
class |
core/modules/field_ui/src/Hook/FieldUiThemeHooks.php |
Hook implementations for field_ui. |
| FieldUiThemeHooks.php |
file |
core/modules/field_ui/src/Hook/FieldUiThemeHooks.php |
|
| FieldUiThemeHooks::preprocessFormElementNewStorageType |
function |
core/modules/field_ui/src/Hook/FieldUiThemeHooks.php |
Implements hook_preprocess_HOOK(). |
| FieldUninstallValidator |
class |
core/modules/field/src/FieldUninstallValidator.php |
Prevents uninstallation of modules providing active field storage. |
| FieldUninstallValidator.php |
file |
core/modules/field/src/FieldUninstallValidator.php |
|
| FieldUninstallValidator::$fieldStorageConfigStorage |
property |
core/modules/field/src/FieldUninstallValidator.php |
The field storage config storage. |
| FieldUninstallValidator::$fieldTypeManager |
property |
core/modules/field/src/FieldUninstallValidator.php |
The field type plugin manager. |
| FieldUninstallValidator::getFieldStoragesByModule |
function |
core/modules/field/src/FieldUninstallValidator.php |
Returns all field storages for a specified module. |
| FieldUninstallValidator::getFieldTypeLabel |
function |
core/modules/field/src/FieldUninstallValidator.php |
Returns the label for a specified field type. |
| FieldUninstallValidator::validate |
function |
core/modules/field/src/FieldUninstallValidator.php |
Determines the reasons a module can not be uninstalled. |
| FieldUninstallValidator::validateConfigImport |
function |
core/modules/field/src/FieldUninstallValidator.php |
Determines reasons a module can not be uninstalled prior to config import. |
| FieldUninstallValidator::__construct |
function |
core/modules/field/src/FieldUninstallValidator.php |
Constructs a new FieldUninstallValidator. |
| FieldUninstallValidatorTest |
class |
core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php |
Tests Drupal\field\FieldUninstallValidator. |
| FieldUninstallValidatorTest.php |
file |
core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php |
|