public function UnsavedConfigurationInterface::isLocked in Search API 8
Determines whether this configuration was saved by a different user.
Return value
bool TRUE if a user not equal to the current one created this temporary configuration state and editing by the current user should therefore be forbidden.
1 method overrides UnsavedConfigurationInterface::isLocked()
- UnsavedIndexConfiguration::isLocked in src/
UnsavedIndexConfiguration.php - Determines whether this configuration was saved by a different user.
File
- src/
UnsavedConfigurationInterface.php, line 36
Class
- UnsavedConfigurationInterface
- Represents a piece of configuration that was not permanently saved yet.
Namespace
Drupal\search_apiCode
public function isLocked();