protected property SynchronizableEntityTrait::$isSyncing in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Entity/SynchronizableEntityTrait.php \Drupal\Core\Entity\SynchronizableEntityTrait::isSyncing
Whether this entity is being created, updated or deleted through a synchronization process.
Type: bool
File
- core/
lib/ Drupal/ Core/ Entity/ SynchronizableEntityTrait.php, line 18
Class
- SynchronizableEntityTrait
- Provides a trait for accessing synchronization information.
Namespace
Drupal\Core\EntityCode
protected $isSyncing = FALSE;