91 string references to 'Settings'

AjaxCommandsTest::testSettingsCommand in core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php
@covers \Drupal\Core\Ajax\SettingsCommand
AudioFile::createSourceField in core/modules/media/src/Plugin/media/Source/AudioFile.php
Creates the source field definition for a type.
BaseFieldOverrideValidationTest::testImmutableProperties in core/tests/Drupal/KernelTests/Core/Entity/BaseFieldOverrideValidationTest.php
Tests that immutable properties cannot be changed.
Block::getPluginCollection in core/modules/block/src/Entity/Block.php
Encapsulates the creation of the block's LazyPluginCollection.
Block::label in core/modules/block/src/Entity/Block.php
Gets the label of the entity.
Block::prepareRow in core/modules/block/src/Plugin/migrate/source/Block.php
Adds additional data to the row.
BlockForm::form in core/modules/block/src/BlockForm.php
Gets the actual form array to be built.
BlockValidationTest::setLabel in core/modules/block/tests/src/Kernel/BlockValidationTest.php
Sets the label of the given config entity.
book.links.task.yml in core/modules/book/book.links.task.yml
core/modules/book/book.links.task.yml
CKEditor5::assessActiveTextEditorAfterBuild in core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php
Form #after_build callback: provides text editor state changes.
CKEditor5::mapPairViolationPropertyPathsToFormNames in core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php
Maps Text Editor + Text Format pair property paths to form names.
CKEditor5::mapViolationPropertyPathsToFormNames in core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php
Maps Text Editor config object property paths to form names.
CKEditor5::validateConfigurationForm in core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php
Form validation handler.
ckeditor5_filter_format_edit_form_submit in core/modules/ckeditor5/ckeditor5.module
Form submission handler for filter format forms.
CommandsTest::testAttachedSettings in core/tests/Drupal/KernelTests/Core/Ajax/CommandsTest.php
Regression test: Settings command exists regardless of JS aggregation.
condition_test.schema.yml in core/modules/system/tests/modules/condition_test/config/schema/condition_test.schema.yml
core/modules/system/tests/modules/condition_test/config/schema/condition_test.schema.yml
ConfigEntityImportTest::doBlockUpdate in core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php
Tests updating a block during import.
ConfigImportForm::create in core/modules/config/src/Form/ConfigImportForm.php
Instantiates a new instance of this class.
ConfigNamesMapper::getTypeName in core/modules/config_translation/src/ConfigNamesMapper.php
Returns the name of the type of data the mapper encapsulates.
ConfigNamesMapperTest::testGetTypeName in core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php
Tests ConfigNamesMapper::getTypeName().
config_translation_test.links.task.yml in core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.links.task.yml
core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.links.task.yml
ContentLanguageSettingsForm::submitForm in core/modules/language/src/Form/ContentLanguageSettingsForm.php
Form submission handler.
content_translation_form_language_content_settings_submit in core/modules/content_translation/content_translation.admin.inc
Form submission handler for content_translation_admin_settings_form().
content_translation_form_language_content_settings_validate in core/modules/content_translation/content_translation.admin.inc
Form validation handler for content_translation_admin_settings_form().
core.data_types.schema.yml in core/config/schema/core.data_types.schema.yml
core/config/schema/core.data_types.schema.yml
core.entity.schema.yml in core/config/schema/core.entity.schema.yml
core/config/schema/core.entity.schema.yml
d6_block.yml in core/modules/block/migrations/d6_block.yml
core/modules/block/migrations/d6_block.yml
d6_field_instance_option_translation.yml in core/modules/config_translation/migrations/d6_field_instance_option_translation.yml
core/modules/config_translation/migrations/d6_field_instance_option_translation.yml
d6_field_option_translation.yml in core/modules/config_translation/migrations/d6_field_option_translation.yml
core/modules/config_translation/migrations/d6_field_option_translation.yml
d6_filter_format.yml in core/modules/filter/migrations/d6_filter_format.yml
core/modules/filter/migrations/d6_filter_format.yml
d7_block.yml in core/modules/block/migrations/d7_block.yml
core/modules/block/migrations/d7_block.yml
d7_field_instance.yml in core/modules/field/migrations/d7_field_instance.yml
core/modules/field/migrations/d7_field_instance.yml
d7_filter_format.yml in core/modules/filter/migrations/d7_filter_format.yml
core/modules/filter/migrations/d7_filter_format.yml
DefaultSelection::validateConfigurationForm in core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php
Form validation handler.
DisplayPluginBase::buildOptionsForm in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Provide a form to edit options for this plugin.
DisplayPluginBase::optionsSummary in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Provides the default summary for options in the views UI.
editor_form_filter_admin_format_submit in core/modules/editor/editor.module
Additional submit handler for filter_format_form().
editor_form_filter_format_form_alter in core/modules/editor/editor.module
Implements hook_form_BASE_FORM_ID_alter() for \Drupal\filter\FilterFormatEditForm.
EntityReferenceAdminTest::testFieldAdminHandler in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php
Tests the Entity Reference Admin UI.
FieldBlock::formatterSettingsProcessCallback in core/modules/layout_builder/src/Plugin/Block/FieldBlock.php
Render API callback: builds the formatter settings elements.
FieldConfigBase::postCreate in core/lib/Drupal/Core/Field/FieldConfigBase.php
Acts on a created entity before hooks are invoked.
FieldConfigValidationTest::testEntityReferenceSelectionHandlerIsValidated in core/modules/field/tests/src/Kernel/Entity/FieldConfigValidationTest.php
Tests that entity reference selection handler plugin IDs are validated.
FieldConfigValidationTest::testImmutableProperties in core/modules/field/tests/src/Kernel/Entity/FieldConfigValidationTest.php
Tests that immutable properties cannot be changed.
FieldEntitySettingsTest::testFieldEntitiesCarryDefaultSettings in core/modules/field/tests/src/Kernel/Entity/FieldEntitySettingsTest.php
@group legacy
FieldLayoutEntityDisplayTrait::getLayoutSettings in core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php
Implements \Drupal\field_layout\Display\EntityDisplayWithLayoutInterface::getLayoutSettings().
FieldLayoutEntityDisplayTrait::setLayoutId in core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php
Implements \Drupal\field_layout\Display\EntityDisplayWithLayoutInterface::setLayoutId().
FieldSettings::transform in core/modules/field/src/Plugin/migrate/process/d7/FieldSettings.php
Performs the associated process.
FieldSettingsTest::testTransformImageSettings in core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldSettingsTest.php
Tests transformation of image field settings.
FieldStorageAddForm::getNewFieldDefaults in core/modules/field_ui/src/Form/FieldStorageAddForm.php
Get default options from preconfigured options for a new field.
FieldStorageConfig::postCreate in core/modules/field/src/Entity/FieldStorageConfig.php
Acts on a created entity before hooks are invoked.
FieldUIRouteTest::assertLocalTasks in core/modules/field_ui/tests/src/Functional/FieldUIRouteTest.php
Asserts that local tasks exists.
field_form_field_config_edit_form_entity_builder in core/modules/field/field.module
Entity form builder for field config edit form.
File::createSourceField in core/modules/media/src/Plugin/media/Source/File.php
Creates the source field definition for a type.
FileItem::validateMaxFilesize in core/modules/file/src/Plugin/Field/FieldType/FileItem.php
Form API callback.
FileSystemTempDirectoryTest::setUp in core/tests/Drupal/KernelTests/Core/File/FileSystemTempDirectoryTest.php
FilterFormatFormBase::form in core/modules/filter/src/FilterFormatFormBase.php
Gets the actual form array to be built.
forum.links.task.yml in core/modules/forum/forum.links.task.yml
core/modules/forum/forum.links.task.yml
Image::createSourceField in core/modules/media/src/Plugin/media/Source/Image.php
Creates the source field definition for a type.
jsonapi.links.task.yml in core/modules/jsonapi/jsonapi.links.task.yml
core/modules/jsonapi/jsonapi.links.task.yml
LayoutBuilderEntityViewDisplay::setComponent in core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php
Sets the display options for a component.
locale.links.task.yml in core/modules/locale/locale.links.task.yml
core/modules/locale/locale.links.task.yml
LocalTaskManagerTest::getLocalTaskFixtures in core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php
Return some local tasks plugin definitions.
LocalTasksTest::testPluginLocalTask in core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php
Tests the plugin based local tasks.
MappingTest::providerMappingInterpretation in core/tests/Drupal/KernelTests/Config/Schema/MappingTest.php
Provides test cases for all kinds of i) dynamic typing, ii) optional keys.
MediaRevisionTest::testImageMediaRevision in core/modules/media/tests/src/Functional/MediaRevisionTest.php
Tests creating revisions of an Image media item.
MediaSourceImageTest::testOnlyMainPropertiesTriggerSourceFieldChanged in core/modules/media/tests/src/Functional/MediaSourceImageTest.php
Test that non-main properties do not trigger source field value change.
media_filter_format_edit_form_validate in core/modules/media/media.module
Validate callback to ensure filter order and allowed_html are compatible.
menu_test.links.task.yml in core/modules/system/tests/modules/menu_test/menu_test.links.task.yml
core/modules/system/tests/modules/menu_test/menu_test.links.task.yml
MigrateBlockTest::assertEntity in core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php
Asserts various aspects of a block.
MigrateBlockTest::assertEntity in core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php
Asserts various aspects of a block.
MigrateFieldInstanceOptionTranslationTest::testFieldInstanceOptionTranslation in core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceOptionTranslationTest.php
Migrate field instance option translations.
MigrateFieldInstanceOptionTranslationTest::testFieldInstanceOptionTranslation in core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceOptionTranslationTest.php
Tests migration of file variables to file.settings.yml.
MigrateFieldInstanceTest::testFieldInstances in core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceTest.php
Tests migrating D7 field instances to field_config entities.
NumberItemTest::testFormFieldMinMaxValue in core/modules/field/tests/src/Kernel/Number/NumberItemTest.php
Tests the validation of minimum and maximum values.
NumericItemBase::validateMinAndMaxConfig in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/NumericItemBase.php
Validates that the minimum value is less than the maximum.
PluginBase::summaryTitle in core/modules/views/src/Plugin/views/PluginBase.php
Returns the summary of the settings in the display.
QueryPluginBase::summaryTitle in core/modules/views/src/Plugin/views/query/QueryPluginBase.php
Returns the summary of the settings in the display.
SettingsCommand::render in core/lib/Drupal/Core/Ajax/SettingsCommand.php
Implements Drupal\Core\Ajax\CommandInterface:render().
SettingsEditor::rewrite in core/lib/Drupal/Core/Site/SettingsEditor.php
Replaces values in settings.php with values in the submitted array.
SmartDefaultSettingsTest::setUp in core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php
system.links.task.yml in core/modules/system/system.links.task.yml
core/modules/system/system.links.task.yml
SystemController::themesPage in core/modules/system/src/Controller/SystemController.php
Returns a theme listing which excludes obsolete themes.
SystemMenuOffCanvasForm::buildConfigurationForm in core/modules/system/src/Form/SystemMenuOffCanvasForm.php
Form constructor.
TestToolkit::buildConfigurationForm in core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php
Form constructor.
UnicornEditor::validateImageUploadSettings in core/modules/editor/tests/modules/editor_test/src/Plugin/Editor/UnicornEditor.php
#element_validate handler for "image_upload" in buildConfigurationForm().
update.links.task.yml in core/modules/update/update.links.task.yml
core/modules/update/update.links.task.yml
user.links.task.yml in core/modules/user/user.links.task.yml
core/modules/user/user.links.task.yml
UserData::import in core/modules/user/src/Plugin/migrate/destination/UserData.php
Import the row.
VideoFile::createSourceField in core/modules/media/src/Plugin/media/Source/VideoFile.php
Creates the source field definition for a type.
views.field.schema.yml in core/modules/views/config/schema/views.field.schema.yml
core/modules/views/config/schema/views.field.schema.yml
views_ui.links.task.yml in core/modules/views_ui/views_ui.links.task.yml
core/modules/views_ui/views_ui.links.task.yml

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