function ConfigEntityInterface::enable

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php \Drupal\Core\Config\Entity\ConfigEntityInterface::enable()
  2. 8.9.x core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php \Drupal\Core\Config\Entity\ConfigEntityInterface::enable()
  3. 10 core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php \Drupal\Core\Config\Entity\ConfigEntityInterface::enable()

Enables the configuration entity.

Return value

$this

2 methods override ConfigEntityInterface::enable()
ConfigEntityBase::enable in core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
Enables the configuration entity.
ViewUI::enable in core/modules/views_ui/src/ViewUI.php
Enables the configuration entity.

File

core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php, line 21

Class

ConfigEntityInterface
Defines a common interface for configuration entities.

Namespace

Drupal\Core\Config\Entity

Code

public function enable();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.