| 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::__construct |
function |
core/modules/user/src/AccountSettingsForm.php |
Constructs a \Drupal\user\AccountSettingsForm object. |
| action_settings.yml |
file |
core/modules/system/migrations/action_settings.yml |
core/modules/system/migrations/action_settings.yml |
| admin.settings.yml |
file |
core/themes/admin/config/install/admin.settings.yml |
core/themes/admin/config/install/admin.settings.yml |
| AdminTest::disabledTestUserSettings |
function |
core/themes/admin/tests/src/Functional/AdminTest.php |
Disabled: Test user settings. |
| AdminTest::testDefaultAdminSettings |
function |
core/themes/admin/tests/src/Functional/AdminTest.php |
Tests that the Admin theme always adds its message CSS and Classy's. |
| AdminTest::testUserSettings |
function |
core/themes/admin/tests/src/Functional/AdminTest.php |
Test user settings. |
| AdminUiTest::testFilterCheckboxesToggleSettings |
function |
core/modules/ckeditor5/tests/src/FunctionalJavascript/AdminUiTest.php |
Test that filter settings are only visible when the filter is enabled. |
| AdminUiTest::testImageUploadSettingsAreValidated |
function |
core/modules/ckeditor5/tests/src/FunctionalJavascript/AdminUiTest.php |
Tests that image upload settings (stored out of band) are validated too. |
| AdminUiTest::testPluginSettingsFormSection |
function |
core/modules/ckeditor5/tests/src/FunctionalJavascript/AdminUiTest.php |
Tests the plugin settings form section. |
| AdminUiTest::testSettingsOnlyFireAjaxWithCkeditor5 |
function |
core/modules/ckeditor5/tests/src/FunctionalJavascript/AdminUiTest.php |
Confirm settings only trigger AJAX when select value is CKEditor 5. |
| 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. |
| AjaxCommandsTest::testSettingsCommand |
function |
core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php |
Tests settings command. |
| AjaxPageStateTest::testDrupalSettingsIsNotLoaded |
function |
core/modules/system/tests/src/Functional/Render/AjaxPageStateTest.php |
Give ajax_page_state[libraries]=core/drupalSettings to exclude the library. |
| AjaxResponseTest::createCommandMockWithSettingsAndLibrariesAttachments |
function |
core/tests/Drupal/Tests/Core/Ajax/AjaxResponseTest.php |
Creates a mock of a provided subclass of CommandInterface. |
| AjaxTest::testDrupalSettingsCachingRegression |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php |
Tests that AJAX loaded libraries are not retained between requests. |
| announcements_feed.settings.yml |
file |
core/modules/announcements_feed/config/install/announcements_feed.settings.yml |
core/modules/announcements_feed/config/install/announcements_feed.settings.yml |
| 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. |
| AttachedAssetsInterface::getSettings |
function |
core/lib/Drupal/Core/Asset/AttachedAssetsInterface.php |
Returns the settings attached to the current response. |
| AttachedAssetsInterface::setSettings |
function |
core/lib/Drupal/Core/Asset/AttachedAssetsInterface.php |
Sets the JavaScript settings that are attached to the current response. |
| AttachedAssetsTest::testAddJsSettings |
function |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Tests adding JavaScript settings. |
| AttachedAssetsTest::testAttachedSettingsWithoutLibraries |
function |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Test settings can be loaded even when libraries are not. |
| AttachedAssetsTest::testSettings |
function |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Tests JavaScript settings. |
| AutomatedCronHooks::formSystemCronSettingsAlter |
function |
core/modules/automated_cron/src/Hook/AutomatedCronHooks.php |
Implements hook_form_FORM_ID_alter() for the system_cron_settings() form. |
| automated_cron.settings.yml |
file |
core/profiles/standard/config/install/automated_cron.settings.yml |
core/profiles/standard/config/install/automated_cron.settings.yml |
| automated_cron.settings.yml |
file |
core/modules/automated_cron/config/install/automated_cron.settings.yml |
core/modules/automated_cron/config/install/automated_cron.settings.yml |
| automated_cron_settings_submit |
function |
core/modules/automated_cron/automated_cron.module |
Form submission handler for system_cron_settings(). |
| BaseFieldDefinition::getSettings |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Returns the array of settings, as required by the used class. |