ResourceType::TYPE_NAME_URI_PATH_SEPARATOR

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
  2. 11.x 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 = '--';

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.