You are here

public function UnsavedConfigurationInterface::setLockInformation in Search API 8

Sets the lock information for this configuration.

Parameters

object|null $lock: The lock information, as an object with properties "owner" and "updated"; or NULL if this object represents the still unchanged configuration that is currently stored.

Return value

$this

1 method overrides UnsavedConfigurationInterface::setLockInformation()
UnsavedIndexConfiguration::setLockInformation in src/UnsavedIndexConfiguration.php
Sets the lock information for this configuration.

File

src/UnsavedConfigurationInterface.php, line 66

Class

UnsavedConfigurationInterface
Represents a piece of configuration that was not permanently saved yet.

Namespace

Drupal\search_api

Code

public function setLockInformation($lock = NULL);