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
access_check.settings_tray.block.has_overrides service core/modules/settings_tray/settings_tray.services.yml Drupal\settings_tray\Access\BlockHasOverridesAccessCheck
access_check.settings_tray.block.settings_tray_form service core/modules/settings_tray/settings_tray.services.yml Drupal\settings_tray\Access\BlockPluginHasSettingsTrayFormAccessCheck
AccountSettingsForm class core/modules/user/src/AccountSettingsForm.php Configure user settings for this site.
AccountSettingsForm.php file core/modules/user/src/AccountSettingsForm.php
AccountSettingsForm::$moduleHandler property core/modules/user/src/AccountSettingsForm.php The module handler.
AccountSettingsForm::$roleStorage property core/modules/user/src/AccountSettingsForm.php The role storage used when changing the admin role.
AccountSettingsForm::buildForm function core/modules/user/src/AccountSettingsForm.php Form constructor.
AccountSettingsForm::create function core/modules/user/src/AccountSettingsForm.php Instantiates a new instance of this class.
AccountSettingsForm::getEditableConfigNames function core/modules/user/src/AccountSettingsForm.php Gets the configuration names that will be editable.
AccountSettingsForm::getFormId function core/modules/user/src/AccountSettingsForm.php Returns a unique string identifying the form.
AccountSettingsForm::submitForm function core/modules/user/src/AccountSettingsForm.php Form submission handler.
AccountSettingsForm::__construct function core/modules/user/src/AccountSettingsForm.php Constructs a \Drupal\user\AccountSettingsForm object.
action.settings_3022401.yml file core/modules/action/tests/fixtures/update/action.settings_3022401.yml core/modules/action/tests/fixtures/update/action.settings_3022401.yml
action_post_update_remove_settings function core/modules/action/action.post_update.php Removes action settings.
action_settings.yml file core/modules/action/migrations/action_settings.yml core/modules/action/migrations/action_settings.yml
AdvancedSettingsForm class core/modules/views_ui/src/Form/AdvancedSettingsForm.php Form builder for the advanced admin settings page.
AdvancedSettingsForm.php file core/modules/views_ui/src/Form/AdvancedSettingsForm.php
AdvancedSettingsForm::buildForm function core/modules/views_ui/src/Form/AdvancedSettingsForm.php Form constructor.
AdvancedSettingsForm::cacheSubmit function core/modules/views_ui/src/Form/AdvancedSettingsForm.php Submission handler to clear the Views cache.
AdvancedSettingsForm::getEditableConfigNames function core/modules/views_ui/src/Form/AdvancedSettingsForm.php Gets the configuration names that will be editable.
AdvancedSettingsForm::getFormId function core/modules/views_ui/src/Form/AdvancedSettingsForm.php Returns a unique string identifying the form.
AdvancedSettingsForm::submitForm function core/modules/views_ui/src/Form/AdvancedSettingsForm.php Form submission handler.
aggregator.settings.yml file core/modules/aggregator/config/install/aggregator.settings.yml core/modules/aggregator/config/install/aggregator.settings.yml
AggregatorAdminTest::testSettingsPage function core/modules/aggregator/tests/src/Functional/AggregatorAdminTest.php Tests the settings form to ensure the correct default values are used.
AggregatorPluginSettingsBase class core/modules/aggregator/src/Plugin/AggregatorPluginSettingsBase.php Base class for aggregator plugins that implement settings forms.
AggregatorPluginSettingsBase.php file core/modules/aggregator/src/Plugin/AggregatorPluginSettingsBase.php
AggregatorPluginSettingsBase::calculateDependencies function core/modules/aggregator/src/Plugin/AggregatorPluginSettingsBase.php Calculates dependencies for the configured plugin.
AggregatorPluginSettingsBase::defaultConfiguration function core/modules/aggregator/src/Plugin/AggregatorPluginSettingsBase.php Gets default configuration for this plugin.
AggregatorPluginSettingsBase::validateConfigurationForm function core/modules/aggregator/src/Plugin/AggregatorPluginSettingsBase.php Form validation handler.
AggregatorPluginSettingsBaseTest class core/modules/aggregator/tests/src/Unit/Plugin/AggregatorPluginSettingsBaseTest.php Tests settings configuration of individual aggregator plugins.
AggregatorPluginSettingsBaseTest.php file core/modules/aggregator/tests/src/Unit/Plugin/AggregatorPluginSettingsBaseTest.php
AggregatorPluginSettingsBaseTest::$configFactory property core/modules/aggregator/tests/src/Unit/Plugin/AggregatorPluginSettingsBaseTest.php The stubbed config factory object.
AggregatorPluginSettingsBaseTest::$managers property core/modules/aggregator/tests/src/Unit/Plugin/AggregatorPluginSettingsBaseTest.php The stubbed aggregator plugin managers array.
AggregatorPluginSettingsBaseTest::$settingsForm property core/modules/aggregator/tests/src/Unit/Plugin/AggregatorPluginSettingsBaseTest.php The aggregator settings form object under test.
AggregatorPluginSettingsBaseTest::setUp function core/modules/aggregator/tests/src/Unit/Plugin/AggregatorPluginSettingsBaseTest.php
AggregatorPluginSettingsBaseTest::testSettingsForm function core/modules/aggregator/tests/src/Unit/Plugin/AggregatorPluginSettingsBaseTest.php Test for AggregatorPluginSettingsBase.
AggregatorTitleFormatter::defaultSettings function core/modules/aggregator/src/Plugin/Field/FieldFormatter/AggregatorTitleFormatter.php Defines the default settings for this plugin.
AggregatorTitleFormatter::settingsForm function core/modules/aggregator/src/Plugin/Field/FieldFormatter/AggregatorTitleFormatter.php Returns a form to configure settings for the formatter.
aggregator_test.settings.yml file core/modules/aggregator/tests/modules/aggregator_test/config/install/aggregator_test.settings.yml core/modules/aggregator/tests/modules/aggregator_test/config/install/aggregator_test.settings.yml
AjaxCommandsTest::testSettingsCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\SettingsCommand
AjaxTest::testDrupalSettingsCachingRegression function core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php Test that AJAX loaded libraries are not retained between requests.
ajax_forms_test_advanced_commands_settings_callback function core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'settings'.
append-to-settings.txt file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-drupal-append-settings/assets/append-to-settings.txt include __DIR__ . "/settings-custom-additions.php";
AssertContentTrait::$drupalSettings property core/tests/Drupal/KernelTests/AssertContentTrait.php The drupalSettings value from the current raw $content.
AssertContentTrait::getDrupalSettings function core/tests/Drupal/KernelTests/AssertContentTrait.php Gets the value of drupalSettings for the currently-loaded page.
AssertContentTrait::setDrupalSettings function core/tests/Drupal/KernelTests/AssertContentTrait.php Sets the value of drupalSettings for the currently-loaded page.
AssetResolver::getJsSettingsAssets function core/lib/Drupal/Core/Asset/AssetResolver.php Returns the JavaScript settings assets for this response's libraries.
AttachedAssets::$settings property core/lib/Drupal/Core/Asset/AttachedAssets.php The JavaScript settings attached to the current response.
AttachedAssets::getSettings function core/lib/Drupal/Core/Asset/AttachedAssets.php Returns the settings attached to the current response.
AttachedAssets::setSettings function core/lib/Drupal/Core/Asset/AttachedAssets.php Sets the JavaScript settings that are attached to the current response.

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