FormatterBase::getFieldSettings |
function |
core/lib/Drupal/Core/Field/FormatterBase.php |
Returns the array of field settings. |
FormatterBase::settingsForm |
function |
core/lib/Drupal/Core/Field/FormatterBase.php |
Returns a form to configure settings for the formatter. |
FormatterBase::settingsSummary |
function |
core/lib/Drupal/Core/Field/FormatterBase.php |
Returns a short summary for the current formatter settings. |
FormatterInterface::settingsForm |
function |
core/lib/Drupal/Core/Field/FormatterInterface.php |
Returns a form to configure settings for the formatter. |
FormatterInterface::settingsSummary |
function |
core/lib/Drupal/Core/Field/FormatterInterface.php |
Returns a short summary for the current formatter settings. |
FormatterPluginManager::getDefaultSettings |
function |
core/lib/Drupal/Core/Field/FormatterPluginManager.php |
Returns the default settings of a field formatter. |
forum.settings.yml |
file |
core/modules/forum/config/install/forum.settings.yml |
core/modules/forum/config/install/forum.settings.yml |
ForumSettingsForm |
class |
core/modules/forum/src/ForumSettingsForm.php |
Configure forum settings for this site. |
ForumSettingsForm.php |
file |
core/modules/forum/src/ForumSettingsForm.php |
|
ForumSettingsForm::buildForm |
function |
core/modules/forum/src/ForumSettingsForm.php |
Form constructor. |
ForumSettingsForm::getEditableConfigNames |
function |
core/modules/forum/src/ForumSettingsForm.php |
Gets the configuration names that will be editable. |
ForumSettingsForm::getFormId |
function |
core/modules/forum/src/ForumSettingsForm.php |
Returns a unique string identifying the form. |
ForumSettingsForm::submitForm |
function |
core/modules/forum/src/ForumSettingsForm.php |
Form submission handler. |
FTP::getSettingsForm |
function |
core/lib/Drupal/Core/FileTransfer/FTP.php |
Returns a form to collect connection settings credentials. |
FunctionalTestSetupTrait::initSettings |
function |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php |
Initialize settings created during install. |
FunctionalTestSetupTrait::prepareSettings |
function |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php |
Prepares site settings and services before installation. |
FunctionalTestSetupTrait::writeSettings |
function |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php |
Rewrites the settings.php file of the test site. |
GlobalThemeSettingsDefaultLogoUrlUpdateTest |
class |
core/modules/system/tests/src/Functional/Update/GlobalThemeSettingsDefaultLogoUrlUpdateTest.php |
Tests update of system.theme.global:logo.url if it's still the default of "". |
GlobalThemeSettingsDefaultLogoUrlUpdateTest.php |
file |
core/modules/system/tests/src/Functional/Update/GlobalThemeSettingsDefaultLogoUrlUpdateTest.php |
|
GlobalThemeSettingsDefaultLogoUrlUpdateTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Update/GlobalThemeSettingsDefaultLogoUrlUpdateTest.php |
The theme to install as the default for testing. |
GlobalThemeSettingsDefaultLogoUrlUpdateTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Update/GlobalThemeSettingsDefaultLogoUrlUpdateTest.php |
Set database dump files to be used. |
GlobalThemeSettingsDefaultLogoUrlUpdateTest::testUpdate |
function |
core/modules/system/tests/src/Functional/Update/GlobalThemeSettingsDefaultLogoUrlUpdateTest.php |
Tests update of system.theme.global:logo.url. |
HelpSearch::$searchSettings |
property |
core/modules/help/src/Plugin/Search/HelpSearch.php |
A config object for 'search.settings'. |
hook_editor_js_settings_alter |
function |
core/modules/editor/editor.api.php |
Modifies JavaScript settings that are added for text editors. |
hook_field_formatter_settings_summary_alter |
function |
core/modules/field_ui/field_ui.api.php |
Alters the field formatter settings summary. |
hook_field_formatter_third_party_settings_form |
function |
core/modules/field_ui/field_ui.api.php |
Allow modules to add settings to field formatters provided by other modules. |
hook_field_widget_settings_summary_alter |
function |
core/modules/field_ui/field_ui.api.php |
Alters the field widget settings summary. |
hook_field_widget_third_party_settings_form |
function |
core/modules/field_ui/field_ui.api.php |
Allow modules to add settings to field widgets provided by other modules. |
hook_form_system_theme_settings_alter |
function |
core/lib/Drupal/Core/Render/theme.api.php |
Allow themes to alter the theme-specific settings form. |
hook_js_settings_alter |
function |
core/lib/Drupal/Core/Render/theme.api.php |
Perform necessary alterations to the JavaScript settings (drupalSettings). |
hook_js_settings_build |
function |
core/lib/Drupal/Core/Render/theme.api.php |
Modify the JavaScript settings (drupalSettings). |
IconExtractorSettingsForm |
class |
core/lib/Drupal/Core/Theme/Icon/IconExtractorSettingsForm.php |
Handle icon extractor settings form conversion from YAML to Drupal Form API. |
IconExtractorSettingsForm.php |
file |
core/lib/Drupal/Core/Theme/Icon/IconExtractorSettingsForm.php |
|
IconExtractorSettingsForm::buildBooleanForm |
function |
core/lib/Drupal/Core/Theme/Icon/IconExtractorSettingsForm.php |
Build Drupal form for a boolean setting to a checkbox. |
IconExtractorSettingsForm::buildEnumForm |
function |
core/lib/Drupal/Core/Theme/Icon/IconExtractorSettingsForm.php |
Build Drupal form for an enumerations to a select. |
IconExtractorSettingsForm::buildNumberForm |
function |
core/lib/Drupal/Core/Theme/Icon/IconExtractorSettingsForm.php |
Build Drupal form for a number or integer setting. |
IconExtractorSettingsForm::buildStringForm |
function |
core/lib/Drupal/Core/Theme/Icon/IconExtractorSettingsForm.php |
Build Drupal form for a string setting to a textfield. |
IconExtractorSettingsForm::COLOR_TYPE |
constant |
core/lib/Drupal/Core/Theme/Icon/IconExtractorSettingsForm.php |
|
IconExtractorSettingsForm::generateSettingsForm |
function |
core/lib/Drupal/Core/Theme/Icon/IconExtractorSettingsForm.php |
Create the Drupal Form API element from the settings. |
IconExtractorSettingsForm::getOptions |
function |
core/lib/Drupal/Core/Theme/Icon/IconExtractorSettingsForm.php |
Get option list for enumerations. |
IconExtractorSettingsForm::initSettingForm |
function |
core/lib/Drupal/Core/Theme/Icon/IconExtractorSettingsForm.php |
Init setting from common JSON Schema properties. |
IconExtractorSettingsFormTest |
class |
core/tests/Drupal/Tests/Core/Theme/Icon/IconExtractorSettingsFormTest.php |
@coversDefaultClass \Drupal\Core\Theme\Icon\IconExtractorSettingsForm[[api-linebreak]] |
IconExtractorSettingsFormTest.php |
file |
core/tests/Drupal/Tests/Core/Theme/Icon/IconExtractorSettingsFormTest.php |
|
IconExtractorSettingsFormTest::settingsFormDataProvider |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/IconExtractorSettingsFormTest.php |
Provide data for testGenerateSettingsForm. |
IconExtractorSettingsFormTest::testGenerateSettingsForm |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/IconExtractorSettingsFormTest.php |
Test the IconExtractorSettingsForm::generateSettingsForm method. |
IconExtractorSettingsFormTest::testGenerateSettingsFormWithValues |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/IconExtractorSettingsFormTest.php |
Test the IconExtractorSettingsForm::generateSettingsForm method. |
image.settings.yml |
file |
core/modules/image/config/install/image.settings.yml |
core/modules/image/config/install/image.settings.yml |
ImageFieldDisplayTest::testImageFieldSettings |
function |
core/modules/image/tests/src/Functional/ImageFieldDisplayTest.php |
Tests for image field settings. |
ImageFieldValidateTest::getFieldSettings |
function |
core/modules/image/tests/src/Functional/ImageFieldValidateTest.php |
Returns field settings. |
ImageFormatter::defaultSettings |
function |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatter.php |
Defines the default settings for this plugin. |