You are here

public function ConfigEntityInterface::isInstallable 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::isInstallable()

Checks whether this entity is installable.

For example, a default view might not be installable if the base table doesn't exist.

@retun 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
Checks whether this entity is installable.
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 203
Contains \Drupal\Core\Config\Entity\ConfigEntityInterface.

Class

ConfigEntityInterface
Defines a common interface for configuration entities.

Namespace

Drupal\Core\Config\Entity

Code

public function isInstallable();