You are here

public function PushChanges::pushChangesEntitiesList in CMS Content Sync 8

Same name and namespace in other branches
  1. 2.1.x src/Controller/PushChanges.php \Drupal\cms_content_sync\Controller\PushChanges::pushChangesEntitiesList()
  2. 2.0.x src/Controller/PushChanges.php \Drupal\cms_content_sync\Controller\PushChanges::pushChangesEntitiesList()

Returns an read_list entities for Sync Core.

@todo Should be removed when read_list will be allowed to omit.

1 string reference to 'PushChanges::pushChangesEntitiesList'
cms_content_sync.routing.yml in ./cms_content_sync.routing.yml
cms_content_sync.routing.yml

File

src/Controller/PushChanges.php, line 60

Class

PushChanges
Push changes controller.

Namespace

Drupal\cms_content_sync\Controller

Code

public function pushChangesEntitiesList() {
  return new Response('[]');
}