You are here

interface JSONViewsInterface in JSON Field 8

Class JSONViews.

@package Drupal\json_field

Hierarchy

Expanded class hierarchy of JSONViewsInterface

All classes that implement JSONViewsInterface

File

src/JSONViewsInterface.php, line 12

Namespace

Drupal\json_field
View source
interface JSONViewsInterface {

  /**
   * Gets the views data for a field instance.
   *
   * @param \Drupal\field\FieldStorageConfigInterface $field_storage
   *
   * @return array
   *   The JSON field views data.
   */
  public function getViewsFieldData(FieldStorageConfigInterface $field_storage);

}

Members

Namesort descending Modifiers Type Description Overrides
JSONViewsInterface::getViewsFieldData public function Gets the views data for a field instance. 1