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 10.3.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
BaseFieldFileFormatterBase::defaultSettings function core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php Defines the default settings for this plugin.
BaseFieldFileFormatterBase::settingsForm function core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php Returns a form to configure settings for the formatter.
BasicSettingsForm class core/modules/views_ui/src/Form/BasicSettingsForm.php Form builder for the admin display defaults page.
BasicSettingsForm.php file core/modules/views_ui/src/Form/BasicSettingsForm.php
BasicSettingsForm::buildForm function core/modules/views_ui/src/Form/BasicSettingsForm.php Form constructor.
BasicSettingsForm::getFormId function core/modules/views_ui/src/Form/BasicSettingsForm.php Returns a unique string identifying the form.
Block::$settings property core/modules/block/src/Entity/Block.php The plugin instance settings.
Block::blockSettings function core/modules/views/src/Plugin/views/display/Block.php Returns plugin-specific settings for the block.
BlockConfigUpdater::needsInfoStatusSettingsRemoved function core/modules/block/src/BlockConfigUpdater.php Checks if the block contains deprecated info and status settings.
BlockPluginHasSettingsTrayFormAccessCheck class core/modules/settings_tray/src/Access/BlockPluginHasSettingsTrayFormAccessCheck.php Determines whether the requested block has a 'settings_tray' form.
BlockPluginHasSettingsTrayFormAccessCheck.php file core/modules/settings_tray/src/Access/BlockPluginHasSettingsTrayFormAccessCheck.php
BlockPluginHasSettingsTrayFormAccessCheck::access function core/modules/settings_tray/src/Access/BlockPluginHasSettingsTrayFormAccessCheck.php Checks access for accessing a block's 'settings_tray' form.
BlockPluginHasSettingsTrayFormAccessCheck::accessBlockPlugin function core/modules/settings_tray/src/Access/BlockPluginHasSettingsTrayFormAccessCheck.php Checks access for accessing a block plugin's 'settings_tray' form.
BlockPluginHasSettingsTrayFormAccessCheckTest class core/modules/settings_tray/tests/src/Unit/Access/BlockPluginHasSettingsTrayFormAccessCheckTest.php @coversDefaultClass \Drupal\settings_tray\Access\BlockPluginHasSettingsTrayFormAccessCheck[[api-linebreak]]
@group settings_tray
BlockPluginHasSettingsTrayFormAccessCheckTest.php file core/modules/settings_tray/tests/src/Unit/Access/BlockPluginHasSettingsTrayFormAccessCheckTest.php
BlockPluginHasSettingsTrayFormAccessCheckTest::providerTestAccess function core/modules/settings_tray/tests/src/Unit/Access/BlockPluginHasSettingsTrayFormAccessCheckTest.php Provides test data for ::testAccess().
BlockPluginHasSettingsTrayFormAccessCheckTest::testAccess function core/modules/settings_tray/tests/src/Unit/Access/BlockPluginHasSettingsTrayFormAccessCheckTest.php @covers ::access[[api-linebreak]]
@covers ::accessBlockPlugin[[api-linebreak]]
@dataProvider providerTestAccess
BlockSettings class core/modules/block/src/Plugin/migrate/process/BlockSettings.php Determines the block settings.
BlockSettings.php file core/modules/block/src/Plugin/migrate/process/BlockSettings.php
BlockSettings::$blockManager property core/modules/block/src/Plugin/migrate/process/BlockSettings.php The block manager service.
BlockSettings::create function core/modules/block/src/Plugin/migrate/process/BlockSettings.php Creates an instance of the plugin.
BlockSettings::transform function core/modules/block/src/Plugin/migrate/process/BlockSettings.php Set the block configuration.
BlockSettings::__construct function core/modules/block/src/Plugin/migrate/process/BlockSettings.php Constructs a \Drupal\Component\Plugin\PluginBase object.
BlockSettingsTest class core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockSettingsTest.php @coversDefaultClass \Drupal\block\Plugin\migrate\process\BlockSettings[[api-linebreak]]
@group block
BlockSettingsTest.php file core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockSettingsTest.php
BlockSettingsTest::providerTestTransform function core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockSettingsTest.php Provides data for testTransform.
BlockSettingsTest::testTransform function core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockSettingsTest.php Tests the blocks settings process plugin.
BlockSystemBrandingTest::testSystemBrandingSettings function core/modules/block/tests/src/Functional/BlockSystemBrandingTest.php Tests system branding block configuration.
BooleanCheckboxWidget::defaultSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/BooleanCheckboxWidget.php Defines the default settings for this plugin.
BooleanCheckboxWidget::settingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/BooleanCheckboxWidget.php Returns a form to configure settings for the widget.
BooleanCheckboxWidget::settingsSummary function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/BooleanCheckboxWidget.php Returns a short summary for the current widget settings.
BooleanFormatter::defaultSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BooleanFormatter.php Defines the default settings for this plugin.
BooleanFormatter::settingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BooleanFormatter.php Returns a form to configure settings for the formatter.
BooleanFormatter::settingsSummary function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BooleanFormatter.php Returns a short summary for the current formatter settings.
BooleanFormatterSettingsTest class core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php Tests the Boolean field formatter settings.
BooleanFormatterSettingsTest class core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php Tests the Boolean field formatter settings.
BooleanFormatterSettingsTest.php file core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php
BooleanFormatterSettingsTest.php file core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php
BooleanFormatterSettingsTest::$bundle property core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php The name of the entity bundle that is created in the test.
BooleanFormatterSettingsTest::$bundle property core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php The name of the entity bundle that is created in the test.
BooleanFormatterSettingsTest::$defaultTheme property core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php The theme to install as the default for testing.
BooleanFormatterSettingsTest::$defaultTheme property core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php The theme to install as the default for testing.
BooleanFormatterSettingsTest::$fieldName property core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php The name of the Boolean field to use for testing.
BooleanFormatterSettingsTest::$fieldName property core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php The name of the Boolean field to use for testing.
BooleanFormatterSettingsTest::$modules property core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php Modules to install.
BooleanFormatterSettingsTest::$modules property core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php Modules to install.
BooleanFormatterSettingsTest::setUp function core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php
BooleanFormatterSettingsTest::setUp function core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php
BooleanFormatterSettingsTest::testBooleanFormatterSettings function core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php Tests the formatter settings page for the Boolean formatter.
BooleanFormatterSettingsTest::testBooleanFormatterSettings function core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php Tests the formatter settings page for the Boolean formatter.

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