| CompositeFormElementTrait.php |
file |
core/lib/Drupal/Core/Render/Element/CompositeFormElementTrait.php |
|
| CompositeFormElementTrait::preRenderCompositeFormElement |
function |
core/lib/Drupal/Core/Render/Element/CompositeFormElementTrait.php |
Adds form element theming to an element if its title or description is set. |
| Concat::transform |
function |
core/modules/migrate/src/Plugin/migrate/process/Concat.php |
Performs the associated process. |
| ConditionFormTest |
class |
core/modules/system/tests/src/Functional/Condition/ConditionFormTest.php |
Tests that condition plugins basic form handling is working. |
| ConditionFormTest.php |
file |
core/modules/system/tests/src/Functional/Condition/ConditionFormTest.php |
|
| ConditionFormTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Condition/ConditionFormTest.php |
The theme to install as the default for testing. |
| ConditionFormTest::$modules |
property |
core/modules/system/tests/src/Functional/Condition/ConditionFormTest.php |
Modules to install. |
| ConditionFormTest::testConfigForm |
function |
core/modules/system/tests/src/Functional/Condition/ConditionFormTest.php |
Submit the condition_node_type_test_form to test condition forms. |
| ConditionPluginBase::buildConfigurationForm |
function |
core/lib/Drupal/Core/Condition/ConditionPluginBase.php |
Form constructor. |
| ConditionPluginBase::submitConfigurationForm |
function |
core/lib/Drupal/Core/Condition/ConditionPluginBase.php |
Form submission handler. |
| ConditionPluginBase::validateConfigurationForm |
function |
core/lib/Drupal/Core/Condition/ConditionPluginBase.php |
Form validation handler. |
| config.import_transformer |
service |
core/core.services.yml |
Drupal\Core\Config\ImportStorageTransformer |
| ConfigController::$diffFormatter |
property |
core/modules/config/src/Controller/ConfigController.php |
The diff formatter. |
| ConfigController::$importTransformer |
property |
core/modules/config/src/Controller/ConfigController.php |
The import transformer service. |
| ConfigDependencies::$formatProviders |
property |
core/modules/rest/src/Entity/ConfigDependencies.php |
The serialization format providers, keyed by format. |
| ConfigDependencies::onDependencyRemovalForMethodGranularity |
function |
core/modules/rest/src/Entity/ConfigDependencies.php |
Informs the entity that entities it depends on will be deleted. |
| ConfigDependencyDeleteFormTrait |
trait |
core/lib/Drupal/Core/Config/Entity/ConfigDependencyDeleteFormTrait.php |
Lists affected configuration entities by a dependency removal. |
| ConfigDependencyDeleteFormTrait.php |
file |
core/lib/Drupal/Core/Config/Entity/ConfigDependencyDeleteFormTrait.php |
|
| ConfigDependencyDeleteFormTrait::addDependencyListsToForm |
function |
core/lib/Drupal/Core/Config/Entity/ConfigDependencyDeleteFormTrait.php |
Adds form elements to list affected configuration entities. |
| ConfigDependencyDeleteFormTrait::t |
function |
core/lib/Drupal/Core/Config/Entity/ConfigDependencyDeleteFormTrait.php |
Translates a string to the current language or to a given language. |
| ConfigDependencyWebTest::testConfigDependencyDeleteFormTrait |
function |
core/modules/config/tests/src/Functional/ConfigDependencyWebTest.php |
Tests ConfigDependencyDeleteFormTrait. |
| ConfigEntityFormOverrideTest |
class |
core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php |
Tests that config overrides do not bleed through in entity forms and lists. |
| ConfigEntityFormOverrideTest.php |
file |
core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php |
|
| ConfigEntityFormOverrideTest::$defaultTheme |
property |
core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php |
The theme to install as the default for testing. |
| ConfigEntityFormOverrideTest::$modules |
property |
core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php |
Modules to install. |
| ConfigEntityFormOverrideTest::testFormsWithOverrides |
function |
core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php |
Tests that overrides do not affect forms or listing screens. |
| ConfigEntityImportTest::doFilterFormatUpdate |
function |
core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php |
Tests updating a filter format during import. |
| ConfigEvents::STORAGE_TRANSFORM_EXPORT |
constant |
core/lib/Drupal/Core/Config/ConfigEvents.php |
Name of the event fired when the export storage is used. |
| ConfigEvents::STORAGE_TRANSFORM_IMPORT |
constant |
core/lib/Drupal/Core/Config/ConfigEvents.php |
Name of the event fired just before importing configuration. |
| ConfigExportForm |
class |
core/modules/config/src/Form/ConfigExportForm.php |
Defines the configuration export form. |
| ConfigExportForm.php |
file |
core/modules/config/src/Form/ConfigExportForm.php |
|
| ConfigExportForm::buildForm |
function |
core/modules/config/src/Form/ConfigExportForm.php |
Form constructor. |
| ConfigExportForm::getFormId |
function |
core/modules/config/src/Form/ConfigExportForm.php |
Returns a unique string identifying the form. |
| ConfigExportForm::submitForm |
function |
core/modules/config/src/Form/ConfigExportForm.php |
Form submission handler. |
| ConfigFormBase |
class |
core/lib/Drupal/Core/Form/ConfigFormBase.php |
Base class for implementing system configuration forms. |
| ConfigFormBase.php |
file |
core/lib/Drupal/Core/Form/ConfigFormBase.php |
|
| ConfigFormBase::buildForm |
function |
core/lib/Drupal/Core/Form/ConfigFormBase.php |
Form constructor. |
| ConfigFormBase::checkConfigOverrides |
function |
core/lib/Drupal/Core/Form/ConfigFormBase.php |
Form #after_build callback: Adds message if overrides exist. |
| ConfigFormBase::CONFIG_KEY_TO_FORM_ELEMENT_MAP |
constant |
core/lib/Drupal/Core/Form/ConfigFormBase.php |
The $form_state key which stores a map of config keys to form elements. |
| ConfigFormBase::copyFormValuesToConfig |
function |
core/lib/Drupal/Core/Form/ConfigFormBase.php |
Copies form values to Config keys. |
| ConfigFormBase::create |
function |
core/lib/Drupal/Core/Form/ConfigFormBase.php |
Instantiates a new instance of this class. |
| ConfigFormBase::doStoreConfigMap |
function |
core/lib/Drupal/Core/Form/ConfigFormBase.php |
Helper method for #after_build callback ::storeConfigKeyToFormElementMap(). |
| ConfigFormBase::formatMultipleViolationsMessage |
function |
core/lib/Drupal/Core/Form/ConfigFormBase.php |
Formats multiple violation messages associated with a single form element. |
| ConfigFormBase::loadDefaultValuesFromConfig |
function |
core/lib/Drupal/Core/Form/ConfigFormBase.php |
Process callback to recursively load default values from #config_target. |
| ConfigFormBase::storeConfigKeyToFormElementMap |
function |
core/lib/Drupal/Core/Form/ConfigFormBase.php |
Render API callback: Stores a map of element names to config keys. |
| ConfigFormBase::submitForm |
function |
core/lib/Drupal/Core/Form/ConfigFormBase.php |
Form submission handler. |
| ConfigFormBase::typedConfigManager |
function |
core/lib/Drupal/Core/Form/ConfigFormBase.php |
Returns the typed config manager service. |
| ConfigFormBase::validateForm |
function |
core/lib/Drupal/Core/Form/ConfigFormBase.php |
Form validation handler. |
| ConfigFormBase::__construct |
function |
core/lib/Drupal/Core/Form/ConfigFormBase.php |
Constructs a \Drupal\system\ConfigFormBase object. |
| ConfigFormBaseTrait |
trait |
core/lib/Drupal/Core/Form/ConfigFormBaseTrait.php |
Provides access to configuration for forms. |