Schema::findTables

public function Schema::findTables

public Schema::findTables($table_expression)

Finds all tables that are like the specified base table name.

Parameters

string $table_expression: An SQL expression, for example "cache_%" (without the quotes).

Return value

array Both the keys and the values are the matching tables.

File

core/lib/Drupal/Core/Database/Schema.php, line 183

Class

Schema
Provides a base implementation for Database Schema.

Namespace

登录查看完整内容