public function PushChanges::pushChangesEntitiesList in CMS Content Sync 8
Same name and namespace in other branches
- 2.1.x src/Controller/PushChanges.php \Drupal\cms_content_sync\Controller\PushChanges::pushChangesEntitiesList()
- 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'
File
- src/
Controller/ PushChanges.php, line 60
Class
- PushChanges
- Push changes controller.
Namespace
Drupal\cms_content_sync\ControllerCode
public function pushChangesEntitiesList() {
return new Response('[]');
}