You are here

public function TableConfigInterface::exists in Data 8

Check if data table exists.

Return value

bool

1 method overrides TableConfigInterface::exists()
TableConfig::exists in src/Entity/TableConfig.php
Check if data table exists.

File

src/Entity/TableConfigInterface.php, line 17

Class

TableConfigInterface
Provides an interface for defining Data Table entities.

Namespace

Drupal\data\Entity

Code

public function exists();