Skip to content
Snippets Groups Projects
Commit 950e4564 authored by David Rothstein's avatar David Rothstein
Browse files

Issue #2851665 by tameeshb: In the database schema.inc file, the class...

Issue #2851665 by tameeshb: In the database schema.inc file, the class DatabaseSchema has no class documentation block
parent 833779eb
No related branches found
No related tags found
No related merge requests found
......@@ -164,6 +164,9 @@
* @see drupal_install_schema()
*/
/**
* Base class for database schema definitions.
*/
abstract class DatabaseSchema implements QueryPlaceholderInterface {
protected $connection;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment