You are here

private property SwaggerUIFileFormatter::$fileEntityCache in Swagger UI Field Formatter 8.3

Same name and namespace in other branches
  1. 8.2 src/Plugin/Field/FieldFormatter/SwaggerUIFileFormatter.php \Drupal\swagger_ui_formatter\Plugin\Field\FieldFormatter\SwaggerUIFileFormatter::fileEntityCache

Cached file entities by parent entity.

Associative array where a key is an entity id that a field belongs and values are file entities referenced by the field. File entities also keyed by id.

phpcs:disable SlevomatCodingStandard.TypeHints.TypeHintDeclaration.MissingTraversablePropertyTypeHintSpecification

Type: array

File

src/Plugin/Field/FieldFormatter/SwaggerUIFileFormatter.php, line 44

Class

SwaggerUIFileFormatter
Plugin implementation of Swagger UI file field formatter.

Namespace

Drupal\swagger_ui_formatter\Plugin\Field\FieldFormatter

Code

private $fileEntityCache = [];