| olivero.settings.yml |
file |
core/themes/olivero/config/install/olivero.settings.yml |
core/themes/olivero/config/install/olivero.settings.yml |
| olivero_form_system_theme_settings_alter |
function |
core/themes/olivero/theme-settings.php |
Implements hook_form_FORM_ID_alter() for system_theme_settings. |
| OpenDialogCommand::$settings |
property |
core/lib/Drupal/Core/Ajax/OpenDialogCommand.php |
Custom settings passed to 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. |
| PackageManagerRequirementsHooks::checkSettings |
function |
core/modules/package_manager/src/Hook/PackageManagerRequirementsHooks.php |
Check that package manager has an explicit setting to allow installation. |
| package_manager.settings.yml |
file |
core/modules/package_manager/config/install/package_manager.settings.yml |
core/modules/package_manager/config/install/package_manager.settings.yml |
| PagerTest::testStorePagerSettings |
function |
core/modules/views/tests/src/Functional/Plugin/PagerTest.php |
Pagers was sometimes not stored. |
| 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. |
| PluginSettingsBaseTest |
class |
core/tests/Drupal/Tests/Core/Field/PluginSettingsBaseTest.php |
Tests Drupal\Core\Field\PluginSettingsBase. |
| PluginSettingsBaseTest.php |
file |
core/tests/Drupal/Tests/Core/Field/PluginSettingsBaseTest.php |
|
| PluginSettingsBaseTest::testGetThirdPartySettings |
function |
core/tests/Drupal/Tests/Core/Field/PluginSettingsBaseTest.php |
Tests get third party settings. |
| PluginSettingsInterface |
interface |
core/lib/Drupal/Core/Field/PluginSettingsInterface.php |
Interface definition for plugin with settings. |
| PluginSettingsInterface.php |
file |
core/lib/Drupal/Core/Field/PluginSettingsInterface.php |
|
| PluginSettingsInterface::defaultSettings |
function |
core/lib/Drupal/Core/Field/PluginSettingsInterface.php |
Defines the default settings for this plugin. |
| PluginSettingsInterface::getSetting |
function |
core/lib/Drupal/Core/Field/PluginSettingsInterface.php |
Returns the value of a setting, or its default value if absent. |
| PluginSettingsInterface::getSettings |
function |
core/lib/Drupal/Core/Field/PluginSettingsInterface.php |
Returns the array of settings, including defaults for missing settings. |
| PluginSettingsInterface::onDependencyRemoval |
function |
core/lib/Drupal/Core/Field/PluginSettingsInterface.php |
Informs the plugin that some configuration it depends on will be deleted. |
| PluginSettingsInterface::setSetting |
function |
core/lib/Drupal/Core/Field/PluginSettingsInterface.php |
Sets the value of a setting for the plugin. |
| PluginSettingsInterface::setSettings |
function |
core/lib/Drupal/Core/Field/PluginSettingsInterface.php |
Sets the settings for the plugin. |
| ProfileFieldSettings |
class |
core/modules/user/src/Plugin/migrate/process/ProfileFieldSettings.php |
Determines the settings for the profile field. |
| ProfileFieldSettings.php |
file |
core/modules/user/src/Plugin/migrate/process/ProfileFieldSettings.php |
|
| ProfileFieldSettings::transform |
function |
core/modules/user/src/Plugin/migrate/process/ProfileFieldSettings.php |
Performs the associated process. |
| ProfileFieldSettings::__construct |
function |
core/modules/user/src/Plugin/migrate/process/ProfileFieldSettings.php |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
| ProfileRequirementsTest::setUpSettings |
function |
core/tests/Drupal/FunctionalTests/Installer/ProfileRequirementsTest.php |
Installer step: Configure settings. |
| QueryOptionsTest::testStoreQuerySettingsOverride |
function |
core/modules/views/tests/src/Functional/Plugin/QueryOptionsTest.php |
Test that query overrides are stored. |
| QueueFactory::$settings |
property |
core/lib/Drupal/Core/Queue/QueueFactory.php |
The settings object. |
| RegionalSettingsFormTest |
class |
core/modules/system/tests/src/Functional/Form/RegionalSettingsFormTest.php |
Tests the system_regional_settings form. |
| RegionalSettingsFormTest.php |
file |
core/modules/system/tests/src/Functional/Form/RegionalSettingsFormTest.php |
|
| RegionalSettingsFormTest::$adminAccount |
property |
core/modules/system/tests/src/Functional/Form/RegionalSettingsFormTest.php |
A user with permission to administer site configuration. |
| RegionalSettingsFormTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Form/RegionalSettingsFormTest.php |
The theme to install as the default for testing. |
| RegionalSettingsFormTest::$modules |
property |
core/modules/system/tests/src/Functional/Form/RegionalSettingsFormTest.php |
Modules to install. |