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
ImageResize::submitConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ImageResize.php Form submission handler.
ImageResize::validateConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ImageResize.php Form validation handler.
ImageStyleFlushForm::getConfirmText function core/modules/image/src/Form/ImageStyleFlushForm.php Returns a caption for the button that confirms the action.
ImageToolkitBase::$configFactory property core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php The config factory.
ImageToolkitBase::validateConfigurationForm function core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php Form validation handler.
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[[api-linebreak]]
@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[[api-linebreak]]
ImmutableConfigTest::testDelete function core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php @covers ::delete[[api-linebreak]]
ImmutableConfigTest::testSave function core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php @covers ::save[[api-linebreak]]
ImmutableConfigTest::testSet function core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php @covers ::set[[api-linebreak]]
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.
IncrementalForm::getConfirmText function core/modules/migrate_drupal_ui/src/Form/IncrementalForm.php Returns a caption for the button that confirms the action.
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
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[[api-linebreak]]
@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.

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