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

Breadcrumb

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

function ConfigInstallerInterface::setSyncing

Sets the status of the isSyncing flag.

Parameters

bool $status: The status of the sync flag.

Return value

$this

2 methods override ConfigInstallerInterface::setSyncing()
ConfigInstaller::setSyncing in core/lib/Drupal/Core/Config/ConfigInstaller.php
Sets the status of the isSyncing flag.
ConfigInstaller::setSyncing in core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php
Sets the status of the isSyncing flag.

File

core/lib/Drupal/Core/Config/ConfigInstallerInterface.php, line 96

Class

ConfigInstallerInterface
Interface for classes that install config.

Namespace

Drupal\Core\Config

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