Search for settings

  1. Search 7.x for settings
  2. Search 9.5.x for settings
  3. Search 8.9.x for settings
  4. Search 11.x for settings
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
settings service core/core.services.yml Drupal\Core\Site\Settings
Settings class core/lib/Drupal/Core/Site/Settings.php Read only settings that are initialized with the class.

All search results

Title Object type File name Summary
FTP::getSettingsForm function core/lib/Drupal/Core/FileTransfer/FTP.php
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
ImageFormatter::settingsForm function core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatter.php
ImageFormatter::settingsSummary function core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatter.php
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
ImageUrlFormatter::settingsForm function core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php
ImageUrlFormatter::settingsSummary function core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php
ImageWidget::defaultSettings function core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php
ImageWidget::settingsForm function core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php
ImageWidget::settingsSummary function core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php
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
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
InstallerBrokenDatabasePortSettingsTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/InstallerBrokenDatabasePortSettingsTest.php
InstallerBrokenDatabasePortSettingsTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerBrokenDatabasePortSettingsTest.php
InstallerBrokenDatabasePortSettingsTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/InstallerBrokenDatabasePortSettingsTest.php
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.
InstallerDatabaseErrorMessagesTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerDatabaseErrorMessagesTest.php
InstallerDatabaseErrorMessagesTest::testSetUpSettingsErrorMessage function core/tests/Drupal/FunctionalTests/Installer/InstallerDatabaseErrorMessagesTest.php Verifies that the error message in the settings step is correct.
InstallerEmptySettingsTest class core/tests/Drupal/FunctionalTests/Installer/InstallerEmptySettingsTest.php Tests the installer with empty settings file.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.