protected static property JsonldNormalizerBase::$format

The formats that this Normalizer supports.

Type: array

File

drupal/core/modules/jsonld/lib/Drupal/jsonld/JsonldNormalizerBase.php, line 25
Definition of Drupal\jsonld\JsonldNormalizerBase.

Class

JsonldNormalizerBase
Provide a base class for JSON-LD Normalizers.

Namespace

Drupal\jsonld

Code

protected static $format = array(
  'jsonld',
  'drupal_jsonld',
);