You are here

protected property SortNormalizer::$supportedInterfaceOrClass in JSON:API 8

The interface or class that this Normalizer supports.

Type: string

File

src/Normalizer/SortNormalizer.php, line 22

Class

SortNormalizer
The normalizer used for JSON API sorts.

Namespace

Drupal\jsonapi\Normalizer

Code

protected $supportedInterfaceOrClass = Sort::class;