| ThemeSettingsProvider.php |
file |
core/lib/Drupal/Core/Extension/ThemeSettingsProvider.php |
|
| ThemeSettingsProvider::buildThemeSettings |
function |
core/lib/Drupal/Core/Extension/ThemeSettingsProvider.php |
Build a ThemeSettings object for a given theme. |
| ThemeSettingsProvider::DEFAULT_THEME_FEATURES |
constant |
core/lib/Drupal/Core/Extension/ThemeSettingsProvider.php |
An array of default theme features. |
| ThemeSettingsProvider::getSetting |
function |
core/lib/Drupal/Core/Extension/ThemeSettingsProvider.php |
|
| ThemeSettingsProvider::__construct |
function |
core/lib/Drupal/Core/Extension/ThemeSettingsProvider.php |
Builds a new service instance. |
| ThemeSettingsTest |
class |
core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php |
Tests theme settings functionality. |
| ThemeSettingsTest |
class |
core/modules/system/tests/src/Kernel/Plugin/migrate/source/d7/ThemeSettingsTest.php |
Tests D7 theme settings source plugin. |
| ThemeSettingsTest.php |
file |
core/modules/system/tests/src/Kernel/Plugin/migrate/source/d7/ThemeSettingsTest.php |
|
| ThemeSettingsTest.php |
file |
core/tests/Drupal/KernelTests/Core/Theme/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 install. |
| ThemeSettingsTest::$modules |
property |
core/modules/system/tests/src/Kernel/Plugin/migrate/source/d7/ThemeSettingsTest.php |
Modules to install. |
| ThemeSettingsTest::providerSource |
function |
core/modules/system/tests/src/Kernel/Plugin/migrate/source/d7/ThemeSettingsTest.php |
Provides source data for ::testSource. |
| 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. |
| ThemeTest::testThemeSettings |
function |
core/modules/system/tests/src/Functional/System/ThemeTest.php |
Tests the theme settings form. |
| ThemeTest::testThemeSettingsColorHexCode |
function |
core/modules/system/tests/src/Functional/System/ThemeTest.php |
Tests the theme settings color input. |
| ThemeTest::testThemeSettingsLogo |
function |
core/modules/system/tests/src/Functional/System/ThemeTest.php |
Tests the theme settings logo form. |
| ThemeTest::testThemeSettingsNoLogoNoFavicon |
function |
core/modules/system/tests/src/Functional/System/ThemeTest.php |
Tests 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. |
| 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. |
| TimestampAgoFormatter::defaultSettings |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampAgoFormatter.php |
Defines the default settings for this plugin. |
| TimestampAgoFormatter::settingsForm |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampAgoFormatter.php |
Returns a form to configure settings for the formatter. |
| TimestampAgoFormatter::settingsSummary |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampAgoFormatter.php |
Returns a short summary for the current formatter settings. |
| TimestampAgoFormatterTest::testSettings |
function |
core/tests/Drupal/FunctionalTests/Datetime/TimestampAgoFormatterTest.php |
Tests the formatter settings. |
| TimestampFormatter::defaultSettings |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampFormatter.php |
Defines the default settings for this plugin. |
| TimestampFormatter::settingsForm |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampFormatter.php |
Returns a form to configure settings for the formatter. |
| TimestampFormatter::settingsSummary |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampFormatter.php |
Returns a short summary for the current formatter settings. |
| TranslationStringTest::rebootAndPrepareSettings |
function |
core/tests/Drupal/KernelTests/Core/StringTranslation/TranslationStringTest.php |
Reboots the kernel to set custom translations in Settings. |
| TRexEditor::getDefaultSettings |
function |
core/modules/editor/tests/modules/editor_test/src/Plugin/Editor/TRexEditor.php |
Returns the default settings for this configurable text editor. |
| TRexEditor::getJSSettings |
function |
core/modules/editor/tests/modules/editor_test/src/Plugin/Editor/TRexEditor.php |
Returns JavaScript settings to be attached. |
| TwigSettingsTest |
class |
core/modules/system/tests/src/Functional/Theme/TwigSettingsTest.php |
Tests overriding Twig engine settings via settings.php. |
| TwigSettingsTest.php |
file |
core/modules/system/tests/src/Functional/Theme/TwigSettingsTest.php |
|
| TwigSettingsTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Theme/TwigSettingsTest.php |
The theme to install as the default for testing. |
| TwigSettingsTest::$modules |
property |
core/modules/system/tests/src/Functional/Theme/TwigSettingsTest.php |
Modules to install. |
| TwigSettingsTest::testTwigAutoReloadOverride |
function |
core/modules/system/tests/src/Functional/Theme/TwigSettingsTest.php |
Ensures Twig template auto reload setting can be overridden. |
| TwigSettingsTest::testTwigCacheOverride |
function |
core/modules/system/tests/src/Functional/Theme/TwigSettingsTest.php |
Ensures Twig template cache setting can be overridden. |
| TwigSettingsTest::testTwigDebugOverride |
function |
core/modules/system/tests/src/Functional/Theme/TwigSettingsTest.php |
Ensures Twig engine debug setting can be overridden. |
| TwigSettingsTest::testTwigInlineWithAutoReload |
function |
core/modules/system/tests/src/Functional/Theme/TwigSettingsTest.php |
Tests twig inline templates with auto_reload. |
| UnicornEditor::getDefaultSettings |
function |
core/modules/editor/tests/modules/editor_test/src/Plugin/Editor/UnicornEditor.php |
Returns the default settings for this configurable text editor. |
| UnicornEditor::getJSSettings |
function |
core/modules/editor/tests/modules/editor_test/src/Plugin/Editor/UnicornEditor.php |
Returns JavaScript settings to be attached. |