public function StorableConfigBase::isNew in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Config/StorableConfigBase.php \Drupal\Core\Config\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 112  - Contains \Drupal\Core\Config\StorableConfigBase.
 
Class
- StorableConfigBase
 - Provides a base class for configuration objects with storage support.
 
Namespace
Drupal\Core\ConfigCode
public function isNew() {
  return $this->isNew;
}