You are here

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

The interface or class that this Normalizer supports.

Type: string

File

src/Normalizer/FilterNormalizer.php, line 48

Class

FilterNormalizer
The normalizer used for JSON API filters.

Namespace

Drupal\jsonapi\Normalizer

Code

protected $supportedInterfaceOrClass = Filter::class;