You are here

constant ResourceType::TYPE_NAME_URI_PATH_SEPARATOR in Drupal 9

Same name and namespace in other branches
  1. 10 core/modules/jsonapi/src/ResourceType/ResourceType.php \Drupal\jsonapi\ResourceType\ResourceType::TYPE_NAME_URI_PATH_SEPARATOR

A string which is used as path separator in resource type names.

See also

\Drupal\jsonapi\ResourceType\ResourceType::getPath()

File

core/modules/jsonapi/src/ResourceType/ResourceType.php, line 26

Class

ResourceType
Value object containing all metadata for a JSON:API resource type.

Namespace

Drupal\jsonapi\ResourceType

Code

const TYPE_NAME_URI_PATH_SEPARATOR = '--';