function SynchronizableEntityTrait::isSyncing
9 calls to SynchronizableEntityTrait::isSyncing()
- ConfigEntityBase::preSave in core/lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBase.php 
- Acts on an entity before the presave hook is invoked.
- ConfigEntityBase::set in core/lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBase.php 
- Sets the value of a property.
- ConfigurableLanguage::postSave in core/modules/ language/ src/ Entity/ ConfigurableLanguage.php 
- Acts on a saved entity before the insert or update hook is invoked.
- FilterFormat::postSave in core/modules/ filter/ src/ Entity/ FilterFormat.php 
- Acts on a saved entity before the insert or update hook is invoked.
- FilterFormat::preSave in core/modules/ filter/ src/ Entity/ FilterFormat.php 
- Acts on an entity before the presave hook is invoked.
File
- 
              core/lib/ Drupal/ Core/ Entity/ SynchronizableEntityTrait.php, line 31 
Class
- SynchronizableEntityTrait
- Provides a trait for accessing synchronization information.
Namespace
Drupal\Core\EntityCode
public function isSyncing() {
  return $this->isSyncing;
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
