Search for set

  1. Search 7.x for set
  2. Search 9.5.x for set
  3. Search 10.3.x for set
  4. Search 11.x for set
  5. Other projects
Title Object type File name Summary
ThemeSettingsForm::create function core/modules/system/src/Form/ThemeSettingsForm.php Instantiates a new instance of this class.
ThemeSettingsForm::getEditableConfigNames function core/modules/system/src/Form/ThemeSettingsForm.php Gets the configuration names that will be editable.
ThemeSettingsForm::getFormId function core/modules/system/src/Form/ThemeSettingsForm.php Returns a unique string identifying the form.
ThemeSettingsForm::submitForm function core/modules/system/src/Form/ThemeSettingsForm.php Form submission handler.
ThemeSettingsForm::validateForm function core/modules/system/src/Form/ThemeSettingsForm.php Form validation handler.
ThemeSettingsForm::validatePath function core/modules/system/src/Form/ThemeSettingsForm.php Helper function for the system_theme_settings form.
ThemeSettingsForm::__construct function core/modules/system/src/Form/ThemeSettingsForm.php Constructs a ThemeSettingsForm object.
ThemeSettingsFormTest class core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php Tests that theme form settings works correctly.
ThemeSettingsFormTest.php file core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php
ThemeSettingsFormTest::$defaultTheme property core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php The theme to install as the default for testing.
ThemeSettingsFormTest::$modules property core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php Modules to enable.
ThemeSettingsFormTest::providerTestFormSettingsSubmissionHandler function core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php Provides test data for ::testFormSettingsSubmissionHandler().
ThemeSettingsFormTest::setUp function core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php
ThemeSettingsFormTest::testFormSettingsSubmissionHandler function core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php Tests that submission handler works correctly.
ThemeSettingsTest class core/modules/system/tests/src/Kernel/Plugin/migrate/source/d7/ThemeSettingsTest.php Tests D7 theme settings source plugin.
ThemeSettingsTest class core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php Tests theme settings functionality.
ThemeSettingsTest.php file core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php
ThemeSettingsTest.php file core/modules/system/tests/src/Kernel/Plugin/migrate/source/d7/ThemeSettingsTest.php
ThemeSettingsTest::$availableThemes property core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php List of discovered themes.
ThemeSettingsTest::$modules property core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php Modules to enable.
ThemeSettingsTest::$modules property core/modules/system/tests/src/Kernel/Plugin/migrate/source/d7/ThemeSettingsTest.php Modules to enable.
ThemeSettingsTest::providerSource function core/modules/system/tests/src/Kernel/Plugin/migrate/source/d7/ThemeSettingsTest.php The data provider.
ThemeSettingsTest::setUp function core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php
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.
ThemesNotUsingClassyTemplatesTest::setUp function core/tests/Drupal/KernelTests/Core/Theme/ThemesNotUsingClassyTemplatesTest.php
ThemeSuggestionsAlterTest::setUp function core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php
ThemeTest::setUp function core/modules/system/tests/src/Kernel/Theme/ThemeTest.php
ThemeTest::setUp function core/modules/system/tests/src/Functional/System/ThemeTest.php
ThemeTest::setUp function core/modules/system/tests/src/Functional/Theme/ThemeTest.php
ThemeTest::setUp function core/modules/taxonomy/tests/src/Functional/ThemeTest.php
ThemeTest::testInstallAndSetAsDefault function core/modules/system/tests/src/Functional/System/ThemeTest.php Tests installing a theme and setting it as default.
ThemeTest::testThemeSettings function core/modules/system/tests/src/Functional/System/ThemeTest.php Test the theme settings form.
ThemeTest::testThemeSettingsLogo function core/modules/system/tests/src/Functional/System/ThemeTest.php Test the theme settings logo form.
ThemeTest::testThemeSettingsNoLogoNoFavicon function core/modules/system/tests/src/Functional/System/ThemeTest.php Test the theme settings form when logo and favicon features are disabled.
ThemeTest::testThemeSettingsRenderCacheClear function core/modules/system/tests/src/Functional/System/ThemeTest.php Tests the 'rendered' cache tag is cleared when saving theme settings.
ThemeTokenTest::setUp function core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php
ThemeUiTest::setUp function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php
theme_get_setting function core/includes/theme.inc Retrieves a setting for the current theme or for a given theme.
theme_settings_convert_to_config function core/includes/theme.inc Converts theme settings to configuration.
ThirdPartySettingsInterface interface core/lib/Drupal/Core/Config/Entity/ThirdPartySettingsInterface.php Interface for configuration entities to store third party information.
ThirdPartySettingsInterface.php file core/lib/Drupal/Core/Config/Entity/ThirdPartySettingsInterface.php
ThirdPartySettingsInterface::getThirdPartyProviders function core/lib/Drupal/Core/Config/Entity/ThirdPartySettingsInterface.php Gets the list of third parties that store information.
ThirdPartySettingsInterface::getThirdPartySetting function core/lib/Drupal/Core/Config/Entity/ThirdPartySettingsInterface.php Gets the value of a third-party setting.
ThirdPartySettingsInterface::getThirdPartySettings function core/lib/Drupal/Core/Config/Entity/ThirdPartySettingsInterface.php Gets all third-party settings of a given module.
ThirdPartySettingsInterface::setThirdPartySetting function core/lib/Drupal/Core/Config/Entity/ThirdPartySettingsInterface.php Sets the value of a third-party setting.
ThirdPartySettingsInterface::unsetThirdPartySetting function core/lib/Drupal/Core/Config/Entity/ThirdPartySettingsInterface.php Unsets a third-party setting.
ThrobberTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/Ajax/ThrobberTest.php
Time::cacheSetMaxAge function core/modules/views/src/Plugin/views/cache/Time.php Determine expiration time in the cache table of the cache type
or CACHE_PERMANENT if item shouldn't be removed automatically from cache.

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