You are here

protected property ReadOnlyModeMethodFilter::$readOnlyModeIsEnabled in JSON:API 8.2

Whether JSON:API's read-only mode is enabled.

Type: bool

File

src/Routing/ReadOnlyModeMethodFilter.php, line 29

Class

ReadOnlyModeMethodFilter
Filters routes based on the HTTP method and JSON:API's read-only mode.

Namespace

Drupal\jsonapi\Routing

Code

protected $readOnlyModeIsEnabled;