TextTrimmedFormatter::defaultSettings |
function |
core/modules/text/src/Plugin/Field/FieldFormatter/TextTrimmedFormatter.php |
Defines the default settings for this plugin. |
TextTrimmedFormatter::settingsForm |
function |
core/modules/text/src/Plugin/Field/FieldFormatter/TextTrimmedFormatter.php |
Returns a form to configure settings for the formatter. |
TextTrimmedFormatter::settingsSummary |
function |
core/modules/text/src/Plugin/Field/FieldFormatter/TextTrimmedFormatter.php |
Returns a short summary for the current formatter settings. |
TextWithSummaryItem::defaultFieldSettings |
function |
core/modules/text/src/Plugin/Field/FieldType/TextWithSummaryItem.php |
Defines the field-level settings for this plugin. |
TextWithSummaryItem::fieldSettingsForm |
function |
core/modules/text/src/Plugin/Field/FieldType/TextWithSummaryItem.php |
Returns a form for the field-level settings. |
text_settings.yml |
file |
core/modules/text/migrations/text_settings.yml |
core/modules/text/migrations/text_settings.yml |
theme-settings.php |
file |
core/modules/system/tests/themes/test_theme_settings/theme-settings.php |
Test to ensure theme compatibility with managed files. |
ThemeSettings |
class |
core/modules/system/src/Plugin/migrate/destination/d7/ThemeSettings.php |
Persist theme settings to the config system. |
ThemeSettings |
class |
core/modules/system/src/Plugin/migrate/source/d7/ThemeSettings.php |
Drupal 7 system source from database. |
ThemeSettings |
class |
core/lib/Drupal/Core/Theme/ThemeSettings.php |
Provides a configuration API wrapper for runtime merged theme settings. |
ThemeSettings.php |
file |
core/lib/Drupal/Core/Theme/ThemeSettings.php |
|
ThemeSettings.php |
file |
core/modules/system/src/Plugin/migrate/destination/d7/ThemeSettings.php |
|
ThemeSettings.php |
file |
core/modules/system/src/Plugin/migrate/source/d7/ThemeSettings.php |
|
ThemeSettings::$configFactory |
property |
core/modules/system/src/Plugin/migrate/destination/d7/ThemeSettings.php |
The configuration factory. |
ThemeSettings::$theme |
property |
core/lib/Drupal/Core/Theme/ThemeSettings.php |
The theme of the theme settings object. |
ThemeSettings::create |
function |
core/modules/system/src/Plugin/migrate/destination/d7/ThemeSettings.php |
Creates an instance of the plugin. |
ThemeSettings::fields |
function |
core/modules/system/src/Plugin/migrate/destination/d7/ThemeSettings.php |
Returns an array of destination fields. |
ThemeSettings::fields |
function |
core/modules/system/src/Plugin/migrate/source/d7/ThemeSettings.php |
Returns available fields on the source. |
ThemeSettings::getCacheTags |
function |
core/lib/Drupal/Core/Theme/ThemeSettings.php |
The cache tags associated with this object. |
ThemeSettings::getIds |
function |
core/modules/system/src/Plugin/migrate/destination/d7/ThemeSettings.php |
Gets the destination IDs. |
ThemeSettings::getIds |
function |
core/modules/system/src/Plugin/migrate/source/d7/ThemeSettings.php |
Defines the source fields uniquely identifying a source row. |
ThemeSettings::getTheme |
function |
core/lib/Drupal/Core/Theme/ThemeSettings.php |
Returns the theme of this theme settings object. |
ThemeSettings::import |
function |
core/modules/system/src/Plugin/migrate/destination/d7/ThemeSettings.php |
Import the row. |
ThemeSettings::query |
function |
core/modules/system/src/Plugin/migrate/source/d7/ThemeSettings.php |
|
ThemeSettings::__construct |
function |
core/modules/system/src/Plugin/migrate/destination/d7/ThemeSettings.php |
Constructs a theme settings destination object. |
ThemeSettings::__construct |
function |
core/lib/Drupal/Core/Theme/ThemeSettings.php |
Constructs a theme settings object. |
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 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. |