Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. SynchronizableEntityTrait.php

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.

... See full list

File

core/lib/Drupal/Core/Entity/SynchronizableEntityTrait.php, line 31

Class

SynchronizableEntityTrait
Provides a trait for accessing synchronization information.

Namespace

Drupal\Core\Entity

Code

public function isSyncing() {
    return $this->isSyncing;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal