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\EntityCode
public function isSyncing() {
return static::$syncing;
}