1.20.x config.inc public ConfigStorageInterface::getModifiedTime($name)

Returns a timestamp indicating the last time a configuration was modified.

Parameters

string $name: The name of a configuration object on which the time will be checked.

Return value

int|FALSE: A timestamp indicating the last time the configuration was modified or FALSE if the named configuration object doesn't exist.

File

includes/config.inc, line 1188
This is the API for configuration storage.

Class

ConfigStorageInterface
Defines an interface for configuration storage controllers.

Code

public function getModifiedTime($name);