Issue #2506655 by pguillard, joshi.rohit100: Database Schema class has no doc block
parent
8d3755c8f4
commit
c65b82f4f8
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Definition of Drupal\Core\Database\Schema
|
* Contains \Drupal\Core\Database\Schema.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Drupal\Core\Database;
|
namespace Drupal\Core\Database;
|
||||||
|
@ -11,6 +11,9 @@ use Drupal\Core\Database\SchemaObjectExistsException;
|
||||||
use Drupal\Core\Database\Query\Condition;
|
use Drupal\Core\Database\Query\Condition;
|
||||||
use Drupal\Core\Database\Query\PlaceholderInterface;
|
use Drupal\Core\Database\Query\PlaceholderInterface;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Provides a base implementation for Database Schema.
|
||||||
|
*/
|
||||||
abstract class Schema implements PlaceholderInterface {
|
abstract class Schema implements PlaceholderInterface {
|
||||||
|
|
||||||
protected $connection;
|
protected $connection;
|
||||||
|
|
Loading…
Reference in New Issue