You are here

public function JSONViewsInterface::getViewsFieldData in JSON Field 8

Gets the views data for a field instance.

Parameters

\Drupal\field\FieldStorageConfigInterface $field_storage:

Return value

array The JSON field views data.

1 method overrides JSONViewsInterface::getViewsFieldData()
JSONViews::getViewsFieldData in src/JSONViews.php
Gets the views data for a field instance.

File

src/JSONViewsInterface.php, line 22

Class

JSONViewsInterface
Class JSONViews.

Namespace

Drupal\json_field

Code

public function getViewsFieldData(FieldStorageConfigInterface $field_storage);