ConfigUninstallViaCliImportTest |
class |
core/modules/config/tests/src/Kernel/ConfigUninstallViaCliImportTest.php |
Tests importing configuration from files into active configuration. |
ConfigUninstallViaCliImportTest.php |
file |
core/modules/config/tests/src/Kernel/ConfigUninstallViaCliImportTest.php |
|
ConfigUninstallViaCliImportTest::$configImporter |
property |
core/modules/config/tests/src/Kernel/ConfigUninstallViaCliImportTest.php |
Config Importer object used for testing. |
ConfigUninstallViaCliImportTest::$modules |
property |
core/modules/config/tests/src/Kernel/ConfigUninstallViaCliImportTest.php |
Modules to install. |
ConfigUninstallViaCliImportTest::setUp |
function |
core/modules/config/tests/src/Kernel/ConfigUninstallViaCliImportTest.php |
|
ConfigUninstallViaCliImportTest::testConfigUninstallViaCli |
function |
core/modules/config/tests/src/Kernel/ConfigUninstallViaCliImportTest.php |
Tests that the config module can be uninstalled via CLI config import. |
ConfigurableActionBase |
class |
core/lib/Drupal/Core/Action/ConfigurableActionBase.php |
Provides a base implementation for a configurable Action plugin. |
ConfigurableActionBase.php |
file |
core/lib/Drupal/Core/Action/ConfigurableActionBase.php |
|
ConfigurableActionBase::calculateDependencies |
function |
core/lib/Drupal/Core/Action/ConfigurableActionBase.php |
Calculates dependencies for the configured plugin. |
ConfigurableActionBase::defaultConfiguration |
function |
core/lib/Drupal/Core/Action/ConfigurableActionBase.php |
Gets default configuration for this plugin. |
ConfigurableActionBase::getConfiguration |
function |
core/lib/Drupal/Core/Action/ConfigurableActionBase.php |
Gets this plugin's configuration. |
ConfigurableActionBase::setConfiguration |
function |
core/lib/Drupal/Core/Action/ConfigurableActionBase.php |
Sets the configuration for this plugin instance. |
ConfigurableActionBase::validateConfigurationForm |
function |
core/lib/Drupal/Core/Action/ConfigurableActionBase.php |
Form validation handler. |
ConfigurableActionBase::__construct |
function |
core/lib/Drupal/Core/Action/ConfigurableActionBase.php |
|
ConfigurableImageEffectBase |
class |
core/modules/image/src/ConfigurableImageEffectBase.php |
Provides a base class for configurable image effects. |
ConfigurableImageEffectBase.php |
file |
core/modules/image/src/ConfigurableImageEffectBase.php |
|
ConfigurableImageEffectBase::submitConfigurationForm |
function |
core/modules/image/src/ConfigurableImageEffectBase.php |
|
ConfigurableImageEffectBase::validateConfigurationForm |
function |
core/modules/image/src/ConfigurableImageEffectBase.php |
|
ConfigurableImageEffectInterface |
interface |
core/modules/image/src/ConfigurableImageEffectInterface.php |
Defines the interface for configurable image effects. |
ConfigurableImageEffectInterface.php |
file |
core/modules/image/src/ConfigurableImageEffectInterface.php |
|
ConfigurableInterface |
interface |
core/lib/Drupal/Component/Plugin/ConfigurableInterface.php |
Provides an interface for a configurable plugin. |
ConfigurableInterface.php |
file |
core/lib/Drupal/Component/Plugin/ConfigurableInterface.php |
|
ConfigurableInterface::defaultConfiguration |
function |
core/lib/Drupal/Component/Plugin/ConfigurableInterface.php |
Gets default configuration for this plugin. |
ConfigurableInterface::getConfiguration |
function |
core/lib/Drupal/Component/Plugin/ConfigurableInterface.php |
Gets this plugin's configuration. |
ConfigurableInterface::setConfiguration |
function |
core/lib/Drupal/Component/Plugin/ConfigurableInterface.php |
Sets the configuration for this plugin instance. |
ConfigurableLanguage |
class |
core/modules/language/src/Entity/ConfigurableLanguage.php |
Defines the ConfigurableLanguage entity. |
ConfigurableLanguage.php |
file |
core/modules/language/src/Entity/ConfigurableLanguage.php |
|
ConfigurableLanguage::$direction |
property |
core/modules/language/src/Entity/ConfigurableLanguage.php |
The direction of language, either DIRECTION_LTR or DIRECTION_RTL. |
ConfigurableLanguage::$id |
property |
core/modules/language/src/Entity/ConfigurableLanguage.php |
The language ID (machine name). |
ConfigurableLanguage::$label |
property |
core/modules/language/src/Entity/ConfigurableLanguage.php |
The human-readable label for the language. |
ConfigurableLanguage::$locked |
property |
core/modules/language/src/Entity/ConfigurableLanguage.php |
Locked languages cannot be edited. |
ConfigurableLanguage::$preSaveMultilingual |
property |
core/modules/language/src/Entity/ConfigurableLanguage.php |
Used during saving to detect when the site becomes multilingual. |
ConfigurableLanguage::$weight |
property |
core/modules/language/src/Entity/ConfigurableLanguage.php |
The weight of the language, used in lists of languages. |
ConfigurableLanguage::createFromLangcode |
function |
core/modules/language/src/Entity/ConfigurableLanguage.php |
Creates a configurable language object from a langcode. |
ConfigurableLanguage::getDefaultLangcode |
function |
core/modules/language/src/Entity/ConfigurableLanguage.php |
Gets the default langcode. |
ConfigurableLanguage::getDirection |
function |
core/modules/language/src/Entity/ConfigurableLanguage.php |
Gets the text direction (left-to-right or right-to-left). |
ConfigurableLanguage::getId |
function |
core/modules/language/src/Entity/ConfigurableLanguage.php |
Gets the ID (language code). |
ConfigurableLanguage::getName |
function |
core/modules/language/src/Entity/ConfigurableLanguage.php |
Gets the name of the language. |
ConfigurableLanguage::getWeight |
function |
core/modules/language/src/Entity/ConfigurableLanguage.php |
Gets the weight of the language. |
ConfigurableLanguage::isDefault |
function |
core/modules/language/src/Entity/ConfigurableLanguage.php |
Returns whether this language is the default language. |
ConfigurableLanguage::isLocked |
function |
core/modules/language/src/Entity/ConfigurableLanguage.php |
Returns whether this language is locked. |
ConfigurableLanguage::postDelete |
function |
core/modules/language/src/Entity/ConfigurableLanguage.php |
Acts on deleted entities before the delete hook is invoked. |
ConfigurableLanguage::postSave |
function |
core/modules/language/src/Entity/ConfigurableLanguage.php |
Acts on a saved entity before the insert or update hook is invoked. |
ConfigurableLanguage::preDelete |
function |
core/modules/language/src/Entity/ConfigurableLanguage.php |
|
ConfigurableLanguage::preSave |
function |
core/modules/language/src/Entity/ConfigurableLanguage.php |
Acts on an entity before the presave hook is invoked. |
ConfigurableLanguage::setName |
function |
core/modules/language/src/Entity/ConfigurableLanguage.php |
Sets the name of the language. |
ConfigurableLanguage::setWeight |
function |
core/modules/language/src/Entity/ConfigurableLanguage.php |
Sets the weight of the language. |
ConfigurableLanguageInterface |
interface |
core/modules/language/src/ConfigurableLanguageInterface.php |
Provides an interface defining a language entity. |
ConfigurableLanguageInterface.php |
file |
core/modules/language/src/ConfigurableLanguageInterface.php |
|
ConfigurableLanguageInterface::setName |
function |
core/modules/language/src/ConfigurableLanguageInterface.php |
Sets the name of the language. |