Search for config

  1. Search 7.x for config
  2. Search 9.5.x for config
  3. Search 8.9.x for config
  4. Search 10.3.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
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
ImmutablePropertiesConstraintValidatorTest::testValidatorRequiresAConfigEntity function core/tests/Drupal/KernelTests/Core/Entity/ImmutablePropertiesConstraintValidatorTest.php Tests that only config entities are accepted by the validator.
IncorrectConfigTargetForm class core/modules/system/tests/modules/form_test/src/Form/IncorrectConfigTargetForm.php
IncorrectConfigTargetForm.php file core/modules/system/tests/modules/form_test/src/Form/IncorrectConfigTargetForm.php
IncorrectConfigTargetForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/IncorrectConfigTargetForm.php Form constructor.
IncorrectConfigTargetForm::getEditableConfigNames function core/modules/system/tests/modules/form_test/src/Form/IncorrectConfigTargetForm.php Gets the configuration names that will be editable.
IncorrectConfigTargetForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/IncorrectConfigTargetForm.php Returns a unique string identifying the form.
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.
InputConfigurator class core/lib/Drupal/Core/Recipe/InputConfigurator.php Collects and validates input values for a recipe.
InputConfigurator.php file core/lib/Drupal/Core/Recipe/InputConfigurator.php
InputConfigurator::$data property core/lib/Drupal/Core/Recipe/InputConfigurator.php The input data.
InputConfigurator::$values property core/lib/Drupal/Core/Recipe/InputConfigurator.php The collected input values, or NULL if none have been collected yet.
InputConfigurator::collectAll function core/lib/Drupal/Core/Recipe/InputConfigurator.php Collects input values for this recipe and its dependencies.
InputConfigurator::describeAll function core/lib/Drupal/Core/Recipe/InputConfigurator.php Returns the description for all inputs of this recipe and its dependencies.
InputConfigurator::getDefaultValue function core/lib/Drupal/Core/Recipe/InputConfigurator.php Returns the default value for an input definition.
InputConfigurator::getValues function core/lib/Drupal/Core/Recipe/InputConfigurator.php Returns the collected input values, keyed by name.
InputConfigurator::__construct function core/lib/Drupal/Core/Recipe/InputConfigurator.php
InputTest::testDefaultValueFromConfig function core/tests/Drupal/KernelTests/Core/Recipe/InputTest.php
InputTest::testDefaultValueFromNonExistentConfig function core/tests/Drupal/KernelTests/Core/Recipe/InputTest.php
InstallCommand::configure function core/lib/Drupal/Core/Command/InstallCommand.php
InstallConfigurator class core/lib/Drupal/Core/Recipe/InstallConfigurator.php @internal
This API is experimental.
InstallConfigurator.php file core/lib/Drupal/Core/Recipe/InstallConfigurator.php
InstallConfigurator::$modules property core/lib/Drupal/Core/Recipe/InstallConfigurator.php The list of modules to install.
InstallConfigurator::$themes property core/lib/Drupal/Core/Recipe/InstallConfigurator.php The list of themes to install.
InstallConfigurator::__construct function core/lib/Drupal/Core/Recipe/InstallConfigurator.php
InstallConfiguratorTest class core/tests/Drupal/KernelTests/Core/Recipe/InstallConfiguratorTest.php @covers \Drupal\Core\Recipe\InstallConfigurator
@group Recipe
InstallConfiguratorTest.php file core/tests/Drupal/KernelTests/Core/Recipe/InstallConfiguratorTest.php
InstallConfiguratorTest::testDependenciesAreAutomaticallyIncluded function core/tests/Drupal/KernelTests/Core/Recipe/InstallConfiguratorTest.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.
InstallerConfigDirectoryTestBase class core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectoryTestBase.php Provides a base class for testing installing from existing configuration.
InstallerConfigDirectoryTestBase.php file core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectoryTestBase.php

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