Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. RestResourceConfig.php

RestResourceConfig::$granularity

The REST resource configuration granularity.

Currently either:

  • \Drupal\rest\RestResourceConfigInterface::METHOD_GRANULARITY
  • \Drupal\rest\RestResourceConfigInterface::RESOURCE_GRANULARITY

Type: string

File

core/modules/rest/src/Entity/RestResourceConfig.php, line 62

Class

RestResourceConfig
Defines a RestResourceConfig configuration entity class.

Namespace

Drupal\rest\Entity

Code

protected $granularity;
RSS feed
Powered by Drupal