Search for settings

  1. Search 7.x for settings
  2. Search 9.5.x for settings
  3. Search 10.3.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
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 Defines the field-level settings for this plugin.
ImageItem::defaultStorageSettings function core/modules/image/src/Plugin/Field/FieldType/ImageItem.php Defines the storage-level settings for this plugin.
ImageItem::fieldSettingsForm function core/modules/image/src/Plugin/Field/FieldType/ImageItem.php Returns a form for the field-level settings.
ImageItem::storageSettingsForm function core/modules/image/src/Plugin/Field/FieldType/ImageItem.php Returns a form for the storage-level settings.
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.
InstallerConfigDirectorySetNoDirectoryErrorTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php Installer step: Configure settings.
InstallerDatabaseErrorMessagesTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerDatabaseErrorMessagesTest.php Installer step: Configure settings.
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.
InstallerEmptySettingsTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerEmptySettingsTest.php
InstallerEmptySettingsTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerEmptySettingsTest.php The theme to install as the default for testing.
InstallerEmptySettingsTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/InstallerEmptySettingsTest.php Prepares the current environment for running the test.
InstallerEmptySettingsTest::testInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerEmptySettingsTest.php Verifies that installation succeeded.
InstallerExistingBrokenDatabaseSettingsTest class core/tests/Drupal/FunctionalTests/Installer/InstallerExistingBrokenDatabaseSettingsTest.php Tests the installer with broken database connection info in settings.php.
InstallerExistingBrokenDatabaseSettingsTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerExistingBrokenDatabaseSettingsTest.php
InstallerExistingBrokenDatabaseSettingsTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerExistingBrokenDatabaseSettingsTest.php The theme to install as the default for testing.
InstallerExistingBrokenDatabaseSettingsTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingBrokenDatabaseSettingsTest.php Prepares the current environment for running the test.
InstallerExistingBrokenDatabaseSettingsTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingBrokenDatabaseSettingsTest.php Installer step: Configure settings.
InstallerExistingBrokenDatabaseSettingsTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingBrokenDatabaseSettingsTest.php Final installer step: Configure site.
InstallerExistingBrokenDatabaseSettingsTest::testRequirementsProblem function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingBrokenDatabaseSettingsTest.php Tests the expected requirements problem.
InstallerExistingConfigProfileHookInstall::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstall.php Installer step: Configure settings.
InstallerExistingConfigSyncDirectoryProfileHookInstall::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstall.php Installer step: Configure settings.
InstallerExistingConfigSyncDriectoryProfileMismatchTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDriectoryProfileMismatchTest.php Installer step: Configure settings.
InstallerExistingConfigTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigTest.php Installer step: Configure settings.
InstallerExistingDatabaseSettingsTest class core/tests/Drupal/FunctionalTests/Installer/InstallerExistingDatabaseSettingsTest.php Tests the installer with an existing settings file with database connection
info.
InstallerExistingDatabaseSettingsTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerExistingDatabaseSettingsTest.php
InstallerExistingDatabaseSettingsTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerExistingDatabaseSettingsTest.php The theme to install as the default for testing.
InstallerExistingDatabaseSettingsTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingDatabaseSettingsTest.php Prepares the current environment for running the test.
InstallerExistingDatabaseSettingsTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingDatabaseSettingsTest.php @todo The database settings form is not supposed to appear if settings.php
contains a valid database connection already (but e.g. no config
directories yet).
InstallerExistingDatabaseSettingsTest::testInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingDatabaseSettingsTest.php Verifies that installation succeeded.
InstallerExistingSettingsMismatchProfileTest class core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsMismatchProfileTest.php Tests install with existing settings.php and a mismatching install profile.
InstallerExistingSettingsMismatchProfileTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsMismatchProfileTest.php
InstallerExistingSettingsMismatchProfileTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsMismatchProfileTest.php The theme to install as the default for testing.
InstallerExistingSettingsMismatchProfileTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsMismatchProfileTest.php Configures a preexisting settings.php file without an install_profile
setting before invoking the interactive installer.
InstallerExistingSettingsMismatchProfileTest::setUpLanguage function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsMismatchProfileTest.php Installer step: Select language.
InstallerExistingSettingsMismatchProfileTest::setUpProfile function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsMismatchProfileTest.php Installer step: Select installation profile.
InstallerExistingSettingsMismatchProfileTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsMismatchProfileTest.php Installer step: Configure settings.

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