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

Breadcrumb

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

function 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);

API Navigation

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