Query::getTables |
function |
core/lib/Drupal/Core/Entity/Query/Sql/Query.php |
Gets the Tables object for this query. |
Select::getTables |
function |
core/lib/Drupal/Core/Database/Query/Select.php |
Returns a reference to the tables array for this query. |
DbDumpCommand::getTables |
function |
core/lib/Drupal/Core/Command/DbDumpCommand.php |
Returns a list of tables, not including those set to be excluded. |
SelectExtender::getTables |
function |
core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Returns a reference to the tables array for this query. |
SelectInterface::getTables |
function |
core/lib/Drupal/Core/Database/Query/SelectInterface.php |
Returns a reference to the tables array for this query. |
DbDumpTest::getTableSchema |
function |
core/modules/system/src/Tests/Update/DbDumpTest.php |
Helper function to get a simplified schema for a given table. |
DbDumpCommand::getTableSchema |
function |
core/lib/Drupal/Core/Command/DbDumpCommand.php |
Returns a schema array for a given table. |
DbDumpCommand::getTableScript |
function |
core/lib/Drupal/Core/Command/DbDumpCommand.php |
The part of the script for each table. |