Search for conf
Title | Object type | File name | Summary |
---|---|---|---|
EnabledConfigurablePluginsConstraintValidator | class | core/ |
Enabled configurable plugin settings validator. |
EnabledConfigurablePluginsConstraintValidator.php | file | core/ |
|
EnabledConfigurablePluginsConstraintValidator::getConfigurableEnabledDefinitions | function | core/ |
Gets all configurable CKEditor 5 plugin definitions that are enabled. |
EnabledConfigurablePluginsConstraintValidator::validate | function | core/ |
|
EntityBase::getConfigDependencyKey | function | core/ |
Gets the key that is used to store configuration dependencies. |
EntityBase::getConfigDependencyName | function | core/ |
Gets the configuration dependency name. |
EntityBase::getConfigTarget | function | core/ |
Gets the configuration target identifier for the entity. |
EntityBundle::buildConfigurationForm | function | core/ |
Form constructor. |
EntityBundle::defaultConfiguration | function | core/ |
Gets default configuration for this plugin. |
EntityBundle::submitConfigurationForm | function | core/ |
Form submission handler. |
EntityCloneConfigActionTest | class | core/ |
@covers \Drupal\Core\Config\Action\Plugin\ConfigAction\EntityClone @group Recipe |
EntityCloneConfigActionTest.php | file | core/ |
|
EntityCloneConfigActionTest::$modules | property | core/ |
Modules to install. |
EntityCloneConfigActionTest::setUp | function | core/ |
|
EntityCloneConfigActionTest::testCloneEntityDisplay | function | core/ |
Tests cloning entity displays, which have specialized logic for that. |
EntityCloneConfigActionTest::testErrorIfOriginalDoesNotExist | function | core/ |
Tests error if original entity does not exist. |
EntityCloneConfigActionTest::testFailIfEntityExists | function | core/ |
Tests that the action can be configured to fail if the clone exists. |
EntityCloneConfigActionTest::testNoErrorWithExistingEntity | function | core/ |
Tests no error is thrown when an entity with the same ID already exists. |
EntityCloneConfigActionTest::testSuccessfulClone | function | core/ |
Tests successful clone. |
EntityConfigBase | class | core/ |
Base destination class for importing configuration entities. |
EntityConfigBase.php | file | core/ |
|
EntityConfigBase::$configFactory | property | core/ |
The configuration factory. |
EntityConfigBase::$languageManager | property | core/ |
The language manager. |
EntityConfigBase::create | function | core/ |
Creates an instance of the plugin. |
EntityConfigBase::generateId | function | core/ |
Generates an entity ID. |
EntityConfigBase::getIds | function | core/ |
Gets the destination IDs. |
EntityConfigBase::import | function | core/ |
Import the row. |
EntityConfigBase::isTranslationDestination | function | core/ |
Get whether this destination is for translations. |
EntityConfigBase::rollback | function | core/ |
Delete the specified destination object from the target Drupal. |
EntityConfigBase::updateEntity | function | core/ |
Updates an entity with the contents of a row. |
EntityConfigBase::updateEntityProperty | function | core/ |
Updates a (possible nested) entity property with a value. |
EntityConfigBase::__construct | function | core/ |
Construct a new entity. |
EntityConfirmFormBase | class | core/ |
Provides a generic base class for an entity-based confirmation form. |
EntityConfirmFormBase.php | file | core/ |
|
EntityConfirmFormBase::actions | function | core/ |
Returns an array of supported actions for the current entity form. |
EntityConfirmFormBase::buildForm | function | core/ |
Form constructor. |
EntityConfirmFormBase::delete | function | core/ |
The delete() method is not used in EntityConfirmFormBase. This overrides the default implementation that redirects to the delete-form confirmation form. |
EntityConfirmFormBase::getBaseFormId | function | core/ |
Returns a string identifying the base form. |
EntityConfirmFormBase::getCancelText | function | core/ |
Returns a caption for the link which cancels the action. |
EntityConfirmFormBase::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
EntityConfirmFormBase::getDescription | function | core/ |
Returns additional text to display as a description. |
EntityConfirmFormBase::getFormName | function | core/ |
Returns the internal name used to refer to the confirmation item. |
EntityConfirmFormBase::save | function | core/ |
The save() method is not used in EntityConfirmFormBase. This overrides the default implementation that saves the entity. |
EntityContextTypedDataTest::testValidateConfigEntityContext | function | core/ |
Tests that entity contexts wrapping a config entity can be validated. |
EntityDeleteForm::getConfigManager | function | core/ |
Gets the configuration manager. |
EntityDeleteForm::getConfigNamesToDelete | function | core/ |
Returns config names to delete for the deletion confirmation form. |
EntityDeleteFormTrait::getConfirmText | function | core/ |
|
EntityDisplayTest::testExtraFieldComponentInitialInvalidConfig | function | core/ |
Tests the behavior of an extra field component with initial invalid values. |
EntityFieldStorageConfig | class | core/ |
Provides destination plugin for field_storage_config configuration entities. |
EntityFieldStorageConfig.php | file | core/ |
Pagination
- Previous page
- Page 67
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.