You are here

public function ConfigEntityInterface::enable in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 25
Contains \Drupal\Core\Config\Entity\ConfigEntityInterface.

Class

ConfigEntityInterface
Defines a common interface for configuration entities.

Namespace

Drupal\Core\Config\Entity

Code

public function enable();