Search for conf
Title | Object type | File name | Summary |
---|---|---|---|
ConfigFieldMapper.php | file | core/ |
|
ConfigFieldMapper::$entity | property | core/ |
Loaded entity instance to help produce the translation interface. |
ConfigFieldMapper::getBaseRouteParameters | function | core/ |
Returns the route parameters for the base route the mapper is attached to. |
ConfigFieldMapper::getOverviewRouteName | function | core/ |
Returns route name for the translation overview route. |
ConfigFieldMapper::getTypeLabel | function | core/ |
Returns the label of the type of data the mapper encapsulates. |
ConfigFieldMapper::setEntity | function | core/ |
Sets the entity instance for this mapper. |
ConfigFieldMapperTest | class | core/ |
Tests the functionality provided by the configuration field mapper. |
ConfigFieldMapperTest.php | file | core/ |
|
ConfigFieldMapperTest::$configFieldMapper | property | core/ |
The configuration field mapper to test. |
ConfigFieldMapperTest::$entity | property | core/ |
The field config instance used for testing. |
ConfigFieldMapperTest::$entityTypeManager | property | core/ |
The entity type manager used for testing. |
ConfigFieldMapperTest::$eventDispatcher | property | core/ |
The mocked event dispatcher. |
ConfigFieldMapperTest::setUp | function | core/ |
|
ConfigFieldMapperTest::testSetEntity | function | core/ |
Tests ConfigFieldMapper::setEntity(). |
ConfigFileContentTest | class | core/ |
Tests reading and writing of configuration files. |
ConfigFileContentTest.php | file | core/ |
|
ConfigFileContentTest::$strictConfigSchema | property | core/ |
Exempt from strict schema checking. |
ConfigFileContentTest::testReadWriteConfig | function | core/ |
Tests setting, writing, and reading of a configuration setting. |
ConfigFileContentTest::testSerialization | function | core/ |
Tests serialization of configuration to file. |
ConfigFormBase | class | core/ |
Base class for implementing system configuration forms. |
ConfigFormBase.php | file | core/ |
|
ConfigFormBase::buildForm | function | core/ |
Form constructor. |
ConfigFormBase::checkConfigOverrides | function | core/ |
Form #after_build callback: Adds message if overrides exist. |
ConfigFormBase::CONFIG_KEY_TO_FORM_ELEMENT_MAP | constant | core/ |
The $form_state key which stores a map of config keys to form elements. |
ConfigFormBase::copyFormValuesToConfig | function | core/ |
Copies form values to Config keys. |
ConfigFormBase::create | function | core/ |
Instantiates a new instance of this class. |
ConfigFormBase::doStoreConfigMap | function | core/ |
Helper method for #after_build callback ::storeConfigKeyToFormElementMap(). |
ConfigFormBase::formatMultipleViolationsMessage | function | core/ |
Formats multiple violation messages associated with a single form element. |
ConfigFormBase::loadDefaultValuesFromConfig | function | core/ |
Process callback to recursively load default values from #config_target. |
ConfigFormBase::storeConfigKeyToFormElementMap | function | core/ |
#after_build callback which stores a map of element names to config keys. |
ConfigFormBase::submitForm | function | core/ |
Form submission handler. |
ConfigFormBase::typedConfigManager | function | core/ |
Returns the typed config manager service. |
ConfigFormBase::validateForm | function | core/ |
Form validation handler. |
ConfigFormBase::__construct | function | core/ |
Constructs a \Drupal\system\ConfigFormBase object. |
ConfigFormBaseTrait | trait | core/ |
Provides access to configuration for forms. |
ConfigFormBaseTrait.php | file | core/ |
|
ConfigFormBaseTrait::config | function | core/ |
Retrieves a configuration object. |
ConfigFormBaseTrait::getEditableConfigNames | function | core/ |
Gets the configuration names that will be editable. |
ConfigFormBaseTraitTest | class | core/ |
@coversDefaultClass \Drupal\Core\Form\ConfigFormBaseTrait @group Form |
ConfigFormBaseTraitTest.php | file | core/ |
|
ConfigFormBaseTraitTest::testConfig | function | core/ |
@covers ::config |
ConfigFormBaseTraitTest::testConfigFactoryException | function | core/ |
@covers ::config |
ConfigFormBaseTraitTest::testConfigFactoryExceptionInvalidProperty | function | core/ |
@covers ::config |
ConfigFormOverrideTest | class | core/ |
Tests config overrides do not appear on forms that extend ConfigFormBase. |
ConfigFormOverrideTest.php | file | core/ |
|
ConfigFormOverrideTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ConfigFormOverrideTest::$modules | property | core/ |
Modules to install. |
ConfigFormOverrideTest::OVERRIDE_TEXT | constant | core/ |
Message text that appears when forms have values for overridden config. |
ConfigFormOverrideTest::testFormsWithOverrides | function | core/ |
Tests that overrides do not affect forms. |
ConfigFormTestBase | class | core/ |
Full generic test suite for any form that data with the configuration system. |
Pagination
- Previous page
- Page 26
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.