Search for conf

  1. Search 7.x for conf
  2. Search 9.5.x for conf
  3. Search 8.9.x for conf
  4. Search 11.x for conf
  5. Other projects
Title Object type File name Summary
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.
UnmetDependenciesException::$configObjects property core/lib/Drupal/Core/Config/UnmetDependenciesException.php A list of configuration objects that have unmet dependencies.
UnmetDependenciesException::formatConfigObjectList function core/lib/Drupal/Core/Config/UnmetDependenciesException.php Formats a list of configuration objects.
UnmetDependenciesException::getConfigObjects function core/lib/Drupal/Core/Config/UnmetDependenciesException.php Gets the list of configuration objects that have unmet dependencies.
UnpublishByKeywordComment::buildConfigurationForm function core/modules/action/src/Plugin/Action/UnpublishByKeywordComment.php Form constructor.
UnpublishByKeywordComment::defaultConfiguration function core/modules/action/src/Plugin/Action/UnpublishByKeywordComment.php Gets default configuration for this plugin.
UnpublishByKeywordComment::submitConfigurationForm function core/modules/action/src/Plugin/Action/UnpublishByKeywordComment.php Form submission handler.
UnpublishByKeywordCommentTest::testCommentDefaultConfigActions function core/modules/action/tests/src/Kernel/UnpublishByKeywordCommentTest.php Tests comment module's default config actions.
UnpublishByKeywordNode::buildConfigurationForm function core/modules/action/src/Plugin/Action/UnpublishByKeywordNode.php Form constructor.
UnpublishByKeywordNode::defaultConfiguration function core/modules/action/src/Plugin/Action/UnpublishByKeywordNode.php Gets default configuration for this plugin.
UnpublishByKeywordNode::submitConfigurationForm function core/modules/action/src/Plugin/Action/UnpublishByKeywordNode.php Form submission handler.
UnroutedUrlAssemblerTest::$configFactory property core/tests/Drupal/Tests/Core/Utility/UnroutedUrlAssemblerTest.php The mocked config factory.
UnsupportedDataTypeConfigException class core/lib/Drupal/Core/Config/UnsupportedDataTypeConfigException.php Exception thrown when a config data type is invalid.
UnsupportedDataTypeConfigException.php file core/lib/Drupal/Core/Config/UnsupportedDataTypeConfigException.php
UpdateDescriptionConfigurationPostUpdate class core/modules/system/tests/src/Functional/Update/UpdateDescriptionConfigurationPostUpdate.php @covers system_post_update_add_description_to_entity_view_mode[[api-linebreak]]
@covers system_post_update_add_description_to_entity_form_mode[[api-linebreak]]
UpdateDescriptionConfigurationPostUpdate.php file core/modules/system/tests/src/Functional/Update/UpdateDescriptionConfigurationPostUpdate.php
UpdateDescriptionConfigurationPostUpdate::$defaultTheme property core/modules/system/tests/src/Functional/Update/UpdateDescriptionConfigurationPostUpdate.php The theme to install as the default for testing.
UpdateDescriptionConfigurationPostUpdate::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/UpdateDescriptionConfigurationPostUpdate.php Set database dump files to be used.
UpdateDescriptionConfigurationPostUpdate::testUpdateDescriptionConfigurationPostUpdate function core/modules/system/tests/src/Functional/Update/UpdateDescriptionConfigurationPostUpdate.php Ensure that an empty string is added as a default value for description.
UpdateFetcherTest::$mockConfigFactory property core/modules/update/tests/src/Unit/UpdateFetcherTest.php Mock config factory.
UpdateMailTest::$configFactory property core/modules/update/tests/src/Unit/UpdateMailTest.php Mocked config factory.
UpdatePathTestBase::$strictConfigSchema property core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Disable strict config schema checking.
UpdateRegistry::onConfigSave function core/lib/Drupal/Core/Update/UpdateRegistry.php Processes the list of installed extensions when core.extension changes.
UpdateScriptTest::assertInstalledExtensionsConfig function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Asserts that an installed extension's config setting is correct.
UpdateSettingsForm::getEditableConfigNames function core/modules/update/src/UpdateSettingsForm.php Gets the configuration names that will be editable.
UpdateTestBase::confirmRevokedStatus function core/modules/update/tests/src/Functional/UpdateTestBase.php Confirms messages are correct when a release has been unpublished/revoked.
UpdateTestBase::confirmUnsupportedStatus function core/modules/update/tests/src/Functional/UpdateTestBase.php Confirms messages are correct when a release has been marked unsupported.
UrlEncodeTest::$migrationConfiguration property core/modules/migrate/tests/src/Unit/process/UrlEncodeTest.php An array of migration configuration values.
user.config_translation.yml file core/modules/user/user.config_translation.yml core/modules/user/user.config_translation.yml
User::getAllowedConfigurableLanguageCodes function core/modules/user/src/Entity/User.php Defines allowed configurable language codes for AllowedValues constraints.
UserAccountFormFieldsTest::testInstallConfigureForm function core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php Tests the root user account form section in the "Configure site" form.
UserActionConfigSchemaTest class core/modules/user/tests/src/Kernel/UserActionConfigSchemaTest.php Tests that the config schema is valid when roles are added or removed.
UserActionConfigSchemaTest.php file core/modules/user/tests/src/Kernel/UserActionConfigSchemaTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.