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
MTimeProtectedFileStorageBase::$settings property core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php Test settings to pass to storage instances.
node.settings.yml file core/modules/node/config/install/node.settings.yml core/modules/node/config/install/node.settings.yml
node.settings.yml file core/profiles/standard/config/install/node.settings.yml core/profiles/standard/config/install/node.settings.yml
node.settings.yml file core/profiles/demo_umami/config/install/node.settings.yml core/profiles/demo_umami/config/install/node.settings.yml
NodeFieldMultilingualTest::testMultilingualDisplaySettings function core/modules/node/tests/src/Functional/NodeFieldMultilingualTest.php Tests multilingual field display settings.
NodePostSettingsTest class core/modules/node/tests/src/Functional/NodePostSettingsTest.php Tests that the post information (submitted by Username on date) text displays
appropriately.
NodePostSettingsTest.php file core/modules/node/tests/src/Functional/NodePostSettingsTest.php
NodePostSettingsTest::$defaultTheme property core/modules/node/tests/src/Functional/NodePostSettingsTest.php The theme to install as the default for testing.
NodePostSettingsTest::setUp function core/modules/node/tests/src/Functional/NodePostSettingsTest.php
NodePostSettingsTest::testPagePostInfo function core/modules/node/tests/src/Functional/NodePostSettingsTest.php Confirms "Basic page" content type and post information is on a new node.
NodeSearch::$searchSettings property core/modules/node/src/Plugin/Search/NodeSearch.php A config object for 'search.settings'.
NodeType::$themeSettings property core/modules/node/src/Plugin/migrate/source/d6/NodeType.php An array of theme settings.
NumberFieldRdfaTest::testDecimalFormatterWithSettings function core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php Tests the decimal formatter with settings.
NumberFieldRdfaTest::testFloatFormatterWithSettings function core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php Tests the float formatter with settings.
NumberFieldRdfaTest::testIntegerFormatterWithSettings function core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php Tests the integer formatter with settings.
NumberItemTest::dataNumberFieldSettingsProvider function core/modules/field/tests/src/Kernel/Number/NumberItemTest.php Data provider for testConstraints.
NumberWidget::defaultSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/NumberWidget.php Defines the default settings for this plugin.
NumberWidget::settingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/NumberWidget.php Returns a form to configure settings for the widget.
NumberWidget::settingsSummary function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/NumberWidget.php Returns a short summary for the current widget settings.
NumericFormatterBase::settingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericFormatterBase.php Returns a form to configure settings for the formatter.
NumericFormatterBase::settingsSummary function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericFormatterBase.php Returns a short summary for the current formatter settings.
NumericItemBase::defaultFieldSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/NumericItemBase.php Defines the field-level settings for this plugin.
NumericItemBase::fieldSettingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/NumericItemBase.php Returns a form for the field-level settings.
OEmbedFormatter::defaultSettings function core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php Defines the default settings for this plugin.
OEmbedFormatter::settingsForm function core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php Returns a form to configure settings for the formatter.
OEmbedFormatter::settingsSummary function core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php Returns a short summary for the current formatter settings.
OpenDialogCommand::$settings property core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Custom settings that will be passed to the Drupal behaviors on the content
of the dialog.
override-settings.php file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/scaffold-override-fixture/assets/override-settings.php A settings.php fixture file scaffolded from the scaffold-override-fixture.
PagerTest::testStorePagerSettings function core/modules/views/tests/src/Functional/Plugin/PagerTest.php Pagers was sometimes not stored.
path_post_update_create_language_content_settings function core/modules/path/path.post_update.php Create the language content settings configuration object for path aliases.
PhpStorageFactoryTest::setSettings function core/modules/system/tests/src/Kernel/PhpStorage/PhpStorageFactoryTest.php Sets the Settings() singleton.
PhpStorageFactoryTest::testGetNoSettings function core/modules/system/tests/src/Kernel/PhpStorage/PhpStorageFactoryTest.php Tests the get() method with no settings.
PluginSettingsBase class core/lib/Drupal/Core/Field/PluginSettingsBase.php Base class for the Field API plugins.
PluginSettingsBase.php file core/lib/Drupal/Core/Field/PluginSettingsBase.php
PluginSettingsBase::$defaultSettingsMerged property core/lib/Drupal/Core/Field/PluginSettingsBase.php Whether default settings have been merged into the current $settings.
PluginSettingsBase::$settings property core/lib/Drupal/Core/Field/PluginSettingsBase.php The plugin settings.
PluginSettingsBase::$thirdPartySettings property core/lib/Drupal/Core/Field/PluginSettingsBase.php The plugin settings injected by third party modules.
PluginSettingsBase::calculateDependencies function core/lib/Drupal/Core/Field/PluginSettingsBase.php Calculates dependencies for the configured plugin.
PluginSettingsBase::defaultSettings function core/lib/Drupal/Core/Field/PluginSettingsBase.php Defines the default settings for this plugin.
PluginSettingsBase::getSetting function core/lib/Drupal/Core/Field/PluginSettingsBase.php Returns the value of a setting, or its default value if absent.
PluginSettingsBase::getSettings function core/lib/Drupal/Core/Field/PluginSettingsBase.php Returns the array of settings, including defaults for missing settings.
PluginSettingsBase::getThirdPartyProviders function core/lib/Drupal/Core/Field/PluginSettingsBase.php Gets the list of third parties that store information.
PluginSettingsBase::getThirdPartySetting function core/lib/Drupal/Core/Field/PluginSettingsBase.php Gets the value of a third-party setting.
PluginSettingsBase::getThirdPartySettings function core/lib/Drupal/Core/Field/PluginSettingsBase.php Gets all third-party settings of a given module.
PluginSettingsBase::mergeDefaults function core/lib/Drupal/Core/Field/PluginSettingsBase.php Merges default settings values into $settings.
PluginSettingsBase::onDependencyRemoval function core/lib/Drupal/Core/Field/PluginSettingsBase.php Informs the plugin that some configuration it depends on will be deleted.
PluginSettingsBase::setSetting function core/lib/Drupal/Core/Field/PluginSettingsBase.php Sets the value of a setting for the plugin.
PluginSettingsBase::setSettings function core/lib/Drupal/Core/Field/PluginSettingsBase.php Sets the settings for the plugin.
PluginSettingsBase::setThirdPartySetting function core/lib/Drupal/Core/Field/PluginSettingsBase.php Sets the value of a third-party setting.
PluginSettingsBase::unsetThirdPartySetting function core/lib/Drupal/Core/Field/PluginSettingsBase.php Unsets a third-party setting.

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