Search for config

  1. Search 7.x for config
  2. Search 8.9.x for config
  3. Search 10.3.x for config
  4. Search 11.x for config
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Config class composer/Plugin/VendorHardening/Config.php Determine configuration.
Config class core/modules/migrate_drupal/src/Plugin/migrate/source/d8/Config.php Drupal 8+ configuration source from database.
Config class core/modules/migrate/src/Plugin/migrate/destination/Config.php Provides Configuration Management destination plugin.
Config class core/lib/Drupal/Core/Config/Config.php Defines the default configuration object.

All search results

Title Object type File name Summary
ImageToolkitForm::getEditableConfigNames function core/modules/system/src/Form/ImageToolkitForm.php Gets the configuration names that will be editable.
ImageToolkitManager::$configFactory property core/lib/Drupal/Core/ImageToolkit/ImageToolkitManager.php The config factory.
image_field_config_delete function core/modules/image/image.module Implements hook_ENTITY_TYPE_delete() for 'field_config'.
image_field_config_update function core/modules/image/image.module Implements hook_ENTITY_TYPE_update() for 'field_config'.
image_field_storage_config_delete function core/modules/image/image.module Implements hook_ENTITY_TYPE_delete() for 'field_storage_config'.
image_field_storage_config_update function core/modules/image/image.module Implements hook_ENTITY_TYPE_update() for 'field_storage_config'.
ImmutableConfig class core/lib/Drupal/Core/Config/ImmutableConfig.php Defines the immutable configuration object.
ImmutableConfig.php file core/lib/Drupal/Core/Config/ImmutableConfig.php
ImmutableConfig::clear function core/lib/Drupal/Core/Config/ImmutableConfig.php Unsets a value in this configuration object.
ImmutableConfig::delete function core/lib/Drupal/Core/Config/ImmutableConfig.php Deletes the configuration object.
ImmutableConfig::save function core/lib/Drupal/Core/Config/ImmutableConfig.php Saves the configuration object.
ImmutableConfig::set function core/lib/Drupal/Core/Config/ImmutableConfig.php Sets a value in this configuration object.
ImmutableConfigException class core/lib/Drupal/Core/Config/ImmutableConfigException.php Exception throw when an immutable config object is altered.
ImmutableConfigException.php file core/lib/Drupal/Core/Config/ImmutableConfigException.php
ImmutableConfigTest class core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php @coversDefaultClass \Drupal\Core\Config\ImmutableConfig
@group Config
ImmutableConfigTest.php file core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php
ImmutableConfigTest::$config property core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php The immutable config object under test.
ImmutableConfigTest::setUp function core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php
ImmutableConfigTest::testClear function core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php @covers ::clear
ImmutableConfigTest::testDelete function core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php @covers ::delete
ImmutableConfigTest::testSave function core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php @covers ::save
ImmutableConfigTest::testSet function core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php @covers ::set
InlineBlock::buildConfigurationForm function core/modules/layout_builder/src/Plugin/Block/InlineBlock.php Form constructor.
InlineBlock::defaultConfiguration function core/modules/layout_builder/src/Plugin/Block/InlineBlock.php
InlineBlockTestBase::configureInlineBlock function core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php Configures an inline block in the Layout Builder.
InstallCommand::configure function core/lib/Drupal/Core/Command/InstallCommand.php
InstallerConfigDirectorySetNoDirectoryErrorTest class core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php Tests installation when a config_sync_directory is set up but does not exist.
InstallerConfigDirectorySetNoDirectoryErrorTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php
InstallerConfigDirectorySetNoDirectoryErrorTest::$configDirectory property core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php The directory where the sync directory should be created during install.
InstallerConfigDirectorySetNoDirectoryErrorTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php The theme to install as the default for testing.
InstallerConfigDirectorySetNoDirectoryErrorTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php Prepares the current environment for running the test.
InstallerConfigDirectorySetNoDirectoryErrorTest::setUpRequirementsProblem function core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php Installer step: Requirements problem.
InstallerConfigDirectorySetNoDirectoryErrorTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php Installer step: Configure settings.
InstallerConfigDirectorySetNoDirectoryErrorTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php Final installer step: Configure site.
InstallerConfigDirectorySetNoDirectoryErrorTest::testError function core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php Verifies that installation failed.
InstallerConfigDirectorySetNoDirectoryTest class core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryTest.php Tests the installer when a custom config directory set up but does not exist.
InstallerConfigDirectorySetNoDirectoryTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryTest.php
InstallerConfigDirectorySetNoDirectoryTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryTest.php The theme to install as the default for testing.
InstallerConfigDirectorySetNoDirectoryTest::$syncDirectory property core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryTest.php The sync directory created during the install.
InstallerConfigDirectorySetNoDirectoryTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryTest.php Prepares the current environment for running the test.
InstallerConfigDirectorySetNoDirectoryTest::testInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryTest.php Verifies that installation succeeded.
InstallerExistingConfigDirectoryTest class core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigDirectoryTest.php Tests installation when a config_sync_directory exists and is set up.
InstallerExistingConfigDirectoryTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigDirectoryTest.php
InstallerExistingConfigDirectoryTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigDirectoryTest.php The theme to install as the default for testing.
InstallerExistingConfigDirectoryTest::$expectedFilePerms property core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigDirectoryTest.php The expected file perms of the folder.
InstallerExistingConfigDirectoryTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigDirectoryTest.php Prepares the current environment for running the test.
InstallerExistingConfigDirectoryTest::testInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigDirectoryTest.php Verifies that installation succeeded.
InstallerExistingConfigExistingSettingsTest class core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigExistingSettingsTest.php Verifies that installing from existing configuration works.
InstallerExistingConfigExistingSettingsTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigExistingSettingsTest.php
InstallerExistingConfigExistingSettingsTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigExistingSettingsTest.php Partially configures a preexisting settings.php file before invoking the
interactive installer.

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