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
ConfigureBlockFormBase::submitForm function core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php Form submission handler.
ConfigureBlockFormBase::submitLabel function core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php Returns the label for the submit button.
ConfigureBlockFormBase::successfulAjaxSubmit function core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php Allows the form to respond to a successful AJAX submission.
ConfigureBlockFormBase::validateForm function core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php Form validation handler.
ConfigureBlockFormBase::__construct function core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php Constructs a new block form.
ConfiguredTrait class core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php Test class for testing ConfigFormBaseTrait.
ConfiguredTrait::$configFactory property core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php The configuration factory.
ConfiguredTrait::getEditableConfigNames function core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php Gets the configuration names that will be editable.
ConfigureSectionForm class core/modules/layout_builder/src/Form/ConfigureSectionForm.php Provides a form for configuring a layout section.
ConfigureSectionForm.php file core/modules/layout_builder/src/Form/ConfigureSectionForm.php
ConfigureSectionForm::$delta property core/modules/layout_builder/src/Form/ConfigureSectionForm.php The field delta.
ConfigureSectionForm::$isUpdate property core/modules/layout_builder/src/Form/ConfigureSectionForm.php Indicates whether the section is being added or updated.
ConfigureSectionForm::$layout property core/modules/layout_builder/src/Form/ConfigureSectionForm.php The plugin being configured.
ConfigureSectionForm::$layoutTempstoreRepository property core/modules/layout_builder/src/Form/ConfigureSectionForm.php The layout tempstore repository.
ConfigureSectionForm::$pluginFormFactory property core/modules/layout_builder/src/Form/ConfigureSectionForm.php The plugin form manager.
ConfigureSectionForm::$pluginId property core/modules/layout_builder/src/Form/ConfigureSectionForm.php The plugin ID.
ConfigureSectionForm::$section property core/modules/layout_builder/src/Form/ConfigureSectionForm.php The section being configured.
ConfigureSectionForm::$sectionStorage property core/modules/layout_builder/src/Form/ConfigureSectionForm.php The section storage.
ConfigureSectionForm::buildForm function core/modules/layout_builder/src/Form/ConfigureSectionForm.php Form constructor.
ConfigureSectionForm::create function core/modules/layout_builder/src/Form/ConfigureSectionForm.php Instantiates a new instance of this class.
ConfigureSectionForm::getCurrentLayout function core/modules/layout_builder/src/Form/ConfigureSectionForm.php Retrieves the layout being modified by the form.
ConfigureSectionForm::getCurrentSection function core/modules/layout_builder/src/Form/ConfigureSectionForm.php Retrieves the section being modified by the form.
ConfigureSectionForm::getFormId function core/modules/layout_builder/src/Form/ConfigureSectionForm.php Returns a unique string identifying the form.
ConfigureSectionForm::getPluginForm function core/modules/layout_builder/src/Form/ConfigureSectionForm.php Retrieves the plugin form for a given layout.
ConfigureSectionForm::getSectionStorage function core/modules/layout_builder/src/Form/ConfigureSectionForm.php Retrieves the section storage property.
ConfigureSectionForm::submitForm function core/modules/layout_builder/src/Form/ConfigureSectionForm.php Form submission handler.
ConfigureSectionForm::successfulAjaxSubmit function core/modules/layout_builder/src/Form/ConfigureSectionForm.php Allows the form to respond to a successful AJAX submission.
ConfigureSectionForm::validateForm function core/modules/layout_builder/src/Form/ConfigureSectionForm.php Form validation handler.
ConfigureSectionForm::__construct function core/modules/layout_builder/src/Form/ConfigureSectionForm.php Constructs a new ConfigureSectionForm.
ConfigValidation class core/modules/config/tests/config_test/src/ConfigValidation.php Provides a collection of validation callbacks for testing purposes.
ConfigValidation.php file core/modules/config/tests/config_test/src/ConfigValidation.php
ConfigValidation::$calledValidators property core/modules/config/tests/config_test/src/ConfigValidation.php Keep track of called validators.
ConfigValidation::validateCatCount function core/modules/config/tests/config_test/src/ConfigValidation.php Validates a number.
ConfigValidation::validateCats function core/modules/config/tests/config_test/src/ConfigValidation.php Validates cats.
ConfigValidation::validateGiraffes function core/modules/config/tests/config_test/src/ConfigValidation.php Validates giraffes.
ConfigValidation::validateLlama function core/modules/config/tests/config_test/src/ConfigValidation.php Validates a llama.
ConfigValidation::validateMapping function core/modules/config/tests/config_test/src/ConfigValidation.php Validates a mapping.
ConfigValidation::validateSequence function core/modules/config/tests/config_test/src/ConfigValidation.php Validates a sequence.
ConfigValidationTest class core/tests/Drupal/KernelTests/Core/Recipe/ConfigValidationTest.php Tests Config Validation.
ConfigValidationTest class core/modules/config/tests/config_test/tests/src/Kernel/ConfigValidationTest.php Tests the UriHost validator.
ConfigValidationTest.php file core/modules/config/tests/config_test/tests/src/Kernel/ConfigValidationTest.php
ConfigValidationTest.php file core/tests/Drupal/KernelTests/Core/Recipe/ConfigValidationTest.php
ConfigValidationTest::$modules property core/modules/config/tests/config_test/tests/src/Kernel/ConfigValidationTest.php Modules to install.
ConfigValidationTest::$strictConfigSchema property core/tests/Drupal/KernelTests/Core/Recipe/ConfigValidationTest.php This test depends on us being able to create invalid config, so we can
ensure that validatable config is validated by the recipe runner.
ConfigValidationTest::createRecipeWithInvalidDataInFile function core/tests/Drupal/KernelTests/Core/Recipe/ConfigValidationTest.php Creates a recipe with invalid config data in a particular file.
ConfigValidationTest::setUp function core/modules/config/tests/config_test/tests/src/Kernel/ConfigValidationTest.php
ConfigValidationTest::testValidatableConfigIsValidated function core/tests/Drupal/KernelTests/Core/Recipe/ConfigValidationTest.php Tests that the recipe runner only validates config which is validatable.
ConfigValidationTest::testValidationCallCount function core/modules/config/tests/config_test/tests/src/Kernel/ConfigValidationTest.php This test ensures that validation is not recursed too many times.
ConfigValueException class core/lib/Drupal/Core/Config/ConfigValueException.php Exception thrown when config object values are invalid.
ConfigValueException.php file core/lib/Drupal/Core/Config/ConfigValueException.php

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