You are here

public function Subscriber::isSyncing in Simplenews 8

Returns whether currently syncing field values to corresponding User.

Return value

bool TRUE if invoked during syncing, otherwise FALSE.

Overrides SynchronizableEntityTrait::isSyncing

File

src/Entity/Subscriber.php, line 175

Class

Subscriber
Defines the simplenews subscriber entity.

Namespace

Drupal\simplenews\Entity

Code

public function isSyncing() {
  return static::$syncing;
}