You are here

public function SynchronizableInterface::setSyncing in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Entity/SynchronizableInterface.php \Drupal\Core\Entity\SynchronizableInterface::setSyncing()

Sets the status of the synchronization flag.

Parameters

bool $status: The status of the synchronization flag.

Return value

$this

1 method overrides SynchronizableInterface::setSyncing()
ViewUI::setSyncing in core/modules/views_ui/src/ViewUI.php
Sets the status of the synchronization flag.

File

core/lib/Drupal/Core/Entity/SynchronizableInterface.php, line 18

Class

SynchronizableInterface
Defines methods for an entity that supports synchronization.

Namespace

Drupal\Core\Entity

Code

public function setSyncing($status);