You are here

static property JsonApiGenerator::$PARAMETERS_FILTER_LIST in OpenAPI for JSON:API 3.x

Same name and namespace in other branches
  1. 8.2 src/Plugin/openapi/OpenApiGenerator/JsonApiGenerator.php \Drupal\openapi_jsonapi\Plugin\openapi\OpenApiGenerator\JsonApiGenerator::PARAMETERS_FILTER_LIST

List of parameters hat should be filtered out on JSON API Routes.

Type: string[]

File

src/Plugin/openapi/OpenApiGenerator/JsonApiGenerator.php, line 56

Class

JsonApiGenerator
Defines an OpenApi Schema Generator for the JsonApi module.

Namespace

Drupal\openapi_jsonapi\Plugin\openapi\OpenApiGenerator

Code

static $PARAMETERS_FILTER_LIST = [
  JsonApiRoutes::RESOURCE_TYPE_KEY,
];