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
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 this class.
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.
ThemeInstaller::$configFactory property core/lib/Drupal/Core/Extension/ThemeInstaller.php
ThemeInstaller::$configInstaller property core/lib/Drupal/Core/Extension/ThemeInstaller.php
ThemeInstaller::$configManager property core/lib/Drupal/Core/Extension/ThemeInstaller.php
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.
theme_settings_convert_to_config function core/includes/theme.inc Converts theme settings to configuration.
TimeZoneResolver::$configFactory property core/modules/system/src/TimeZoneResolver.php The config.
TimeZoneResolver::onConfigSave function core/modules/system/src/TimeZoneResolver.php Updates the default time zone when time zone config changes.
TipPluginImageLegacy::getConfigurationOrNot function core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImageLegacy.php
ToConfig.php file core/lib/Drupal/Core/Form/ToConfig.php
TransformedConfigExportImportUITest class core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php Tests the user interface for importing/exporting transformed configuration.
TransformedConfigExportImportUITest.php file core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php
TransformedConfigExportImportUITest::$defaultTheme property core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php The theme to install as the default for testing.
TransformedConfigExportImportUITest::$modules property core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php Modules to install.
TransformedConfigExportImportUITest::setUp function core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php
TransformedConfigExportImportUITest::testTransformedExportImport function core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php Tests a simple site export import case.
TreeConfigTargetForm class core/modules/system/tests/modules/form_test/src/Form/TreeConfigTargetForm.php
TreeConfigTargetForm.php file core/modules/system/tests/modules/form_test/src/Form/TreeConfigTargetForm.php
TreeConfigTargetForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/TreeConfigTargetForm.php Form constructor.
TreeConfigTargetForm::getEditableConfigNames function core/modules/system/tests/modules/form_test/src/Form/TreeConfigTargetForm.php Gets the configuration names that will be editable.
TreeConfigTargetForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/TreeConfigTargetForm.php Returns a unique string identifying the form.
TreeConfigTargetForm::updateOptions function core/modules/system/tests/modules/form_test/src/Form/TreeConfigTargetForm.php Updates the options of a select list.
TRexEditor::buildConfigurationForm function core/modules/editor/tests/modules/editor_test/src/Plugin/Editor/TRexEditor.php Form constructor.
TrustedHostsTest::testStatusPageWithConfiguration function core/modules/system/tests/src/Functional/System/TrustedHostsTest.php Tests that the status page shows the trusted patterns from settings.php.
TrustedHostsTest::testStatusPageWithoutConfiguration function core/modules/system/tests/src/Functional/System/TrustedHostsTest.php Tests the status page behavior with no setting.
TwigIncludeTest::$twigConfig property core/modules/system/tests/src/Kernel/Theme/TwigIncludeTest.php The Twig configuration to set the container parameter to during rebuilds.
TypedConfigInterface interface core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php Interface for a typed configuration object that contains multiple elements.
TypedConfigInterface.php file core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php
TypedConfigInterface::get function core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php Gets a contained typed configuration element.
TypedConfigInterface::getElements function core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php Gets an array of contained elements.
TypedConfigInterface::isEmpty function core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php Determines whether the data structure is empty.

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