function ConfigEntityBase::enable
Enables the configuration entity.
Return value
$this
Overrides ConfigEntityInterface::enable
File
-
core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBase.php, line 177
Class
- ConfigEntityBase
- Defines a base configuration entity class.
Namespace
Drupal\Core\Config\EntityCode
public function enable() {
return $this->setStatus(TRUE);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.