Search for findTables

  1. Search 9.5.x for findTables
  2. Search 8.9.x for findTables
  3. Search 10.3.x for findTables
  4. Search 11.x for findTables
  5. Other projects
Title Object type File name Summary
DatabaseSchema::findTables function includes/database/schema.inc Find all tables that are like the specified base table name.
DatabaseSchema::findTablesD8 function includes/database/schema.inc Finds all tables that are like the specified base table name. This is a
backport of the change made to findTables in Drupal 8 to work with virtual,
un-prefixed table names. The original function is retained for Backwards
Compatibility.
DatabaseSchema_pgsql::findTables function includes/database/pgsql/schema.inc Find all tables that are like the specified base table name.
DatabaseSchema_sqlite::findTables function includes/database/sqlite/schema.inc Find all tables that are like the specified base table name.
DatabaseSchema_sqlite::findTablesD8 function includes/database/sqlite/schema.inc Finds all tables that are like the specified base table name. This is a
backport of the change made to findTables in Drupal 8 to work with virtual,
un-prefixed table names. The original function is retained for Backwards
Compatibility.
SchemaTestCase::testFindTables function modules/simpletest/tests/schema.test Tests the findTables() method.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.