ConfigEntityBase::enable

public ConfigEntityBase::enable()

Enables the configuration entity.

Return value

$this

Overrides ConfigEntityInterface::enable

File

core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php, line 181

Class

ConfigEntityBase
Defines a base configuration entity class.

Namespace

Drupal\Core\Config\Entity

Code

public function enable() {
  return $this->setStatus(TRUE);
}
doc_Drupal
2016-10-29 08:52:26
Comments
Leave a Comment

Please login to continue.