StorableConfigBase::isNew

public StorableConfigBase::isNew()

Returns whether this configuration object is new.

Return value

bool TRUE if this configuration object does not exist in storage.

File

core/lib/Drupal/Core/Config/StorableConfigBase.php, line 107

Class

StorableConfigBase
Provides a base class for configuration objects with storage support.

Namespace

Drupal\Core\Config

Code

public function isNew() {
  return $this->isNew;
}
doc_Drupal
2016-10-29 09:44:32
Comments
Leave a Comment

Please login to continue.