39 string references to settings in Zircon Profile 8
- AjaxCommandsTest::testSettingsCommand in core/
tests/ Drupal/ Tests/ Core/ Ajax/ AjaxCommandsTest.php - @covers \Drupal\Core\Ajax\SettingsCommand
- 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 - Add additional data to the row.
- BlockForm::form in core/
modules/ block/ src/ BlockForm.php - Gets the actual form array to be built.
- BlockForm::submitForm in core/
modules/ block/ src/ BlockForm.php - This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
- BlockForm::validateForm in core/
modules/ block/ src/ BlockForm.php - Form validation handler.
- block_update_8003 in core/
modules/ block/ block.install - Remove 'cache' setting.
- CKEditor::settingsFormSubmit in core/
modules/ ckeditor/ src/ Plugin/ Editor/ CKEditor.php - Modifies any values in the form state to prepare them for saving.
- CommandsTest::testAttachedSettings in core/
modules/ system/ src/ Tests/ Ajax/ CommandsTest.php - Regression test: Settings command exists regardless of JS aggregation.
- ConfigEntityImportTest::doBlockUpdate in core/
modules/ system/ src/ Tests/ Entity/ ConfigEntityImportTest.php - Tests updating a block during import.
- 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().
- d6_block.yml in core/
modules/ block/ migration_templates/ d6_block.yml - core/modules/block/migration_templates/d6_block.yml
- d6_filter_format.yml in core/
modules/ filter/ migration_templates/ d6_filter_format.yml - core/modules/filter/migration_templates/d6_filter_format.yml
- d7_block.yml in core/
modules/ block/ migration_templates/ d7_block.yml - core/modules/block/migration_templates/d7_block.yml
- d7_field_formatter_settings.yml in core/
modules/ field/ migration_templates/ d7_field_formatter_settings.yml - core/modules/field/migration_templates/d7_field_formatter_settings.yml
- d7_filter_format.yml in core/
modules/ filter/ migration_templates/ d7_filter_format.yml - core/modules/filter/migration_templates/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.
- DrupalImage::validateImageUploadSettings in core/
modules/ ckeditor/ src/ Plugin/ CKEditorPlugin/ DrupalImage.php - #element_validate handler for the "image_upload" element in settingsForm().
- drupal_rewrite_settings in core/
includes/ install.inc - Replaces values in settings.php with values in the submitted array.
- 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 'filter_format_form'.
- EntityReferenceHandlerSettingUpdateTest::testFieldPostUpdateERHandlerSetting in core/
modules/ field/ src/ Tests/ Update/ EntityReferenceHandlerSettingUpdateTest.php - Tests field_post_update_entity_reference_handler_setting().
- 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::submitForm in core/
modules/ field_ui/ src/ Form/ FieldStorageAddForm.php - Form submission handler.
- FieldUpdateTest::testFieldUpdate8001 in core/
modules/ field/ src/ Tests/ Update/ FieldUpdateTest.php - Tests field_update_8001().
- FilterFormatFormBase::form in core/
modules/ filter/ src/ FilterFormatFormBase.php - Gets the actual form array to be built.
- FrameworkTest::testCurrentPathChange in core/
modules/ system/ src/ Tests/ Ajax/ FrameworkTest.php - Tests that drupalSettings.currentPath is not updated on AJAX requests.
- FrameworkTest::testLazyLoad in core/
modules/ system/ src/ Tests/ Ajax/ FrameworkTest.php - Tests that new JavaScript and CSS files are lazy-loaded on an AJAX request.
- MemcacheBackendUnitTest::createCacheBackend in modules/
memcache/ src/ Tests/ MemcacheBackendUnitTest.php - Creates a new instance of DatabaseBackend.
- QuickEditLoadingTest::testUserWithPermission in core/
modules/ quickedit/ src/ Tests/ QuickEditLoadingTest.php - Tests the loading of Quick Edit when a user does have access to it.
- SettingsCommand::render in core/
lib/ Drupal/ Core/ Ajax/ SettingsCommand.php - Implements Drupal\Core\Ajax\CommandInterface:render().
- TestToolkit::buildConfigurationForm in core/
modules/ system/ tests/ modules/ image_test/ src/ Plugin/ ImageToolkit/ TestToolkit.php - Form constructor.
- UserData::import in core/
modules/ user/ src/ Plugin/ migrate/ destination/ UserData.php - Import the row.
- WebTestBase::drupalProcessAjaxResponse in core/
modules/ simpletest/ src/ WebTestBase.php - Processes an AJAX response into current content.