You are here

protected property ReadOnlyModeMethodFilter::$readOnlyModeIsEnabled in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/jsonapi/src/Routing/ReadOnlyModeMethodFilter.php \Drupal\jsonapi\Routing\ReadOnlyModeMethodFilter::readOnlyModeIsEnabled

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

Type: bool

File

core/modules/jsonapi/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;