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 10.3.x for conf
  5. Search main for conf
  6. Other projects
Title Object type File name Summary
TestSiteUserLoginCommand::configure function core/tests/Drupal/TestSite/Commands/TestSiteUserLoginCommand.php
TestSqlBase::setConfiguration function core/modules/migrate/tests/src/Kernel/SqlBaseTest.php Allows us to set the configuration from a test.
TestToolkit::buildConfigurationForm function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Form constructor.
TestToolkit::submitConfigurationForm function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Form submission handler.
TestToolkit::validateConfigurationForm function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Form validation handler.
TestViewsTest::testDefaultConfig function core/modules/views/tests/src/Kernel/TestViewsTest.php Tests default configuration data type.
test_user_config.info.yml file core/modules/system/tests/modules/test_user_config/test_user_config.info.yml core/modules/system/tests/modules/test_user_config/test_user_config.info.yml
TextFormat::configFactory function core/modules/filter/src/Element/TextFormat.php Wraps the config factory.
ThemeAdminForm::getEditableConfigNames function core/modules/system/src/Form/ThemeAdminForm.php Gets the configuration names that will be editable.
ThemeExperimentalConfirmForm class core/modules/system/src/Form/ThemeExperimentalConfirmForm.php Builds a confirmation form for enabling experimental themes.
ThemeExperimentalConfirmForm.php file core/modules/system/src/Form/ThemeExperimentalConfirmForm.php
ThemeExperimentalConfirmForm::$themeInstaller property core/modules/system/src/Form/ThemeExperimentalConfirmForm.php The theme installer service.
ThemeExperimentalConfirmForm::$themeList property core/modules/system/src/Form/ThemeExperimentalConfirmForm.php An extension discovery instance.
ThemeExperimentalConfirmForm::buildForm function core/modules/system/src/Form/ThemeExperimentalConfirmForm.php Form constructor.
ThemeExperimentalConfirmForm::create function core/modules/system/src/Form/ThemeExperimentalConfirmForm.php Instantiates a new instance of the implementing class using autowiring.
ThemeExperimentalConfirmForm::getCancelUrl function core/modules/system/src/Form/ThemeExperimentalConfirmForm.php Returns the route to go to if the user cancels the action.
ThemeExperimentalConfirmForm::getConfirmText function core/modules/system/src/Form/ThemeExperimentalConfirmForm.php Returns a caption for the button that confirms the action.
ThemeExperimentalConfirmForm::getDescription function core/modules/system/src/Form/ThemeExperimentalConfirmForm.php Returns additional text to display as a description.
ThemeExperimentalConfirmForm::getFormId function core/modules/system/src/Form/ThemeExperimentalConfirmForm.php Returns a unique string identifying the form.
ThemeExperimentalConfirmForm::getQuestion function core/modules/system/src/Form/ThemeExperimentalConfirmForm.php Returns the question to ask the user.
ThemeExperimentalConfirmForm::submitForm function core/modules/system/src/Form/ThemeExperimentalConfirmForm.php Form submission handler.
ThemeExperimentalConfirmForm::__construct function core/modules/system/src/Form/ThemeExperimentalConfirmForm.php Constructs a ThemeExperimentalConfirmForm object.
ThemeExtensionList::$configFactory property core/lib/Drupal/Core/Extension/ThemeExtensionList.php The config factory.
ThemeHandler::$configFactory property core/lib/Drupal/Core/Extension/ThemeHandler.php The config factory to get the installed themes.
ThemeHandlerTest::$configFactory property core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php The mocked config factory.
ThemeInstallerTest::extensionConfig function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Returns the system.theme config object.
ThemeSettings::$configFactory property core/modules/system/src/Plugin/migrate/destination/d7/ThemeSettings.php The configuration factory.
ThemeSettingsForm::$editableConfig property core/modules/system/src/Form/ThemeSettingsForm.php An array of configuration names that should be editable.
ThemeSettingsForm::getEditableConfigNames function core/modules/system/src/Form/ThemeSettingsForm.php Gets the configuration names that will be editable.
ThemeSettingsTest::testDefaultConfig function core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php Tests that $theme.settings are imported and used as default theme settings.
ThemeSettingsTest::testLogoConfig function core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php Tests that the default logo config can be overridden.
ThemeSettingsTest::testNoDefaultConfig function core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php Tests that the $theme.settings default config file is optional.
ThemeUninstallConfirmForm class core/modules/system/src/Form/ThemeUninstallConfirmForm.php Builds a confirmation form to uninstall a theme.
ThemeUninstallConfirmForm.php file core/modules/system/src/Form/ThemeUninstallConfirmForm.php
ThemeUninstallConfirmForm::$themeLabel property core/modules/system/src/Form/ThemeUninstallConfirmForm.php The theme label.
ThemeUninstallConfirmForm::buildForm function core/modules/system/src/Form/ThemeUninstallConfirmForm.php Form constructor.
ThemeUninstallConfirmForm::getCancelUrl function core/modules/system/src/Form/ThemeUninstallConfirmForm.php Returns the route to go to if the user cancels the action.
ThemeUninstallConfirmForm::getConfirmText function core/modules/system/src/Form/ThemeUninstallConfirmForm.php Returns a caption for the button that confirms the action.
ThemeUninstallConfirmForm::getDescription function core/modules/system/src/Form/ThemeUninstallConfirmForm.php Returns additional text to display as a description.
ThemeUninstallConfirmForm::getFormId function core/modules/system/src/Form/ThemeUninstallConfirmForm.php Returns a unique string identifying the form.
ThemeUninstallConfirmForm::getQuestion function core/modules/system/src/Form/ThemeUninstallConfirmForm.php Returns the question to ask the user.
ThemeUninstallConfirmForm::submitForm function core/modules/system/src/Form/ThemeUninstallConfirmForm.php Form submission handler.
ThemeUninstallConfirmForm::__construct function core/modules/system/src/Form/ThemeUninstallConfirmForm.php
ThemeUninstallConfirmTest class core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php Tests the theme uninstall confirmation form.
ThemeUninstallConfirmTest.php file core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php
ThemeUninstallConfirmTest::$adminUser property core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php An admin user with permission to administer themes.
ThemeUninstallConfirmTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php The theme to install as the default for testing.
ThemeUninstallConfirmTest::$modules property core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php Modules to install.
ThemeUninstallConfirmTest::setUp function core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php
ThemeUninstallConfirmTest::testCannotUninstallAdminTheme function core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php Tests that the admin theme cannot be uninstalled.

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