trait SynchronizableEntityTrait (View source)

Provides a trait for accessing synchronization information.

Properties

protected bool $isSyncing

Whether this entity is being created, updated or deleted through a synchronization process.

Methods

setSyncing($syncing)

{@inheritdoc}

isSyncing()

{@inheritdoc}

Details

setSyncing($syncing)

{@inheritdoc}

Parameters

$syncing

isSyncing()

{@inheritdoc}