You are here

public function UnsavedConfigurationInterface::discardChanges in Search API 8

Discards the changes represented by this object.

Throws

\Drupal\Core\TempStore\TempStoreException Thrown when a lock for the temp storage could not be acquired.

1 method overrides UnsavedConfigurationInterface::discardChanges()
UnsavedIndexConfiguration::discardChanges in src/UnsavedIndexConfiguration.php
Discards the changes represented by this object.

File

src/UnsavedConfigurationInterface.php, line 88

Class

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

Namespace

Drupal\search_api

Code

public function discardChanges();