Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php \Drupal\Core\Config\Entity\ConfigEntityInterface::isInstallable()
  2. 9 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.

1 method overrides ConfigEntityInterface::isInstallable()
ConfigEntityBase::isInstallable in core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.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\Entity

Code

public function isInstallable();