You are here

protected property SchemataSchemaNormalizer::$supportedInterfaceOrClass in Schemata 8

Same name in this branch
  1. 8 schemata_json_schema/src/Normalizer/jsonapi/SchemataSchemaNormalizer.php \Drupal\schemata_json_schema\Normalizer\jsonapi\SchemataSchemaNormalizer::supportedInterfaceOrClass
  2. 8 schemata_json_schema/src/Normalizer/json/SchemataSchemaNormalizer.php \Drupal\schemata_json_schema\Normalizer\json\SchemataSchemaNormalizer::supportedInterfaceOrClass

The interface or class that this Normalizer supports.

Type: string

Overrides NormalizerBase::$supportedInterfaceOrClass

File

schemata_json_schema/src/Normalizer/json/SchemataSchemaNormalizer.php, line 19

Class

SchemataSchemaNormalizer
Primary normalizer for SchemaInterface objects.

Namespace

Drupal\schemata_json_schema\Normalizer\json

Code

protected $supportedInterfaceOrClass = 'Drupal\\schemata\\Schema\\SchemaInterface';