You are here

protected property Schema::$placeholder in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Database/Schema.php \Drupal\Core\Database\Schema::placeholder
  2. 10 core/lib/Drupal/Core/Database/Schema.php \Drupal\Core\Database\Schema::placeholder

The placeholder counter.

Type: int

File

core/lib/Drupal/Core/Database/Schema.php, line 24

Class

Schema
Provides a base implementation for Database Schema.

Namespace

Drupal\Core\Database

Code

protected $placeholder = 0;