You are here

protected property SyncCoreEntityListResource::$entityRepository in CMS Content Sync 2.1.x

Same name and namespace in other branches
  1. 2.0.x src/Plugin/rest/resource/SyncCoreEntityListResource.php \Drupal\cms_content_sync\Plugin\rest\resource\SyncCoreEntityListResource::entityRepository

Type: \Drupal\Core\Entity\EntityRepositoryInterface

File

src/Plugin/rest/resource/SyncCoreEntityListResource.php, line 59

Class

SyncCoreEntityListResource
Provides entity interfaces for Content Sync, allowing Sync Core v2 to list entities.

Namespace

Drupal\cms_content_sync\Plugin\rest\resource

Code

protected $entityRepository;