1 config.inc | public ConfigStorageInterface::initializeStorage() |
Perform any steps needed to create and initialize the storage. This may include creating directories or database tables, and initializing data structures.
This function does not re-initialize already initialized storage.
Return value
bool: TRUE on success, FALSE in case of an error.
Throws
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 initializeStorage();