Search for conf

  1. Search 7.x for conf
  2. Search 8.9.x for conf
  3. Search 10.3.x for conf
  4. Search 11.x for conf
  5. Other projects
Title Object type File name Summary
EntityFieldStorageConfig class core/modules/migrate/src/Plugin/migrate/destination/EntityFieldStorageConfig.php Provides destination plugin for field_storage_config configuration entities.
EntityFieldStorageConfig.php file core/modules/migrate/src/Plugin/migrate/destination/EntityFieldStorageConfig.php
EntityFieldStorageConfig::getIds function core/modules/migrate/src/Plugin/migrate/destination/EntityFieldStorageConfig.php Gets the destination IDs.
EntityFieldStorageConfig::rollback function core/modules/migrate/src/Plugin/migrate/destination/EntityFieldStorageConfig.php Delete the specified destination object from the target Drupal.
EntityInterface::getConfigDependencyKey function core/lib/Drupal/Core/Entity/EntityInterface.php Gets the key that is used to store configuration dependencies.
EntityInterface::getConfigDependencyName function core/lib/Drupal/Core/Entity/EntityInterface.php Gets the configuration dependency name.
EntityInterface::getConfigTarget function core/lib/Drupal/Core/Entity/EntityInterface.php Gets the configuration target identifier for the entity.
EntityPermissionsForm::$configManager property core/modules/user/src/Form/EntityPermissionsForm.php The configuration entity manager.
EntityReferenceFieldDefaultValueTest::testEntityReferenceDefaultConfigValue function core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldDefaultValueTest.php Tests that dependencies due to default values can be removed.
EntityReferenceItem::getPreconfiguredOptions function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php Returns preconfigured field options for a field type.
EntityReferenceItemTest::testConfigEntityReferenceItem function core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceItemTest.php Tests the entity reference field type for referencing config entities.
EntityReferenceRelationshipTest::testEntityReferenceConfigEntity function core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php Test that config entities don't get relationships added.
EntityReferenceSettingsTest::testConfigTargetBundleDeletion function core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceSettingsTest.php Tests that config bundle deletions are mirrored in field config settings.
EntityRepository::loadEntityByConfigTarget function core/lib/Drupal/Core/Entity/EntityRepository.php Loads an entity by the config target identifier.
EntityRepositoryInterface::loadEntityByConfigTarget function core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php Loads an entity by the config target identifier.
EntityResource::$configFactory property core/modules/rest/src/Plugin/rest/resource/EntityResource.php The config factory.
EntityResource::isConfigEntityResource function core/modules/rest/src/Plugin/rest/resource/EntityResource.php Checks if this resource is for a Config Entity.
EntityResourcePostRouteSubscriber::$resourceConfigStorage property core/modules/rest/src/EventSubscriber/EntityResourcePostRouteSubscriber.php The REST resource config storage.
EntityType::getBundleConfigDependency function core/lib/Drupal/Core/Entity/EntityType.php Gets the config dependency info for this entity, if any exists.
EntityType::getConfigDependencyKey function core/lib/Drupal/Core/Entity/EntityType.php Gets the key that is used to store configuration dependencies.
EntityTypeInterface::getBundleConfigDependency function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets the config dependency info for this entity, if any exists.
EntityTypeInterface::getConfigDependencyKey function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets the key that is used to store configuration dependencies.
EntityWorkspaceConflictConstraint class core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraint.php Validation constraint for an entity being edited in multiple workspaces.
EntityWorkspaceConflictConstraint.php file core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraint.php
EntityWorkspaceConflictConstraint::$message property core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraint.php The default violation message.
EntityWorkspaceConflictConstraintValidator class core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraintValidator.php Validates the EntityWorkspaceConflict constraint.
EntityWorkspaceConflictConstraintValidator.php file core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraintValidator.php
EntityWorkspaceConflictConstraintValidator::$entityTypeManager property core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraintValidator.php The entity type manager.
EntityWorkspaceConflictConstraintValidator::$workspaceAssociation property core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraintValidator.php The workspace association service.
EntityWorkspaceConflictConstraintValidator::$workspaceManager property core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraintValidator.php The workspace manager service.
EntityWorkspaceConflictConstraintValidator::$workspaceRepository property core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraintValidator.php The workspace repository service.
EntityWorkspaceConflictConstraintValidator::create function core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraintValidator.php Instantiates a new instance of this class.
EntityWorkspaceConflictConstraintValidator::validate function core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraintValidator.php
EntityWorkspaceConflictConstraintValidator::__construct function core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraintValidator.php Constructs an EntityUntranslatableFieldsConstraintValidator object.
EventSubscriber::configEventRecorder function core/modules/config/tests/config_events_test/src/EventSubscriber.php Reacts to config event.
EventSubscriber::onConfigDelete function core/modules/config/tests/config_import_test/src/EventSubscriber.php Reacts to a config delete and records information in state for testing.
EventSubscriber::onConfigImporterMissingContentOne function core/modules/config/tests/config_import_test/src/EventSubscriber.php Handles the missing content event.
EventSubscriber::onConfigImporterMissingContentTwo function core/modules/config/tests/config_import_test/src/EventSubscriber.php Handles the missing content event.
EventSubscriber::onConfigImporterValidate function core/modules/config/tests/config_import_test/src/EventSubscriber.php Validates the configuration to be imported.
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.
ExperimentalThemeTest::providerTestExperimentalConfirmForm function core/modules/system/tests/src/Functional/Theme/ExperimentalThemeTest.php Data provider for experimental test themes.
ExperimentalThemeTest::testExperimentalConfirmForm function core/modules/system/tests/src/Functional/Theme/ExperimentalThemeTest.php Tests installing experimental themes and dependencies in the UI.
ExtensionInstallStorage::$configStorage property core/lib/Drupal/Core/Config/ExtensionInstallStorage.php The active configuration store.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.