EventSubscriber::onConfigSave |
function |
core/modules/config/tests/config_import_test/src/EventSubscriber.php |
Reacts to a config save and records information in state for testing. |
ExcludedModulesEventSubscriber::getDependentConfigNames |
function |
core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php |
Get all the configuration which depends on one of the excluded modules. |
ExcludedModulesEventSubscriber::onConfigTransformExport |
function |
core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php |
Transform the storage which is used to export the configuration. |
ExcludedModulesEventSubscriber::onConfigTransformImport |
function |
core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php |
Transform the storage which is used to import the configuration. |
ExecutablePluginBase::getConfig |
function |
core/lib/Drupal/Core/Executable/ExecutablePluginBase.php |
Gets all configuration values. |
ExecutablePluginBase::getConfigDefinition |
function |
core/lib/Drupal/Core/Executable/ExecutablePluginBase.php |
Gets the definition of a configuration option. |
ExecutablePluginBase::getConfigDefinitions |
function |
core/lib/Drupal/Core/Executable/ExecutablePluginBase.php |
Gets an array of definitions of available configuration options. |
ExecutablePluginBase::setConfig |
function |
core/lib/Drupal/Core/Executable/ExecutablePluginBase.php |
Sets the value of a particular configuration option. |
ExtensionInstallStorage::$configStorage |
property |
core/lib/Drupal/Core/Config/ExtensionInstallStorage.php |
The active configuration store. |
ExtraFieldBlock::defaultConfiguration |
function |
core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php |
|
Fast404ExceptionHtmlSubscriber::$configFactory |
property |
core/lib/Drupal/Core/EventSubscriber/Fast404ExceptionHtmlSubscriber.php |
The config factory. |
Fast404ExceptionHtmlSubscriber::onConfigSave |
function |
core/lib/Drupal/Core/EventSubscriber/Fast404ExceptionHtmlSubscriber.php |
Invalidates 4xx-response cache tag if fast 404 config is changed. |
field.field.entity_test_update.entity_test_update.field_test_configurable_field.yml |
file |
core/modules/system/tests/modules/entity_test_update/config/install/field.field.entity_test_update.entity_test_update.field_test_configurable_field.yml |
core/modules/system/tests/modules/entity_test_update/config/install/field.field.entity_test_update.entity_test_update.field_test_configurable_field.yml |
field.field.node.config_mapping_test.comment_config_mapping_test.yml |
file |
core/modules/system/tests/modules/config_mapping_test/config/optional/field.field.node.config_mapping_test.comment_config_mapping_test.yml |
core/modules/system/tests/modules/config_mapping_test/config/optional/field.field.node.config_mapping_test.comment_config_mapping_test.yml |
field.storage.entity_test_update.field_test_configurable_field.yml |
file |
core/modules/system/tests/modules/entity_test_update/config/install/field.storage.entity_test_update.field_test_configurable_field.yml |
core/modules/system/tests/modules/entity_test_update/config/install/field.storage.entity_test_update.field_test_configurable_field.yml |
field.storage.node.comment_config_mapping_test.yml |
file |
core/modules/system/tests/modules/config_mapping_test/config/optional/field.storage.node.comment_config_mapping_test.yml |
core/modules/system/tests/modules/config_mapping_test/config/optional/field.storage.node.comment_config_mapping_test.yml |
FieldBlock::defaultConfiguration |
function |
core/modules/layout_builder/src/Plugin/Block/FieldBlock.php |
|
FieldConfig |
class |
core/modules/field/src/Entity/FieldConfig.php |
Defines the Field entity. |
FieldConfig.php |
file |
core/modules/field/src/Entity/FieldConfig.php |
|
FieldConfig::$deleted |
property |
core/modules/field/src/Entity/FieldConfig.php |
Flag indicating whether the field is deleted. |
FieldConfig::$fieldStorage |
property |
core/modules/field/src/Entity/FieldConfig.php |
The associated FieldStorageConfig entity. |
FieldConfig::$original |
property |
core/modules/field/src/Entity/FieldConfig.php |
The original FieldConfig entity. |
FieldConfig::calculateDependencies |
function |
core/modules/field/src/Entity/FieldConfig.php |
Calculates dependencies and stores them in the dependency property. |
FieldConfig::getDisplayOptions |
function |
core/modules/field/src/Entity/FieldConfig.php |
Returns the default display options for the field. |
FieldConfig::getFieldStorageDefinition |
function |
core/modules/field/src/Entity/FieldConfig.php |
Returns the field storage definition. |
FieldConfig::getUniqueIdentifier |
function |
core/modules/field/src/Entity/FieldConfig.php |
Returns a unique identifier for the field. |
FieldConfig::isComputed |
function |
core/modules/field/src/Entity/FieldConfig.php |
Determines whether the data value is computed. |
FieldConfig::isDeleted |
function |
core/modules/field/src/Entity/FieldConfig.php |
Gets the deleted flag of the field. |
FieldConfig::isDisplayConfigurable |
function |
core/modules/field/src/Entity/FieldConfig.php |
Returns whether the display for the field can be configured. |
FieldConfig::isReadOnly |
function |
core/modules/field/src/Entity/FieldConfig.php |
Determines whether the data is read-only. |
FieldConfig::linkTemplates |
function |
core/modules/field/src/Entity/FieldConfig.php |
Gets an array link templates. |
FieldConfig::loadByName |
function |
core/modules/field/src/Entity/FieldConfig.php |
Loads a field config entity based on the entity type and field name. |
FieldConfig::postCreate |
function |
core/modules/field/src/Entity/FieldConfig.php |
Acts on a created entity before hooks are invoked. |
FieldConfig::postDelete |
function |
core/modules/field/src/Entity/FieldConfig.php |
Acts on deleted entities before the delete hook is invoked. |
FieldConfig::preDelete |
function |
core/modules/field/src/Entity/FieldConfig.php |
Acts on entities before they are deleted and before hooks are invoked. |
FieldConfig::preSave |
function |
core/modules/field/src/Entity/FieldConfig.php |
Overrides \Drupal\Core\Entity\Entity::preSave(). |
FieldConfig::urlRouteParameters |
function |
core/modules/field/src/Entity/FieldConfig.php |
Gets an array of placeholders for this entity. |
FieldConfig::__construct |
function |
core/modules/field/src/Entity/FieldConfig.php |
Constructs a FieldConfig object. |
FieldConfigAccessControlHandler |
class |
core/modules/field/src/FieldConfigAccessControlHandler.php |
Defines the access control handler for the field config entity type. |
FieldConfigAccessControlHandler.php |
file |
core/modules/field/src/FieldConfigAccessControlHandler.php |
|
FieldConfigAccessControlHandler::checkAccess |
function |
core/modules/field/src/FieldConfigAccessControlHandler.php |
Performs access checks. |
FieldConfigAccessControlHandlerTest |
class |
core/modules/field/tests/src/Unit/FieldConfigAccessControlHandlerTest.php |
Tests the field config access controller. |
FieldConfigAccessControlHandlerTest.php |
file |
core/modules/field/tests/src/Unit/FieldConfigAccessControlHandlerTest.php |
|
FieldConfigAccessControlHandlerTest::setUp |
function |
core/modules/field/tests/src/Unit/FieldConfigAccessControlHandlerTest.php |
|
FieldConfigAccessControlHandlerTest::testAccess |
function |
core/modules/field/tests/src/Unit/FieldConfigAccessControlHandlerTest.php |
Ensures field config access is working properly. |
FieldConfigAddController |
class |
core/modules/field_ui/src/Controller/FieldConfigAddController.php |
Controller for building the field instance form. |
FieldConfigAddController.php |
file |
core/modules/field_ui/src/Controller/FieldConfigAddController.php |
|
FieldConfigAddController::create |
function |
core/modules/field_ui/src/Controller/FieldConfigAddController.php |
Instantiates a new instance of the implementing class using autowiring. |
FieldConfigAddController::fieldConfigAddConfigureForm |
function |
core/modules/field_ui/src/Controller/FieldConfigAddController.php |
Builds the field config instance form. |
FieldConfigAddController::__construct |
function |
core/modules/field_ui/src/Controller/FieldConfigAddController.php |
FieldConfigAddController constructor. |