function ConfigEntityInterface::enable
Same name in other branches
- 9 core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php \Drupal\Core\Config\Entity\ConfigEntityInterface::enable()
- 8.9.x core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php \Drupal\Core\Config\Entity\ConfigEntityInterface::enable()
- 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
File
-
core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityInterface.php, line 21
Class
- ConfigEntityInterface
- Defines a common interface for configuration entities.
Namespace
Drupal\Core\Config\EntityCode
public function enable();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.