public function ChangesInterface::getLongpoll in Replication 8
Same name and namespace in other branches
- 8.2 src/Changes/ChangesInterface.php \Drupal\replication\Changes\ChangesInterface::getLongpoll()
Return the changes with a 'longpoll'.
We can implement this method later.
See also
https://www.drupal.org/node/2282295
1 method overrides ChangesInterface::getLongpoll()
- Changes::getLongpoll in src/
Changes/ Changes.php - Return the changes with a 'longpoll'.
File
- src/
Changes/ ChangesInterface.php, line 101
Class
- ChangesInterface
- Define and build a changeset for a Workspace.
Namespace
Drupal\replication\ChangesCode
public function getLongpoll();