Search for conf
Title | Object type | File name | Summary |
---|---|---|---|
EventSubscriber::onConfigImporterValidate | function | core/ |
Validates the configuration to be imported. |
EventSubscriber::onConfigSave | function | core/ |
Reacts to a config save and records information in state for testing. |
ExcludedModulesEventSubscriber::getDependentConfigNames | function | core/ |
Get all the configuration which depends on one of the excluded modules. |
ExcludedModulesEventSubscriber::onConfigTransformExport | function | core/ |
Transform the storage which is used to export the configuration. |
ExcludedModulesEventSubscriber::onConfigTransformImport | function | core/ |
Transform the storage which is used to import the configuration. |
ExecutablePluginBase::getConfig | function | core/ |
Gets all configuration values. |
ExecutablePluginBase::getConfigDefinition | function | core/ |
Gets the definition of a configuration option. |
ExecutablePluginBase::getConfigDefinitions | function | core/ |
Gets an array of definitions of available configuration options. |
ExecutablePluginBase::setConfig | function | core/ |
Sets the value of a particular configuration option. |
ExperimentalModuleTest::testExperimentalConfirmForm | function | core/ |
Tests installing experimental modules and dependencies in the UI. |
ExperimentalThemeTest::testExperimentalConfirmForm | function | core/ |
Tests installing experimental themes and dependencies in the UI. |
ExtensionInstallStorage::$configStorage | property | core/ |
The active configuration store. |
ExtraFieldBlock::defaultConfiguration | function | core/ |
|
Fast404ExceptionHtmlSubscriber::$configFactory | property | core/ |
The config factory. |
FeedItemsDeleteForm::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
FeedViewBuilder::$config | property | core/ |
The 'aggregator.settings' config. |
field.field.entity_test_update.entity_test_update.field_test_configurable_field.yml | file | core/ |
core/modules/system/tests/modules/entity_test_update/config/install/field.field.entity_test_update.entity_test_update.field_test_configurable_field.yml |
field.storage.entity_test_update.field_test_configurable_field.yml | file | core/ |
core/modules/system/tests/modules/entity_test_update/config/install/field.storage.entity_test_update.field_test_configurable_field.yml |
FieldBlock::defaultConfiguration | function | core/ |
|
FieldConfig | class | core/ |
Defines the Field entity. |
FieldConfig.php | file | core/ |
|
FieldConfig::$deleted | property | core/ |
Flag indicating whether the field is deleted. |
FieldConfig::$fieldStorage | property | core/ |
The associated FieldStorageConfig entity. |
FieldConfig::calculateDependencies | function | core/ |
Calculates dependencies and stores them in the dependency property. |
FieldConfig::getDisplayOptions | function | core/ |
Returns the default display options for the field. |
FieldConfig::getFieldStorageDefinition | function | core/ |
Returns the field storage definition. |
FieldConfig::getUniqueIdentifier | function | core/ |
Returns a unique identifier for the field. |
FieldConfig::isComputed | function | core/ |
Determines whether the data value is computed. |
FieldConfig::isDeleted | function | core/ |
Gets the deleted flag of the field. |
FieldConfig::isDisplayConfigurable | function | core/ |
Returns whether the display for the field can be configured. |
FieldConfig::isReadOnly | function | core/ |
Determines whether the data is read-only. |
FieldConfig::linkTemplates | function | core/ |
Gets an array link templates. |
FieldConfig::loadByName | function | core/ |
Loads a field config entity based on the entity type and field name. |
FieldConfig::postCreate | function | core/ |
Acts on a created entity before hooks are invoked. |
FieldConfig::postDelete | function | core/ |
Acts on deleted entities before the delete hook is invoked. |
FieldConfig::preDelete | function | core/ |
Acts on entities before they are deleted and before hooks are invoked. |
FieldConfig::preSave | function | core/ |
Overrides \Drupal\Core\Entity\Entity::preSave(). |
FieldConfig::urlRouteParameters | function | core/ |
Gets an array of placeholders for this entity. |
FieldConfig::__construct | function | core/ |
Constructs a FieldConfig object. |
FieldConfigAccessControlHandler | class | core/ |
Defines the access control handler for the field config entity type. |
FieldConfigAccessControlHandler.php | file | core/ |
|
FieldConfigAccessControlHandler::checkAccess | function | core/ |
Performs access checks. |
FieldConfigAccessControlHandlerTest | class | core/ |
Tests the field config access controller. |
FieldConfigAccessControlHandlerTest.php | file | core/ |
|
FieldConfigAccessControlHandlerTest::setUp | function | core/ |
|
FieldConfigAccessControlHandlerTest::testAccess | function | core/ |
Ensures field config access is working properly. |
FieldConfigBase | class | core/ |
Base class for configurable field definitions. |
FieldConfigBase.php | file | core/ |
|
FieldConfigBase::$bundle | property | core/ |
The name of the bundle the field is attached to. |
FieldConfigBase::$constraints | property | core/ |
Array of constraint options keyed by constraint plugin ID. |
Pagination
- Previous page
- Page 63
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.