Skip to content
Snippets Groups Projects
Commit c65b82f4 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2506655 by pguillard, joshi.rohit100: Database Schema class has no doc block

parent 8d3755c8
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -2,7 +2,7 @@
/**
* @file
* Definition of Drupal\Core\Database\Schema
* Contains \Drupal\Core\Database\Schema.
*/
namespace Drupal\Core\Database;
......@@ -11,6 +11,9 @@
use Drupal\Core\Database\Query\Condition;
use Drupal\Core\Database\Query\PlaceholderInterface;
/**
* Provides a base implementation for Database Schema.
*/
abstract class Schema implements PlaceholderInterface {
protected $connection;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment