You are here

public function UnsavedConfigurationInterface::getLastUpdated in Search API 8

Retrieves the last updated date of this configuration, if any.

Return value

int|null The time of the last change to this configuration; or NULL if this object represents the still unchanged configuration that is currently stored.

1 method overrides UnsavedConfigurationInterface::getLastUpdated()
UnsavedIndexConfiguration::getLastUpdated in src/UnsavedIndexConfiguration.php
Retrieves the last updated date of this configuration, if any.

File

src/UnsavedConfigurationInterface.php, line 54

Class

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

Namespace

Drupal\search_api

Code

public function getLastUpdated();