| FieldStorageConfig::$settings |
property |
core/modules/field/src/Entity/FieldStorageConfig.php |
Field-type specific settings. |
| FieldStorageConfig::getSettings |
function |
core/modules/field/src/Entity/FieldStorageConfig.php |
Returns the storage settings. |
| FieldStorageConfig::setSettings |
function |
core/modules/field/src/Entity/FieldStorageConfig.php |
Sets field storage settings. |
| FieldStorageConfigInterface::setSettings |
function |
core/modules/field/src/FieldStorageConfigInterface.php |
Sets field storage settings. |
| FieldStorageDefinitionInterface::getSettings |
function |
core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php |
Returns the storage settings. |
| FieldThirdPartyTestHooks::fieldFormatterSettingsSummaryAlter |
function |
core/modules/field/tests/modules/field_third_party_test/src/Hook/FieldThirdPartyTestHooks.php |
Implements hook_field_formatter_settings_summary_alter(). |
| FieldThirdPartyTestHooks::fieldFormatterThirdPartySettingsForm |
function |
core/modules/field/tests/modules/field_third_party_test/src/Hook/FieldThirdPartyTestHooks.php |
Implements hook_field_formatter_third_party_settings_form(). |
| FieldThirdPartyTestHooks::fieldFormatterThirdPartySettingsFormAdditionalImplementation |
function |
core/modules/field/tests/modules/field_third_party_test/src/Hook/FieldThirdPartyTestHooks.php |
Implements hook_field_formatter_third_party_settings_form(). |
| FieldThirdPartyTestHooks::fieldWidgetSettingsSummaryAlter |
function |
core/modules/field/tests/modules/field_third_party_test/src/Hook/FieldThirdPartyTestHooks.php |
Implements hook_field_widget_settings_summary_alter(). |
| FieldThirdPartyTestHooks::fieldWidgetThirdPartySettingsForm |
function |
core/modules/field/tests/modules/field_third_party_test/src/Hook/FieldThirdPartyTestHooks.php |
Implements hook_field_widget_third_party_settings_form(). |
| FieldThirdPartyTestHooks::fieldWidgetThirdPartySettingsFormAdditionalImplementation |
function |
core/modules/field/tests/modules/field_third_party_test/src/Hook/FieldThirdPartyTestHooks.php |
Implements hook_field_widget_third_party_settings_form(). |
| FieldTranslationSynchronizer::getFieldSynchronizationSettings |
function |
core/modules/content_translation/src/FieldTranslationSynchronizer.php |
Returns the synchronization settings for the specified field. |
| FieldTypePluginManager::getDefaultFieldSettings |
function |
core/lib/Drupal/Core/Field/FieldTypePluginManager.php |
Returns the default field-level settings for a field type. |
| FieldTypePluginManager::getDefaultStorageSettings |
function |
core/lib/Drupal/Core/Field/FieldTypePluginManager.php |
Returns the default storage-level settings for a field type. |
| FieldTypePluginManager::getFieldSettingsSummary |
function |
core/lib/Drupal/Core/Field/FieldTypePluginManager.php |
Returns the summary of field-level settings for a field type. |
| FieldTypePluginManager::getStorageSettingsSummary |
function |
core/lib/Drupal/Core/Field/FieldTypePluginManager.php |
Returns the summary of storage-level settings for a field type. |
| FieldTypePluginManagerInterface::getDefaultFieldSettings |
function |
core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php |
Returns the default field-level settings for a field type. |
| FieldTypePluginManagerInterface::getDefaultStorageSettings |
function |
core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php |
Returns the default storage-level settings for a field type. |
| FieldTypePluginManagerInterface::getFieldSettingsSummary |
function |
core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php |
Returns the summary of field-level settings for a field type. |
| FieldTypePluginManagerInterface::getStorageSettingsSummary |
function |
core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php |
Returns the summary of storage-level settings for a field type. |
| FieldTypePluginManagerTest::testDefaultSettings |
function |
core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php |
Tests the default settings convenience methods. |
| FieldUiTestHooks::fieldFormatterThirdPartySettingsForm |
function |
core/modules/field_ui/tests/modules/field_ui_test/src/Hook/FieldUiTestHooks.php |
Implements hook_field_formatter_third_party_settings_form(). |
| field_ui.settings.yml |
file |
core/modules/field_ui/config/install/field_ui.settings.yml |
core/modules/field_ui/config/install/field_ui.settings.yml |
| file.settings.yml |
file |
core/tests/fixtures/config_install/testing_config_install/file.settings.yml |
core/tests/fixtures/config_install/testing_config_install/file.settings.yml |
| file.settings.yml |
file |
core/tests/fixtures/config_install/multilingual/file.settings.yml |
core/tests/fixtures/config_install/multilingual/file.settings.yml |
| file.settings.yml |
file |
core/modules/file/config/install/file.settings.yml |
core/modules/file/config/install/file.settings.yml |
| FileExtensionFormatter::defaultSettings |
function |
core/modules/file/src/Plugin/Field/FieldFormatter/FileExtensionFormatter.php |
Defines the default settings for this plugin. |
| FileExtensionFormatter::settingsForm |
function |
core/modules/file/src/Plugin/Field/FieldFormatter/FileExtensionFormatter.php |
Returns a form to configure settings for the formatter. |
| FileFieldWidgetClaroThemeTest::testWidgetDefaultVisibilitySettings |
function |
core/modules/file/tests/src/FunctionalJavascript/FileFieldWidgetClaroThemeTest.php |
Tests that the field widget visibility settings are respected on the form. |
| FileFormHooks::formSystemFileSystemSettingsAlter |
function |
core/modules/file/src/Hook/FileFormHooks.php |
Implements hook_form_FORM_ID_alter(). |
| FileFormHooks::settingsSubmit |
function |
core/modules/file/src/Hook/FileFormHooks.php |
Form submission handler for file system settings form. |
| FileItem::defaultFieldSettings |
function |
core/modules/file/src/Plugin/Field/FieldType/FileItem.php |
Defines the field-level settings for this plugin. |
| FileItem::defaultStorageSettings |
function |
core/modules/file/src/Plugin/Field/FieldType/FileItem.php |
Defines the storage-level settings for this plugin. |
| FileItem::fieldSettingsForm |
function |
core/modules/file/src/Plugin/Field/FieldType/FileItem.php |
Returns a form for the field-level settings. |
| FileItem::storageSettingsForm |
function |
core/modules/file/src/Plugin/Field/FieldType/FileItem.php |
Returns a form for the storage-level settings. |
| FileItem::storageSettingsSummary |
function |
core/modules/file/src/Plugin/Field/FieldType/FileItem.php |
Returns a short summary of the field's storage-level settings. |
| FileMediaFormatterBase::defaultSettings |
function |
core/modules/file/src/Plugin/Field/FieldFormatter/FileMediaFormatterBase.php |
Defines the default settings for this plugin. |
| FileMediaFormatterBase::settingsForm |
function |
core/modules/file/src/Plugin/Field/FieldFormatter/FileMediaFormatterBase.php |
Returns a form to configure settings for the formatter. |
| FileMediaFormatterBase::settingsSummary |
function |
core/modules/file/src/Plugin/Field/FieldFormatter/FileMediaFormatterBase.php |
Returns a short summary for the current formatter settings. |
| FilemimeFormatter::defaultSettings |
function |
core/modules/file/src/Plugin/Field/FieldFormatter/FilemimeFormatter.php |
Defines the default settings for this plugin. |
| FilemimeFormatter::settingsForm |
function |
core/modules/file/src/Plugin/Field/FieldFormatter/FilemimeFormatter.php |
Returns a form to configure settings for the formatter. |
| FileStorageReadOnlyTest::$standardSettings |
property |
core/tests/Drupal/Tests/Component/PhpStorage/FileStorageReadOnlyTest.php |
Standard test settings to pass to storage instances. |
| FileStorageTest::$standardSettings |
property |
core/tests/Drupal/Tests/Component/PhpStorage/FileStorageTest.php |
Standard test settings to pass to storage instances. |
| FileSystem::$settings |
property |
core/lib/Drupal/Core/File/FileSystem.php |
The site settings. |
| FileSystemRequirementsTest::testSettingsExist |
function |
core/tests/Drupal/KernelTests/Core/File/FileSystemRequirementsTest.php |
Tests if settings are set, there are not warnings. |
| FileSystemTempDirectoryTest::testGetTempDirectorySettings |
function |
core/tests/Drupal/KernelTests/Core/File/FileSystemTempDirectoryTest.php |
Tests 'file_temp_path' setting. |
| FileTransfer::getSettingsForm |
function |
core/lib/Drupal/Core/FileTransfer/FileTransfer.php |
Returns a form to collect connection settings credentials. |
| FileTransferAuthorizeForm::addConnectionSettings |
function |
core/lib/Drupal/Core/FileTransfer/Form/FileTransferAuthorizeForm.php |
Generates the Form API array for a given connection backend's settings. |
| FileTransferAuthorizeForm::setConnectionSettingsDefaults |
function |
core/lib/Drupal/Core/FileTransfer/Form/FileTransferAuthorizeForm.php |
Sets the default settings on a file transfer connection form recursively. |
| FileUriFormatter::defaultSettings |
function |
core/modules/file/src/Plugin/Field/FieldFormatter/FileUriFormatter.php |
Defines the default settings for this plugin. |