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). |
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. |
ImageFormatter::settingsForm |
function |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatter.php |
Returns a form to configure settings for the formatter. |
ImageFormatter::settingsSummary |
function |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatter.php |
Returns a short summary for the current formatter settings. |
ImageItem::defaultFieldSettings |
function |
core/modules/image/src/Plugin/Field/FieldType/ImageItem.php |
|
ImageItem::defaultStorageSettings |
function |
core/modules/image/src/Plugin/Field/FieldType/ImageItem.php |
|
ImageItem::fieldSettingsForm |
function |
core/modules/image/src/Plugin/Field/FieldType/ImageItem.php |
|
ImageItem::storageSettingsForm |
function |
core/modules/image/src/Plugin/Field/FieldType/ImageItem.php |
|
ImageItem::storageSettingsSummary |
function |
core/modules/image/src/Plugin/Field/FieldType/ImageItem.php |
|
ImageStyleMappings::getMultiplierSettings |
function |
core/modules/responsive_image/src/Plugin/migrate/process/ImageStyleMappings.php |
Extracts multiplier settings based on its type. |
ImageTest::testImageSettingsForm |
function |
core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTest.php |
Tests the ckeditor5_imageResize and ckeditor5_imageUpload settings forms. |
ImageUrlFormatter::defaultSettings |
function |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php |
Defines the default settings for this plugin. |
ImageUrlFormatter::settingsForm |
function |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php |
Returns a form to configure settings for the formatter. |
ImageUrlFormatter::settingsSummary |
function |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php |
Returns a short summary for the current formatter settings. |
ImageWidget::defaultSettings |
function |
core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php |
Defines the default settings for this plugin. |
ImageWidget::settingsForm |
function |
core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php |
Returns a form to configure settings for the widget. |
ImageWidget::settingsSummary |
function |
core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php |
Returns a short summary for the current widget settings. |
InsertCommand::$settings |
property |
core/lib/Drupal/Core/Ajax/InsertCommand.php |
A settings array to be passed to any attached JavaScript behavior. |
InstallerBrokenDatabaseCredentialsTest::setUpSettings |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerBrokenDatabaseCredentialsTest.php |
Installer step: Configure settings. |
InstallerBrokenDatabasePortSettingsTest |
class |
core/tests/Drupal/FunctionalTests/Installer/InstallerBrokenDatabasePortSettingsTest.php |
Tests the installer with incorrect connection info in settings.php. |
InstallerBrokenDatabasePortSettingsTest.php |
file |
core/tests/Drupal/FunctionalTests/Installer/InstallerBrokenDatabasePortSettingsTest.php |
|
InstallerBrokenDatabasePortSettingsTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerBrokenDatabasePortSettingsTest.php |
The theme to install as the default for testing. |
InstallerBrokenDatabasePortSettingsTest::prepareEnvironment |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerBrokenDatabasePortSettingsTest.php |
Prepares the current environment for running the test. |
InstallerBrokenDatabasePortSettingsTest::setUpSettings |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerBrokenDatabasePortSettingsTest.php |
Installer step: Configure settings. |
InstallerBrokenDatabasePortSettingsTest::setUpSite |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerBrokenDatabasePortSettingsTest.php |
Final installer step: Configure site. |
InstallerBrokenDatabasePortSettingsTest::testRequirementsProblem |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerBrokenDatabasePortSettingsTest.php |
Tests the expected requirements problem. |
InstallerConfigDirectorySetNoDirectoryErrorTest::setUpSettings |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php |
Installer step: Configure settings. |