public View::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.
Overrides ConfigEntityBase::isInstallable
File
core/modules/views/src/Entity/View.php, line 445
Class
View Defines a View configuration entity class.
Namespace
Drupal\views\Entity
Code
public function isInstallable() {
$table_definition = \Drupal::service('views.vie