function FieldItemBase::defaultFieldSettings
Overrides FieldItemInterface::defaultFieldSettings
10 calls to FieldItemBase::defaultFieldSettings()
- BooleanItem::defaultFieldSettings in core/
lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldType/ BooleanItem.php - Defines the field-level settings for this plugin.
- BooleanItem::defaultFieldSettings in core/
lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldType/ BooleanItem.php - Defines the field-level settings for this plugin.
- CommentItem::defaultFieldSettings in core/
modules/ comment/ src/ Plugin/ Field/ FieldType/ CommentItem.php - Defines the field-level settings for this plugin.
- CommentItem::defaultFieldSettings in core/
modules/ comment/ src/ Plugin/ Field/ FieldType/ CommentItem.php - Defines the field-level settings for this plugin.
- LinkItem::defaultFieldSettings in core/
modules/ link/ src/ Plugin/ Field/ FieldType/ LinkItem.php - Defines the field-level settings for this plugin.
5 methods override FieldItemBase::defaultFieldSettings()
- BooleanItem::defaultFieldSettings in core/
lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldType/ BooleanItem.php - Defines the field-level settings for this plugin.
- CommentItem::defaultFieldSettings in core/
modules/ comment/ src/ Plugin/ Field/ FieldType/ CommentItem.php - Defines the field-level settings for this plugin.
- LinkItem::defaultFieldSettings in core/
modules/ link/ src/ Plugin/ Field/ FieldType/ LinkItem.php - Defines the field-level settings for this plugin.
- NumericItemBase::defaultFieldSettings in core/
lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldType/ NumericItemBase.php - Defines the field-level settings for this plugin.
- TextItemBase::defaultFieldSettings in core/
modules/ text/ src/ Plugin/ Field/ FieldType/ TextItemBase.php - Defines the field-level settings for this plugin.
File
-
core/
lib/ Drupal/ Core/ Field/ FieldItemBase.php, line 32
Class
- FieldItemBase
- An entity field item.
Namespace
Drupal\Core\FieldCode
public static function defaultFieldSettings() {
return [];
}