You are here

public constant EntityResource::TYPE_HAS_NOT_BEEN_FOUND in CMS Content Sync 2.0.x

Same name and namespace in other branches
  1. 8 src/Plugin/rest/resource/EntityResource.php \Drupal\cms_content_sync\Plugin\rest\resource\EntityResource::TYPE_HAS_NOT_BEEN_FOUND
  2. 2.1.x src/Plugin/rest/resource/EntityResource.php \Drupal\cms_content_sync\Plugin\rest\resource\EntityResource::TYPE_HAS_NOT_BEEN_FOUND

The entity type doesn't exist or can't be accessed

File

src/Plugin/rest/resource/EntityResource.php, line 52

Class

EntityResource
Provides entity interfaces for Content Sync, allowing Sync Core to request and manipulate entities.

Namespace

Drupal\cms_content_sync\Plugin\rest\resource

Code

public const TYPE_HAS_NOT_BEEN_FOUND = 'The entity type has not been found.';