public function ConfigEntityInterface::setStatus in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php \Drupal\Core\Config\Entity\ConfigEntityInterface::setStatus()
Sets the status of the configuration entity.
Parameters
bool $status: The status of the configuration entity.
Return value
$this
3 methods override ConfigEntityInterface::setStatus()
- ConfigEntityBase::setStatus in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBase.php - Sets the status of the configuration entity.
- MigrationInterface::setStatus in core/
modules/ migrate/ src/ Entity/ MigrationInterface.php - Set the current migration status.
- ViewUI::setStatus in core/
modules/ views_ui/ src/ ViewUI.php - Sets the status of the configuration entity.
File
- core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityInterface.php, line 42 - Contains \Drupal\Core\Config\Entity\ConfigEntityInterface.
Class
- ConfigEntityInterface
- Defines a common interface for configuration entities.
Namespace
Drupal\Core\Config\EntityCode
public function setStatus($status);