public function ConfigEntityInterface::enable

Enables the configuration entity.

Return value

\Drupal\Core\Config\Entity\ConfigEntityInterface The configuration entity.

2 methods override ConfigEntityInterface::enable()
ConfigEntityBase::enable in drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
Implements \Drupal\Core\Config\Entity\ConfigEntityInterface::enable().
ViewUI::enable in drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php
Implements \Drupal\Core\Config\Entity\ConfigEntityInterface::enable().

File

drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php, line 41
Definition of Drupal\Core\Config\Entity\ConfigEntityInterface.

Class

ConfigEntityInterface
Defines the interface common for all configuration entities.

Namespace

Drupal\Core\Config\Entity

Code

public function enable();