You are here

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

The interface or class that this Normalizer supports.

Type: string

File

src/Normalizer/OffsetPageNormalizer.php, line 21

Class

OffsetPageNormalizer
The normalizer used for JSON API pagination.

Namespace

Drupal\jsonapi\Normalizer

Code

protected $supportedInterfaceOrClass = OffsetPage::class;