| FieldUIDeleteTest::$defaultTheme |
property |
core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php |
The theme to install as the default for testing. |
| FieldUIDeleteTest::$modules |
property |
core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php |
Modules to install. |
| FieldUIDeleteTest::$testViews |
property |
core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php |
Test views to enable. |
| FieldUIDeleteTest::setUp |
function |
core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php |
|
| FieldUIDeleteTest::testDeleteField |
function |
core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php |
Tests that deletion removes field storages and fields as expected. |
| FieldUiHooks |
class |
core/modules/field_ui/src/Hook/FieldUiHooks.php |
Hook implementations for field_ui. |
| FieldUiHooks.php |
file |
core/modules/field_ui/src/Hook/FieldUiHooks.php |
|
| FieldUiHooks::entityBundleCreate |
function |
core/modules/field_ui/src/Hook/FieldUiHooks.php |
Implements hook_entity_bundle_create(). |
| FieldUiHooks::entityFormModeDelete |
function |
core/modules/field_ui/src/Hook/FieldUiHooks.php |
Implements hook_ENTITY_TYPE_delete(). |
| FieldUiHooks::entityFormModePresave |
function |
core/modules/field_ui/src/Hook/FieldUiHooks.php |
Implements hook_ENTITY_TYPE_presave(). |
| FieldUiHooks::entityOperation |
function |
core/modules/field_ui/src/Hook/FieldUiHooks.php |
Implements hook_entity_operation(). |
| FieldUiHooks::entityTypeBuild |
function |
core/modules/field_ui/src/Hook/FieldUiHooks.php |
Implements hook_entity_type_build(). |
| FieldUiHooks::entityViewModeDelete |
function |
core/modules/field_ui/src/Hook/FieldUiHooks.php |
Implements hook_ENTITY_TYPE_delete(). |
| FieldUiHooks::entityViewModePresave |
function |
core/modules/field_ui/src/Hook/FieldUiHooks.php |
Implements hook_ENTITY_TYPE_presave(). |
| FieldUiHooks::formAlter |
function |
core/modules/field_ui/src/Hook/FieldUiHooks.php |
Implements hook_form_alter(). |
| FieldUiHooks::formFieldUiFieldStorageAddFormAlter |
function |
core/modules/field_ui/src/Hook/FieldUiHooks.php |
Implements hook_form_FORM_ID_alter() for 'field_ui_field_storage_add_form'. |
| FieldUiHooks::help |
function |
core/modules/field_ui/src/Hook/FieldUiHooks.php |
Implements hook_help(). |
| FieldUiHooks::localTasksAlter |
function |
core/modules/field_ui/src/Hook/FieldUiHooks.php |
Implements hook_local_tasks_alter(). |
| FieldUiHooks::theme |
function |
core/modules/field_ui/src/Hook/FieldUiHooks.php |
Implements hook_theme(). |
| FieldUIIndentationTest |
class |
core/modules/field_ui/tests/src/Functional/FieldUIIndentationTest.php |
Tests indentation on Field UI. |
| FieldUIIndentationTest.php |
file |
core/modules/field_ui/tests/src/Functional/FieldUIIndentationTest.php |
|
| FieldUIIndentationTest::$defaultTheme |
property |
core/modules/field_ui/tests/src/Functional/FieldUIIndentationTest.php |
The theme to install as the default for testing. |
| FieldUIIndentationTest::$modules |
property |
core/modules/field_ui/tests/src/Functional/FieldUIIndentationTest.php |
Modules to install. |
| FieldUIIndentationTest::setUp |
function |
core/modules/field_ui/tests/src/Functional/FieldUIIndentationTest.php |
|
| FieldUIIndentationTest::testIndentation |
function |
core/modules/field_ui/tests/src/Functional/FieldUIIndentationTest.php |
Tests that the indentation classes are present in the content type display settings. |
| FieldUiIntegrationTest |
class |
core/modules/media_library/tests/src/FunctionalJavascript/FieldUiIntegrationTest.php |
Tests field UI integration for media library widget. |
| FieldUiIntegrationTest.php |
file |
core/modules/media_library/tests/src/FunctionalJavascript/FieldUiIntegrationTest.php |
|
| FieldUiIntegrationTest::$defaultTheme |
property |
core/modules/media_library/tests/src/FunctionalJavascript/FieldUiIntegrationTest.php |
The theme to install as the default for testing. |
| FieldUiIntegrationTest::$modules |
property |
core/modules/media_library/tests/src/FunctionalJavascript/FieldUiIntegrationTest.php |
Modules to install. |
| FieldUiIntegrationTest::$strictConfigSchema |
property |
core/modules/media_library/tests/src/FunctionalJavascript/FieldUiIntegrationTest.php |
Set to TRUE to strict check all configuration saved. |
| FieldUiIntegrationTest::setUp |
function |
core/modules/media_library/tests/src/FunctionalJavascript/FieldUiIntegrationTest.php |
|
| FieldUiIntegrationTest::testFieldUiIntegration |
function |
core/modules/media_library/tests/src/FunctionalJavascript/FieldUiIntegrationTest.php |
Tests field UI integration for media library widget. |
| FieldUiJSTestTrait |
trait |
core/modules/field_ui/tests/src/Traits/FieldUiJSTestTrait.php |
Provides common functionality for the Field UI tests that depend on JS. |
| FieldUiJSTestTrait.php |
file |
core/modules/field_ui/tests/src/Traits/FieldUiJSTestTrait.php |
|
| FieldUiJSTestTrait::fieldUIAddExistingFieldJS |
function |
core/modules/field_ui/tests/src/Traits/FieldUiJSTestTrait.php |
Adds an existing field through the Field UI. |
| FieldUiJSTestTrait::fieldUIAddNewFieldJS |
function |
core/modules/field_ui/tests/src/Traits/FieldUiJSTestTrait.php |
Creates a new field through the Field UI. |
| FieldUiLocalAction |
class |
core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalAction.php |
Provides local action definitions for all entity bundles. |
| FieldUiLocalAction.php |
file |
core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalAction.php |
|
| FieldUiLocalAction::$entityTypeManager |
property |
core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalAction.php |
The entity type manager. |
| FieldUiLocalAction::$routeProvider |
property |
core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalAction.php |
The route provider to load routes by name. |
| FieldUiLocalAction::create |
function |
core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalAction.php |
Creates a new class instance. |
| FieldUiLocalAction::getDerivativeDefinitions |
function |
core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalAction.php |
Gets the definition of all derivatives of a base plugin. |
| FieldUiLocalAction::__construct |
function |
core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalAction.php |
Constructs a FieldUiLocalAction object. |
| FieldUiLocalTask |
class |
core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php |
Provides local task definitions for all entity bundles. |
| FieldUiLocalTask.php |
file |
core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php |
|
| FieldUiLocalTask::$entityDisplayRepository |
property |
core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php |
The entity display repository. |
| FieldUiLocalTask::$entityTypeManager |
property |
core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php |
The entity type manager. |
| FieldUiLocalTask::$routeProvider |
property |
core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php |
The route provider. |
| FieldUiLocalTask::alterLocalTasks |
function |
core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php |
Alters the base_route definition for field_ui local tasks. |
| FieldUiLocalTask::create |
function |
core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php |
Creates a new class instance. |