public function DatabaseSchemaInterface::dropTable in Schema 8
Drop a table.
Parameters
$table: The table to be dropped.
Return value
TRUE if the table was successfully dropped, FALSE if there was no table by that name to begin with.
File
- src/
DatabaseSchemaInterface.php, line 87 - Contains Drupal\schema\DatabaseSchemaInterface.
Class
- DatabaseSchemaInterface
- This interface describes public methods of \Drupal\Core\Database\Schema.
Namespace
Drupal\schemaCode
public function dropTable($table);