1 config.inc public ConfigStorageInterface::isInitialized()

Check that the storage managed by this object is present and functional.

Return value

bool: TRUE on success, FALSE in case of an error.

File

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

Class

ConfigStorageInterface
Defines an interface for configuration storage controllers.

Code

public function isInitialized();