You are here

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

The decorated method filter.

Type: \Drupal\Core\Routing\FilterInterface

File

src/Routing/ReadOnlyModeMethodFilter.php, line 22

Class

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

Namespace

Drupal\jsonapi\Routing

Code

protected $inner;