1.20.x config_file_storage.inc public ConfigFileStorage::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.

Overrides ConfigStorageInterface::isImmutable

File

drivers/config_file/config_file_storage.inc, line 66

Class

ConfigFileStorage
Defines the file storage controller.

Code

public function isImmutable() {
  return $this->immutable;
}