function ConfigEntityInterface::isInstallable
Same name in other branches
- 9 core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php \Drupal\Core\Config\Entity\ConfigEntityInterface::isInstallable()
- 8.9.x core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php \Drupal\Core\Config\Entity\ConfigEntityInterface::isInstallable()
- 11.x core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php \Drupal\Core\Config\Entity\ConfigEntityInterface::isInstallable()
Checks whether this entity is installable.
For example, a default view might not be installable if the base table doesn't exist.
Return value
bool TRUE if the entity is installable, FALSE otherwise.
2 methods override ConfigEntityInterface::isInstallable()
- ConfigEntityBase::isInstallable in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBase.php - ViewUI::isInstallable in core/
modules/ views_ui/ src/ ViewUI.php - Checks whether this entity is installable.
File
-
core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityInterface.php, line 156
Class
- ConfigEntityInterface
- Defines a common interface for configuration entities.
Namespace
Drupal\Core\Config\EntityCode
public function isInstallable();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.