Search for _defaults

  1. Search 7.x for _defaults
  2. Search 9.5.x for _defaults
  3. Search 10.3.x for _defaults
  4. Search 11.x for _defaults
  5. Other projects
Title Object type File name Summary
EntityViewBuilder::getBuildDefaults function core/lib/Drupal/Core/Entity/EntityViewBuilder.php Provides entity-specific defaults to the build process.
ExtensionList::$defaults property core/lib/Drupal/Core/Extension/ExtensionList.php Default values to be merged into *.info.yml file arrays.
FieldFormatterSettingsDefaults class core/modules/field/src/Plugin/migrate/process/d6/FieldFormatterSettingsDefaults.php Set the default field settings.
FieldFormatterSettingsDefaults.php file core/modules/field/src/Plugin/migrate/process/d6/FieldFormatterSettingsDefaults.php
FieldFormatterSettingsDefaults::numberSettings function core/modules/field/src/Plugin/migrate/process/d6/FieldFormatterSettingsDefaults.php
FieldFormatterSettingsDefaults::transform function core/modules/field/src/Plugin/migrate/process/d6/FieldFormatterSettingsDefaults.php Set field formatter settings when the map didn't map: for date
formatters, the fallback format, for everything else, empty array.
FieldInstanceDefaults class core/modules/field/src/Plugin/migrate/process/d6/FieldInstanceDefaults.php Plugin annotation

@MigrateProcessPlugin(
id = "d6_field_instance_defaults"
)
FieldInstanceDefaults class core/modules/field/src/Plugin/migrate/process/d7/FieldInstanceDefaults.php Plugin annotation

@MigrateProcessPlugin(
id = "d7_field_instance_defaults"
)
FieldInstanceDefaults.php file core/modules/field/src/Plugin/migrate/process/d6/FieldInstanceDefaults.php
FieldInstanceDefaults.php file core/modules/field/src/Plugin/migrate/process/d7/FieldInstanceDefaults.php
FieldInstanceDefaults::transform function core/modules/field/src/Plugin/migrate/process/d6/FieldInstanceDefaults.php Set the field instance defaults.
FieldInstanceDefaults::transform function core/modules/field/src/Plugin/migrate/process/d7/FieldInstanceDefaults.php Performs the associated process.
FieldItemBase::defaultStorageSettings function core/lib/Drupal/Core/Field/FieldItemBase.php Defines the storage-level settings for this plugin.
FieldItemInterface::defaultStorageSettings function core/lib/Drupal/Core/Field/FieldItemInterface.php Defines the storage-level settings for this plugin.
FieldTypeDefaults class core/modules/field/src/Plugin/migrate/process/FieldTypeDefaults.php BC Layer.
FieldTypeDefaults class core/modules/field/src/Plugin/migrate/process/d6/FieldTypeDefaults.php Gives us a chance to set per field defaults.
FieldTypeDefaults class core/modules/field/src/Plugin/migrate/process/d7/FieldTypeDefaults.php Gives us a chance to set per field defaults.
FieldTypeDefaults.php file core/modules/field/src/Plugin/migrate/process/FieldTypeDefaults.php
FieldTypeDefaults.php file core/modules/field/src/Plugin/migrate/process/d6/FieldTypeDefaults.php
FieldTypeDefaults.php file core/modules/field/src/Plugin/migrate/process/d7/FieldTypeDefaults.php
FieldTypeDefaults::transform function core/modules/field/src/Plugin/migrate/process/d6/FieldTypeDefaults.php Performs the associated process.
FieldTypeDefaults::transform function core/modules/field/src/Plugin/migrate/process/d7/FieldTypeDefaults.php Performs the associated process.
FieldTypeDefaultsTest class core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldTypeDefaultsTest.php Tests D7 field formatter defaults.
FieldTypeDefaultsTest class core/modules/field/tests/src/Unit/Plugin/migrate/process/FieldTypeDefaultsTest.php Tests the deprecation of the field_type_defaults process plugin.
FieldTypeDefaultsTest class core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldTypeDefaultsTest.php Tests D6 fields defaults.
FieldTypeDefaultsTest.php file core/modules/field/tests/src/Unit/Plugin/migrate/process/FieldTypeDefaultsTest.php
FieldTypeDefaultsTest.php file core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldTypeDefaultsTest.php
FieldTypeDefaultsTest.php file core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldTypeDefaultsTest.php
FieldTypeDefaultsTest::setUp function core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldTypeDefaultsTest.php
FieldTypeDefaultsTest::setUp function core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldTypeDefaultsTest.php
FieldTypeDefaultsTest::testDefaults function core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldTypeDefaultsTest.php Tests various default cases.
FieldTypeDefaultsTest::testDefaults function core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldTypeDefaultsTest.php Tests various default cases.
FieldTypeDefaultsTest::testDefaultsException function core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldTypeDefaultsTest.php Tests an exception is thrown when the input is not a date field.
FieldTypeDefaultsTest::testDeprecatedError function core/modules/field/tests/src/Unit/Plugin/migrate/process/FieldTypeDefaultsTest.php Tests that the field_type_defaults plugin triggers a deprecation error.
FieldTypePluginManager::getDefaultStorageSettings function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Returns the default storage-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.
FieldTypePluginManagerTest::testDefaultSettings function core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php Tests the default settings convenience methods.
FileExtensionFormatter::defaultSettings function core/modules/file/src/Plugin/Field/FieldFormatter/FileExtensionFormatter.php Defines the default settings for this plugin.
FileItem::defaultStorageSettings function core/modules/file/src/Plugin/Field/FieldType/FileItem.php Defines the storage-level settings for this plugin.
FileMediaFormatterBase::defaultSettings function core/modules/file/src/Plugin/Field/FieldFormatter/FileMediaFormatterBase.php Defines the default settings for this plugin.
FilemimeFormatter::defaultSettings function core/modules/file/src/Plugin/Field/FieldFormatter/FilemimeFormatter.php Defines the default settings for this plugin.
FileSystemDeprecationTest::testDeprecatedDefaultScheme function core/tests/Drupal/KernelTests/Core/File/FileSystemDeprecationTest.php @expectedDeprecation file_default_scheme() is deprecated in drupal:8.8.0. It will be removed from drupal:9.0.0. Use \Drupal::config('system.file')->get('default_scheme') instead. See https://www.drupal.org/node/3049030
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.
FileVideoFormatter::defaultSettings function core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php Defines the default settings for this plugin.
FileWidget::defaultSettings function core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php Defines the default settings for this plugin.
FormatterPluginManager::getDefaultSettings function core/lib/Drupal/Core/Field/FormatterPluginManager.php Returns the default settings of a field formatter.
HelpTopicPluginManager::$defaults property core/modules/help_topics/src/HelpTopicPluginManager.php Provides default values for all help topic plugins.
hook_entity_build_defaults_alter function core/lib/Drupal/Core/Entity/entity.api.php Alter entity renderable values before cache checking in drupal_render().
hook_ENTITY_TYPE_build_defaults_alter function core/lib/Drupal/Core/Entity/entity.api.php Alter entity renderable values before cache checking in drupal_render().

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