| TestFieldMultipleFormatter::settingsForm |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldMultipleFormatter.php |
Returns a form to configure settings for the formatter. |
| TestFieldMultipleFormatter::settingsSummary |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldMultipleFormatter.php |
Returns a short summary for the current formatter settings. |
| TestFieldNoSettingsFormatter |
class |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldNoSettingsFormatter.php |
Plugin implementation of the 'field_no_settings' formatter. |
| TestFieldNoSettingsFormatter.php |
file |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldNoSettingsFormatter.php |
|
| TestFieldNoSettingsFormatter::viewElements |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldNoSettingsFormatter.php |
Builds a renderable array for a field value. |
| TestFieldPrepareViewFormatter::defaultSettings |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldPrepareViewFormatter.php |
Defines the default settings for this plugin. |
| TestFieldPrepareViewFormatter::settingsForm |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldPrepareViewFormatter.php |
Returns a form to configure settings for the formatter. |
| TestFieldPrepareViewFormatter::settingsSummary |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldPrepareViewFormatter.php |
Returns a short summary for the current formatter settings. |
| TestFieldWidget::defaultSettings |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidget.php |
Defines the default settings for this plugin. |
| TestFieldWidget::settingsForm |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidget.php |
Returns a form to configure settings for the widget. |
| TestFieldWidget::settingsSummary |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidget.php |
Returns a short summary for the current widget settings. |
| TestFieldWidgetMultiple::defaultSettings |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultiple.php |
Defines the default settings for this plugin. |
| TestFieldWidgetMultiple::settingsForm |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultiple.php |
Returns a form to configure settings for the widget. |
| TestFieldWidgetMultiple::settingsSummary |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultiple.php |
Returns a short summary for the current widget settings. |
| TestItem::defaultFieldSettings |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php |
Defines the field-level settings for this plugin. |
| TestItem::defaultStorageSettings |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php |
Defines the storage-level settings for this plugin. |
| TestItem::fieldSettingsForm |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php |
Returns a form for the field-level settings. |
| TestItem::fieldSettingsFromConfigData |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php |
Returns a settings array in the field type's canonical representation. |
| TestItem::fieldSettingsToConfigData |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php |
Returns a settings array that can be stored as a configuration value. |
| TestItem::storageSettingsForm |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php |
Returns a form for the storage-level settings. |
| TestItem::storageSettingsFromConfigData |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php |
Returns a settings array in the field type's canonical representation. |
| TestItem::storageSettingsToConfigData |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php |
Returns a settings array that can be stored as a configuration value. |
| TestPluginSettingsBase |
class |
core/tests/Drupal/Tests/Core/Field/PluginSettingsBaseTest.php |
Stub class for testing PluginSettingsBase. |
| TestPluginSettingsBase::__construct |
function |
core/tests/Drupal/Tests/Core/Field/PluginSettingsBaseTest.php |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
| TestSettingsValidationBlock |
class |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestSettingsValidationBlock.php |
Provides a test settings validation block. |
| TestSettingsValidationBlock.php |
file |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestSettingsValidationBlock.php |
|
| TestSettingsValidationBlock::blockForm |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestSettingsValidationBlock.php |
|
| TestSettingsValidationBlock::blockValidate |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestSettingsValidationBlock.php |
|
| TestSettingsValidationBlock::build |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestSettingsValidationBlock.php |
Builds and returns the renderable array for this block plugin. |
| TestTasksSettingsSub1 |
class |
core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalTask/TestTasksSettingsSub1.php |
Defines a local task plugin with a dynamic title. |
| TestTasksSettingsSub1.php |
file |
core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalTask/TestTasksSettingsSub1.php |
|
| TestTasksSettingsSub1::getCacheTags |
function |
core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalTask/TestTasksSettingsSub1.php |
The cache tags associated with this object. |
| TestTasksSettingsSub1::getTitle |
function |
core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalTask/TestTasksSettingsSub1.php |
Returns the localized title to be shown for this tab. |
| TestThemeThemeHooks::formSystemThemeSettingsAlter |
function |
core/modules/system/tests/themes/test_theme_theme/src/Hook/TestThemeThemeHooks.php |
Implements hook_form_system_theme_settings_alter(). |
| TestThemeThemeHooks::themeSettingsSubmit |
function |
core/modules/system/tests/themes/test_theme_theme/src/Hook/TestThemeThemeHooks.php |
Test theme form settings submission handler. |
| test_base_theme.settings.yml |
file |
core/modules/system/tests/themes/test_base_theme/config/install/test_base_theme.settings.yml |
core/modules/system/tests/themes/test_base_theme/config/install/test_base_theme.settings.yml |
| test_deprecated_theme.settings.yml |
file |
core/modules/system/tests/themes/test_deprecated_theme/config/install/test_deprecated_theme.settings.yml |
core/modules/system/tests/themes/test_deprecated_theme/config/install/test_deprecated_theme.settings.yml |
| test_subtheme.settings.yml |
file |
core/modules/system/tests/themes/test_subtheme/config/install/test_subtheme.settings.yml |
core/modules/system/tests/themes/test_subtheme/config/install/test_subtheme.settings.yml |
| test_theme_libraries_override_with_drupal_settings.info.yml |
file |
core/modules/system/tests/themes/test_theme_libraries_override_with_drupal_settings/test_theme_libraries_override_with_drupal_settings.info.yml |
core/modules/system/tests/themes/test_theme_libraries_override_with_drupal_settings/test_theme_libraries_override_with_drupal_settings.info.yml |
| test_theme_settings.info.yml |
file |
core/modules/system/tests/themes/test_theme_settings/test_theme_settings.info.yml |
core/modules/system/tests/themes/test_theme_settings/test_theme_settings.info.yml |
| test_theme_settings.schema.yml |
file |
core/modules/system/tests/themes/test_theme_settings/config/schema/test_theme_settings.schema.yml |
core/modules/system/tests/themes/test_theme_settings/config/schema/test_theme_settings.schema.yml |
| test_theme_settings_features.info.yml |
file |
core/modules/system/tests/themes/test_theme_settings_features/test_theme_settings_features.info.yml |
core/modules/system/tests/themes/test_theme_settings_features/test_theme_settings_features.info.yml |
| test_theme_settings_features.schema.yml |
file |
core/modules/system/tests/themes/test_theme_settings_features/config/schema/test_theme_settings_features.schema.yml |
core/modules/system/tests/themes/test_theme_settings_features/config/schema/test_theme_settings_features.schema.yml |
| test_theme_settings_form_system_theme_settings_alter |
function |
core/modules/system/tests/themes/test_theme_settings/theme-settings.php |
Implements hook_form_system_theme_settings_alter(). |
| test_theme_settings_form_system_theme_settings_submit |
function |
core/modules/system/tests/themes/test_theme_settings/theme-settings.php |
Test theme form settings submission handler. |
| text.settings.yml |
file |
core/modules/text/config/install/text.settings.yml |
core/modules/text/config/install/text.settings.yml |
| text.settings.yml |
file |
core/tests/fixtures/config_install/testing_config_install/text.settings.yml |
core/tests/fixtures/config_install/testing_config_install/text.settings.yml |
| text.settings.yml |
file |
core/tests/fixtures/config_install/multilingual/text.settings.yml |
core/tests/fixtures/config_install/multilingual/text.settings.yml |
| TextareaWidget::settingsForm |
function |
core/modules/text/src/Plugin/Field/FieldWidget/TextareaWidget.php |
Returns a form to configure settings for the widget. |
| TextareaWithSummaryWidget::defaultSettings |
function |
core/modules/text/src/Plugin/Field/FieldWidget/TextareaWithSummaryWidget.php |
Defines the default settings for this plugin. |