1.20.x config.inc public ConfigStorageInterface::isImmutable()

Returns whether data in this object can be changed.

Return value

bool: TRUE if the object cannot be changed, FALSE if it can be changed.

File

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

Class

ConfigStorageInterface
Defines an interface for configuration storage controllers.

Code

public function isImmutable();