| ThemeHooks::textFormat |
function |
core/themes/default_admin/src/Hook/ThemeHooks.php |
Prerender callback for text_format elements. |
| ThemeSettingsForm |
class |
core/modules/system/src/Form/ThemeSettingsForm.php |
Displays theme configuration for entire site and individual themes. |
| ThemeSettingsForm.php |
file |
core/modules/system/src/Form/ThemeSettingsForm.php |
|
| ThemeSettingsForm::$editableConfig |
property |
core/modules/system/src/Form/ThemeSettingsForm.php |
An array of configuration names that should be editable. |
| ThemeSettingsForm::$fileSystem |
property |
core/modules/system/src/Form/ThemeSettingsForm.php |
The file system. |
| ThemeSettingsForm::$mimeTypeGuesser |
property |
core/modules/system/src/Form/ThemeSettingsForm.php |
The MIME type guesser. |
| ThemeSettingsForm::$moduleHandler |
property |
core/modules/system/src/Form/ThemeSettingsForm.php |
The module handler. |
| ThemeSettingsForm::$themeHandler |
property |
core/modules/system/src/Form/ThemeSettingsForm.php |
The theme handler. |
| ThemeSettingsForm::$themeManager |
property |
core/modules/system/src/Form/ThemeSettingsForm.php |
The theme manager. |
| ThemeSettingsForm::buildForm |
function |
core/modules/system/src/Form/ThemeSettingsForm.php |
|
| ThemeSettingsForm::create |
function |
core/modules/system/src/Form/ThemeSettingsForm.php |
Instantiates a new instance of the implementing class using autowiring. |
| 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 install. |
| 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. |
| ThemeSuggestionHooks::form |
function |
core/themes/admin/src/Hook/ThemeSuggestionHooks.php |
Implements hook_theme_suggestions_HOOK_alter() for form. |
| ThemeSuggestionHooks::formElement |
function |
core/themes/admin/src/Hook/ThemeSuggestionHooks.php |
Implements hook_theme_suggestions_HOOK_alter() for form_element. |
| ThemeSuggestionHooks::themeSuggestionsFormAlter |
function |
core/themes/default_admin/src/Hook/ThemeSuggestionHooks.php |
Implements hook_theme_suggestions_HOOK_alter() for form. |
| ThemeSuggestionHooks::themeSuggestionsFormElementAlter |
function |
core/themes/default_admin/src/Hook/ThemeSuggestionHooks.php |
Implements hook_theme_suggestions_HOOK_alter() for form_element. |
| 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 |
|
| ThemeUninstallConfirmForm::getCancelUrl |
function |
core/modules/system/src/Form/ThemeUninstallConfirmForm.php |
|
| ThemeUninstallConfirmForm::getConfirmText |
function |
core/modules/system/src/Form/ThemeUninstallConfirmForm.php |
|
| ThemeUninstallConfirmForm::getDescription |
function |
core/modules/system/src/Form/ThemeUninstallConfirmForm.php |
|
| ThemeUninstallConfirmForm::getFormId |
function |
core/modules/system/src/Form/ThemeUninstallConfirmForm.php |
|
| ThemeUninstallConfirmForm::getQuestion |
function |
core/modules/system/src/Form/ThemeUninstallConfirmForm.php |
|
| ThemeUninstallConfirmForm::submitForm |
function |
core/modules/system/src/Form/ThemeUninstallConfirmForm.php |
|
| ThemeUninstallConfirmForm::__construct |
function |
core/modules/system/src/Form/ThemeUninstallConfirmForm.php |
|
| ThemeUninstallConfirmTest::testThemeUninstallConfirmForm |
function |
core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php |
Tests the theme uninstall confirmation form basic workflow. |
| Tid::buildOptionsForm |
function |
core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php |
Provide the default form for setting options. |
| Tid::submitOptionsForm |
function |
core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php |
Provide the default form for submitting options. |
| Time::$dateFormatter |
property |
core/modules/views/src/Plugin/views/cache/Time.php |
The date formatter service. |
| Time::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/cache/Time.php |
Provide a form to edit options for this plugin. |
| Time::validateOptionsForm |
function |
core/modules/views/src/Plugin/views/cache/Time.php |
Validate the options form. |
| TimeInterval::$dateFormatter |
property |
core/modules/views/src/Plugin/views/field/TimeInterval.php |
The date formatter service. |
| TimeInterval::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/field/TimeInterval.php |
Default option form that provides label widget that all fields should have. |
| TimestampAgoFormatter |
class |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampAgoFormatter.php |
Plugin implementation of the 'timestamp' formatter as time ago. |
| TimestampAgoFormatter.php |
file |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampAgoFormatter.php |
|
| TimestampAgoFormatter::$dateFormatter |
property |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampAgoFormatter.php |
The date formatter service. |