Search for defaults

  1. Search 7.x for defaults
  2. Search 9.5.x for defaults
  3. Search 8.9.x for defaults
  4. Search 10.3.x for defaults
  5. Search main for defaults
  6. Other projects
Title Object type File name Summary
ArgumentPluginBase::defaultSummary function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Default action: summary.
ArgumentPluginBase::defaultSummaryForm function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Provides a form for selecting summary options.
BaseFieldFileFormatterBase::defaultSettings function core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php Defines the default settings for this plugin.
BlockContentViewBuilder::getBuildDefaults function core/modules/block_content/src/BlockContentViewBuilder.php Provides entity-specific defaults to the build process.
BlockPluginTrait::baseConfigurationDefaults function core/lib/Drupal/Core/Block/BlockPluginTrait.php Returns generic default configuration for block plugins.
BooleanCheckboxWidget::defaultSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/BooleanCheckboxWidget.php Defines the default settings for this plugin.
BooleanFormatter::defaultSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BooleanFormatter.php Defines the default settings for this plugin.
BreakpointManager::$defaults property core/modules/breakpoint/src/BreakpointManager.php A set of defaults to be referenced by $this->processDefinition().
CacheFactoryTest::testCacheFactoryWithDefaultSettings function core/tests/Drupal/Tests/Core/Cache/CacheFactoryTest.php Tests that the cache factory falls back to the built-in default service.
CKEditor5::$smartDefaultSettings property core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Smart default settings utility.
CKEditor5::getDefaultSettings function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Returns the default settings for this configurable text editor.
Comment::getDefaultStatus function core/modules/comment/src/Entity/Comment.php Default value callback for 'status' base field definition.
CommentDefaultFormatter::defaultSettings function core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php Defines the default settings for this plugin.
CommentItem::defaultStorageSettings function core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php Defines the storage-level settings for this plugin.
CommentViewBuilder::getBuildDefaults function core/modules/comment/src/CommentViewBuilder.php Provides entity-specific defaults to the build process.
ComponentPluginManager::$defaults property core/lib/Drupal/Core/Theme/ComponentPluginManager.php A set of defaults to be referenced by $this->processDefinition().
ConfigMapperManager::$defaults property core/modules/config_translation/src/ConfigMapperManager.php A set of defaults to be referenced by $this->processDefinition().
ConfigurablePluginTest::testDefaults function core/modules/ckeditor5/tests/src/Kernel/ConfigurablePluginTest.php Tests default settings for configurable CKEditor 5 plugins.
ContentModerationStateTest::doTestRevisionDefaultState function core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php Tests the revision default state of the moderation state entity revisions.
ContentModerationStateTest::testRevisionDefaultState function core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php Tests the revision default state of the moderation state entity revisions.
ContextualLinkManager::$defaults property core/lib/Drupal/Core/Menu/ContextualLinkManager.php Provides default values for a contextual link definition.
DateRangeCustomFormatter::defaultSettings function core/modules/datetime_range/src/Plugin/Field/FieldFormatter/DateRangeCustomFormatter.php Defines the default settings for this plugin.
DateRangeDatelistWidget::defaultSettings function core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeDatelistWidget.php Defines the default settings for this plugin.
DateRangeDefaultFormatter::defaultSettings function core/modules/datetime_range/src/Plugin/Field/FieldFormatter/DateRangeDefaultFormatter.php Defines the default settings for this plugin.
DateRangeFieldTest::$defaultSettings property core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php The default display settings to use for the formatters.
DateRangePlainFormatter::defaultSettings function core/modules/datetime_range/src/Plugin/Field/FieldFormatter/DateRangePlainFormatter.php Defines the default settings for this plugin.
DateTimeCustomFormatter::defaultSettings function core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeCustomFormatter.php Defines the default settings for this plugin.
DateTimeDatelistWidget::defaultSettings function core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDatelistWidget.php Defines the default settings for this plugin.
DateTimeDefaultFormatter::defaultSettings function core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeDefaultFormatter.php Defines the default settings for this plugin.
DateTimeFieldTest::$defaultSettings property core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php The default display settings to use for the formatters.
DateTimeFormatterBase::defaultSettings function core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeFormatterBase.php Defines the default settings for this plugin.
DateTimeItem::defaultStorageSettings function core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItem.php Defines the storage-level settings for this plugin.
DateTimeRangeTrait::dateTimeRangeDefaultSettings function core/modules/datetime_range/src/DateTimeRangeTrait.php Get the default settings for a date and time range display.
DateTimeWidgetTest::$defaultSettings property core/modules/datetime/tests/src/Functional/DateTimeWidgetTest.php The default display settings to use for the formatters.
DecimalFormatter::defaultSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/DecimalFormatter.php Defines the default settings for this plugin.
DecimalItem::defaultStorageSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/DecimalItem.php Defines the storage-level settings for this plugin.
DefaultFileFormatter::defaultSettings function core/modules/file/src/Plugin/Field/FieldFormatter/DefaultFileFormatter.php Defines the default settings for this plugin.
DefaultModerationStateTest::testDeleteDefaultStateAccess function core/modules/content_moderation/tests/src/Functional/DefaultModerationStateTest.php Tests access to deleting the default state.
DefaultModerationStateTest::testPublishedDefaultState function core/modules/content_moderation/tests/src/Functional/DefaultModerationStateTest.php Tests a workflow with a default moderation state set.
DefaultPluginManager::$defaults property core/lib/Drupal/Core/Plugin/DefaultPluginManager.php A set of defaults to be referenced by $this->processDefinition().
DefaultSelection class core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php Default plugin implementation of the Entity Reference Selection plugin.
DefaultSelection.php file core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php
DefaultSelection::$currentUser property core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php The current user.
DefaultSelection::$entityFieldManager property core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php The entity field manager service.
DefaultSelection::$entityRepository property core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php The entity repository.
DefaultSelection::$entityTypeBundleInfo property core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php Entity type bundle info service.
DefaultSelection::$entityTypeManager property core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php The entity type manager service.
DefaultSelection::$moduleHandler property core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php The module handler service.
DefaultSelection::buildConfigurationForm function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php Form constructor.
DefaultSelection::buildEntityQuery function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php Builds an EntityQuery to get referenceable entities.

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