You are here

protected property SchemaCheckTrait::$configName in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php \Drupal\Core\Config\Schema\SchemaCheckTrait::configName

The configuration object name under test.

Type: string

File

core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php, line 30

Class

SchemaCheckTrait
Provides a trait for checking configuration schema.

Namespace

Drupal\Core\Config\Schema

Code

protected $configName;