You are here

public function SubscriberInterface::isSyncing in Simplenews 8

Returns whether currently syncing field values to corresponding User.

Return value

bool TRUE if invoked during syncing, otherwise FALSE.

Overrides SynchronizableInterface::isSyncing

File

src/SubscriberInterface.php, line 195

Class

SubscriberInterface
Provides an interface defining a contant message entity

Namespace

Drupal\simplenews

Code

public function isSyncing();