You are here

protected property SerializerDecorator::$isInitialized in JSON:API Extras 8.3

Whether the lazy dependency has been initialized.

Type: bool

File

src/SerializerDecorator.php, line 29

Class

SerializerDecorator
A decorated JSON:API serializer, with lazily initialized fallback serializer.

Namespace

Drupal\jsonapi_extras

Code

protected $isInitialized = FALSE;