You are here

public function ChangesInterface::getLongpoll in Replication 8.2

Same name and namespace in other branches
  1. 8 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 83

Class

ChangesInterface
Define and build a changeset for a Workspace.

Namespace

Drupal\replication\Changes

Code

public function getLongpoll();