Search for __set

  1. Search 7.x for __set
  2. Search 9.5.x for __set
  3. Search 8.9.x for __set
  4. Search 10.3.x for __set
  5. Other projects
Title Object type File name Summary
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.
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 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.
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.
ThirdPartyUninstallTest::setUp function core/modules/views/tests/src/Kernel/ThirdPartyUninstallTest.php
Time::cacheSetMaxAge function core/modules/views/src/Plugin/views/cache/Time.php Determines cache expiration time based on its type.
TimeSpan::setDuration function core/lib/Drupal/Core/TypedData/Plugin/DataType/TimeSpan.php Sets the duration.
Timestamp::setDateTime function core/lib/Drupal/Core/TypedData/Plugin/DataType/Timestamp.php Sets the date time object.
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::setUp function core/tests/Drupal/FunctionalTests/Datetime/TimestampAgoFormatterTest.php
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.
TimestampFormatterTest::setUp function core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php
TimestampFormatterWithTimeDiffTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffTest.php
TimestampItemNormalizerTest::setUp function core/modules/serialization/tests/src/Unit/Normalizer/TimestampItemNormalizerTest.php
TimestampItemTest::setUp function core/modules/field/tests/src/Kernel/Timestamp/TimestampItemTest.php Set the default field storage backend for fields created during tests.
TimestampNormalizerTest::setUp function core/modules/serialization/tests/src/Unit/Normalizer/TimestampNormalizerTest.php
TimestampNormalizerTestDrupalDateTime::setTimezone function core/modules/serialization/tests/src/Unit/Normalizer/TimestampNormalizerTest.php Sets the timezone.
TimestampSchemaTest::setUp function core/tests/Drupal/KernelTests/Core/Datetime/TimestampSchemaTest.php
TimestampTest::setUp function core/tests/Drupal/FunctionalTests/Datetime/TimestampTest.php
TimeTest::setUp function core/tests/Drupal/Tests/Component/Datetime/TimeTest.php
TimeWithNoRequestTest::setUp function core/tests/Drupal/Tests/Component/Datetime/TimeWithNoRequestTest.php

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