You are here

public function UnsavedConfigurationInterface::getLockOwner in Search API 8

Retrieves the owner of the lock on this configuration, if any.

Return value

\Drupal\user\UserInterface|null The lock's owner; or NULL if this object represents the still unchanged configuration that is currently stored.

1 method overrides UnsavedConfigurationInterface::getLockOwner()
UnsavedIndexConfiguration::getLockOwner in src/UnsavedIndexConfiguration.php
Retrieves the owner of the lock on this configuration, if any.

File

src/UnsavedConfigurationInterface.php, line 45

Class

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

Namespace

Drupal\search_api

Code

public function getLockOwner();