You are here

public function UnsavedConfigurationInterface::hasChanges in Search API 8

Determines if there are any unsaved changes in this configuration.

Return value

bool TRUE if any changes have been made to this configuration compared to the one in permanent storage; FALSE otherwise.

1 method overrides UnsavedConfigurationInterface::hasChanges()
UnsavedIndexConfiguration::hasChanges in src/UnsavedIndexConfiguration.php
Determines if there are any unsaved changes in this configuration.

File

src/UnsavedConfigurationInterface.php, line 26

Class

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

Namespace

Drupal\search_api

Code

public function hasChanges();