TrustedHostsTest::testStatusPageWithConfiguration |
function |
core/modules/system/tests/src/Functional/System/TrustedHostsTest.php |
Tests that the status page shows the trusted patterns from settings.php. |
TrustedHostsTest::testStatusPageWithoutConfiguration |
function |
core/modules/system/tests/src/Functional/System/TrustedHostsTest.php |
Tests the status page behavior with no setting. |
TwigIncludeTest::$twigConfig |
property |
core/modules/system/tests/src/Kernel/Theme/TwigIncludeTest.php |
The Twig configuration to set the container parameter to during rebuilds. |
TypedConfigInterface |
interface |
core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php |
Interface for a typed configuration object that contains multiple elements. |
TypedConfigInterface.php |
file |
core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php |
|
TypedConfigInterface::get |
function |
core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php |
Gets a contained typed configuration element. |
TypedConfigInterface::getElements |
function |
core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php |
Gets an array of contained elements. |
TypedConfigInterface::isEmpty |
function |
core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php |
Determines whether the data structure is empty. |
TypedConfigInterface::toArray |
function |
core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php |
Returns an array of all property values. |
TypedConfigManager |
class |
core/lib/Drupal/Core/Config/TypedConfigManager.php |
Manages config schema type plugins. |
TypedConfigManager.php |
file |
core/lib/Drupal/Core/Config/TypedConfigManager.php |
|
TypedConfigManager::$configStorage |
property |
core/lib/Drupal/Core/Config/TypedConfigManager.php |
A storage instance for reading configuration data. |
TypedConfigManager::$definitions |
property |
core/lib/Drupal/Core/Config/TypedConfigManager.php |
The array of plugin definitions, keyed by plugin id. |
TypedConfigManager::$schemaStorage |
property |
core/lib/Drupal/Core/Config/TypedConfigManager.php |
A storage instance for reading configuration schema data. |
TypedConfigManager::alterDefinitions |
function |
core/lib/Drupal/Core/Config/TypedConfigManager.php |
Invokes the hook to alter the definitions if the alter hook is set. |
TypedConfigManager::buildDataDefinition |
function |
core/lib/Drupal/Core/Config/TypedConfigManager.php |
Creates a new data definition object. |
TypedConfigManager::clearCachedDefinitions |
function |
core/lib/Drupal/Core/Config/TypedConfigManager.php |
Clears static and persistent plugin definition caches. |
TypedConfigManager::createFromNameAndData |
function |
core/lib/Drupal/Core/Config/TypedConfigManager.php |
Gets typed data for a given configuration name and its values. |
TypedConfigManager::determineType |
function |
core/lib/Drupal/Core/Config/TypedConfigManager.php |
Determines the typed config type for a plugin ID. |
TypedConfigManager::findFallback |
function |
core/lib/Drupal/Core/Config/TypedConfigManager.php |
Finds fallback configuration schema name. |
TypedConfigManager::get |
function |
core/lib/Drupal/Core/Config/TypedConfigManager.php |
Gets typed configuration data. |
TypedConfigManager::getDefinition |
function |
core/lib/Drupal/Core/Config/TypedConfigManager.php |
Gets a specific plugin definition. |
TypedConfigManager::getDefinitionWithReplacements |
function |
core/lib/Drupal/Core/Config/TypedConfigManager.php |
Gets a schema definition with replacements for dynamic type names. |
TypedConfigManager::getDiscovery |
function |
core/lib/Drupal/Core/Config/TypedConfigManager.php |
Gets the plugin discovery. |
TypedConfigManager::getFallbackName |
function |
core/lib/Drupal/Core/Config/TypedConfigManager.php |
Gets fallback configuration schema name. |
TypedConfigManager::getStaticTypeRoot |
function |
core/lib/Drupal/Core/Config/TypedConfigManager.php |
Gets the static type root for a config schema object. |
TypedConfigManager::hasConfigSchema |
function |
core/lib/Drupal/Core/Config/TypedConfigManager.php |
Checks if the configuration schema with the given config name exists. |
TypedConfigManager::replaceName |
function |
core/lib/Drupal/Core/Config/TypedConfigManager.php |
Replaces dynamic type expressions in configuration type. |
TypedConfigManager::replaceVariable |
function |
core/lib/Drupal/Core/Config/TypedConfigManager.php |
Resolves a dynamic type expression using configuration data. |
TypedConfigManager::resolveDynamicTypeName |
function |
core/lib/Drupal/Core/Config/TypedConfigManager.php |
Resolves a dynamic type name. |
TypedConfigManager::resolveExpression |
function |
core/lib/Drupal/Core/Config/TypedConfigManager.php |
Resolves a dynamic expression. |
TypedConfigManager::__construct |
function |
core/lib/Drupal/Core/Config/TypedConfigManager.php |
Creates a new typed configuration manager. |
TypedConfigManagerInterface |
interface |
core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php |
Defines an interface for managing config schema type plugins. |
TypedConfigManagerInterface.php |
file |
core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php |
|
TypedConfigManagerInterface::buildDataDefinition |
function |
core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php |
Creates a new data definition object. |
TypedConfigManagerInterface::createFromNameAndData |
function |
core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php |
Gets typed data for a given configuration name and its values. |
TypedConfigManagerInterface::get |
function |
core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php |
Gets typed configuration data. |
TypedConfigManagerInterface::getDefinition |
function |
core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php |
Gets a specific plugin definition. |
TypedConfigManagerInterface::hasConfigSchema |
function |
core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php |
Checks if the configuration schema with the given config name exists. |
TypedConfigTest |
class |
core/tests/Drupal/KernelTests/Config/TypedConfigTest.php |
Tests config validation mechanism. |
TypedConfigTest.php |
file |
core/tests/Drupal/KernelTests/Config/TypedConfigTest.php |
|
TypedConfigTest::$configSchemaCheckerExclusions |
property |
core/tests/Drupal/KernelTests/Config/TypedConfigTest.php |
An array of config object names that are excluded from schema checking. |
TypedConfigTest::$modules |
property |
core/tests/Drupal/KernelTests/Config/TypedConfigTest.php |
Modules to install. |
TypedConfigTest::setUp |
function |
core/tests/Drupal/KernelTests/Config/TypedConfigTest.php |
|
TypedConfigTest::testNotBlankInteractionWithNotNull |
function |
core/tests/Drupal/KernelTests/Config/TypedConfigTest.php |
Tests the behavior of `NotBlank` on required data. |
TypedConfigTest::testSimpleConfigValidation |
function |
core/tests/Drupal/KernelTests/Config/TypedConfigTest.php |
Tests config validation via the Typed Data API. |
TypedConfigTest::testTypedDataAPI |
function |
core/tests/Drupal/KernelTests/Config/TypedConfigTest.php |
Verifies that the Typed Data API is implemented correctly. |
UnicornEditor::buildConfigurationForm |
function |
core/modules/editor/tests/modules/editor_test/src/Plugin/Editor/UnicornEditor.php |
Form constructor. |
UnitTestCase::getConfigFactoryStub |
function |
core/tests/Drupal/Tests/UnitTestCase.php |
Returns a stub config factory that behaves according to the passed array. |
UnitTestCase::getConfigStorageStub |
function |
core/tests/Drupal/Tests/UnitTestCase.php |
Returns a stub config storage that returns the supplied configuration. |