function ImageItem::storageSettingsSummary

Same name in other branches
  1. 11.x core/modules/image/src/Plugin/Field/FieldType/ImageItem.php \Drupal\image\Plugin\Field\FieldType\ImageItem::storageSettingsSummary()

Overrides FileItem::storageSettingsSummary

File

core/modules/image/src/Plugin/Field/FieldType/ImageItem.php, line 178

Class

ImageItem
Plugin implementation of the 'image' field type.

Namespace

Drupal\image\Plugin\Field\FieldType

Code

public static function storageSettingsSummary(FieldStorageDefinitionInterface $storage_definition) : array {
    // Bypass the parent setting summary as it produces redundant information.
    return [];
}

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