DrupalImage::validateImageUploadSettings |
function |
core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImage.php |
#element_validate handler for the "image_upload" element in settingsForm(). |
DrupalKernel::initializeSettings |
function |
core/lib/Drupal/Core/DrupalKernel.php |
Locate site path and initialize settings singleton. |
drupal_rewrite_settings |
function |
core/includes/install.inc |
Replaces values in settings.php with values in the submitted array. |
DummyAjaxFormatter::settingsSummary |
function |
core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldFormatter/DummyAjaxFormatter.php |
Returns a short summary for the current formatter settings. |
Editor::$settings |
property |
core/modules/editor/src/Entity/Editor.php |
The structured array of text editor plugin-specific settings. |
Editor::getImageUploadSettings |
function |
core/modules/editor/src/Entity/Editor.php |
Returns the image upload settings. |
Editor::getSettings |
function |
core/modules/editor/src/Entity/Editor.php |
Returns the text editor plugin-specific settings. |
Editor::setImageUploadSettings |
function |
core/modules/editor/src/Entity/Editor.php |
Sets the image upload settings. |
Editor::setSettings |
function |
core/modules/editor/src/Entity/Editor.php |
Sets the text editor plugin-specific settings. |
EditorBase::getDefaultSettings |
function |
core/modules/editor/src/Plugin/EditorBase.php |
Returns the default settings for this configurable text editor. |
EditorInterface::getImageUploadSettings |
function |
core/modules/editor/src/EditorInterface.php |
Returns the image upload settings. |
EditorInterface::getSettings |
function |
core/modules/editor/src/EditorInterface.php |
Returns the text editor plugin-specific settings. |
EditorInterface::setImageUploadSettings |
function |
core/modules/editor/src/EditorInterface.php |
Sets the image upload settings. |
EditorInterface::setSettings |
function |
core/modules/editor/src/EditorInterface.php |
Sets the text editor plugin-specific settings. |
EditorPluginInterface::getDefaultSettings |
function |
core/modules/editor/src/Plugin/EditorPluginInterface.php |
Returns the default settings for this configurable text editor. |
EditorPluginInterface::getJSSettings |
function |
core/modules/editor/src/Plugin/EditorPluginInterface.php |
Returns JavaScript settings to be attached. |
editor_image_upload_settings_form |
function |
core/modules/editor/editor.admin.inc |
Subform constructor to configure the text editor's image upload settings. |
editor_test_editor_js_settings_alter |
function |
core/modules/editor/tests/modules/editor_test/editor_test.module |
Implements hook_editor_js_settings_alter(). |
EmailDefaultWidget::defaultSettings |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/EmailDefaultWidget.php |
Defines the default settings for this plugin. |
EmailDefaultWidget::settingsForm |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/EmailDefaultWidget.php |
Returns a form to configure settings for the widget. |
EmailDefaultWidget::settingsSummary |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/EmailDefaultWidget.php |
Returns a short summary for the current widget settings. |
EntityAutocompleteTest::testSelectionSettingsHandling |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php |
Tests that missing or invalid selection setting key are handled correctly. |
EntityDisplayFormBase::alterSettingsSummary |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
Alters the widget or formatter settings summary. |
EntityDisplayFormBase::thirdPartySettingsForm |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
Adds the widget or formatter third party settings forms. |
EntityDisplayModeTest::testAlphabeticalDisplaySettings |
function |
core/modules/field_ui/tests/src/Functional/EntityDisplayModeTest.php |
Tests if view modes appear in alphabetical order by visible name. |
EntityDisplayWithLayoutInterface::getLayoutSettings |
function |
core/modules/field_layout/src/Display/EntityDisplayWithLayoutInterface.php |
Gets the layout plugin settings for this display. |
EntityFormDisplayEditForm::alterSettingsSummary |
function |
core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php |
Alters the widget or formatter settings summary. |
EntityFormDisplayEditForm::thirdPartySettingsForm |
function |
core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php |
Adds the widget or formatter third party settings forms. |
EntityReferenceAutocompleteWidget::defaultSettings |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/EntityReferenceAutocompleteWidget.php |
Defines the default settings for this plugin. |
EntityReferenceAutocompleteWidget::settingsForm |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/EntityReferenceAutocompleteWidget.php |
Returns a form to configure settings for the widget. |
EntityReferenceAutocompleteWidget::settingsSummary |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/EntityReferenceAutocompleteWidget.php |
Returns a short summary for the current widget settings. |
EntityReferenceEntityFormatter::defaultSettings |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceEntityFormatter.php |
Defines the default settings for this plugin. |
EntityReferenceEntityFormatter::settingsForm |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceEntityFormatter.php |
Returns a form to configure settings for the formatter. |
EntityReferenceEntityFormatter::settingsSummary |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceEntityFormatter.php |
Returns a short summary for the current formatter settings. |
EntityReferenceItem::defaultFieldSettings |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php |
Defines the field-level settings for this plugin. |
EntityReferenceItem::defaultStorageSettings |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php |
Defines the storage-level settings for this plugin. |
EntityReferenceItem::fieldSettingsAjaxProcess |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php |
Render API callback: Processes the field settings form. |
EntityReferenceItem::fieldSettingsAjaxProcessElement |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php |
Adds the field settings to AJAX form elements. |
EntityReferenceItem::fieldSettingsForm |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php |
Returns a form for the field-level settings. |
EntityReferenceItem::fieldSettingsFormValidate |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php |
Form element validation handler; Invokes selection plugin's validation. |
EntityReferenceItem::settingsAjax |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php |
Ajax callback for the handler settings form. |
EntityReferenceItem::settingsAjaxSubmit |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php |
Submit handler for the non-JS case. |
EntityReferenceItem::storageSettingsForm |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php |
Returns a form for the storage-level settings. |
EntityReferenceItemTest::testSelectionHandlerSettings |
function |
core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceItemTest.php |
Tests that the 'handler' field setting stores the proper plugin ID. |
EntityReferenceLabelFormatter::defaultSettings |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceLabelFormatter.php |
Defines the default settings for this plugin. |
EntityReferenceLabelFormatter::settingsForm |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceLabelFormatter.php |
Returns a form to configure settings for the formatter. |
EntityReferenceLabelFormatter::settingsSummary |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceLabelFormatter.php |
Returns a short summary for the current formatter settings. |
EntityReferenceSettingsTest |
class |
core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceSettingsTest.php |
Tests entity reference field settings. |
EntityReferenceSettingsTest.php |
file |
core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceSettingsTest.php |
|
EntityReferenceSettingsTest::$customBundle |
property |
core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceSettingsTest.php |
An entity bundle that is not stored as a configuration entity. |