Schema::tableExists

public function Schema::tableExists

public Schema::tableExists($table)

Check if a table exists.

Parameters

$table: The name of the table in drupal (no prefixing).

Return value

TRUE if the given table exists, otherwise FALSE.

Overrides Schema::tableExists

File

core/lib/Drupal/Core/Database/Driver/mysql/Schema.php, line 562

Class

登录查看完整内容