public function Config::isNew

Returns whether this configuration object is new.

Return value

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

File

drupal/core/lib/Drupal/Core/Config/Config.php, line 122
Definition of Drupal\Core\Config\Config.

Class

Config
Defines the default configuration object.

Namespace

Drupal\Core\Config

Code

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