You are here

class StrictSchemaEnabled in Coder 8.3.x

Same name and namespace in other branches
  1. 8.3 tests/DrupalPractice/good/good.php \StrictSchemaEnabled

Hierarchy

Expanded class hierarchy of StrictSchemaEnabled

File

tests/DrupalPractice/good/good.php, line 171

View source
class StrictSchemaEnabled {

  /**
   * {@inheritdoc}
   */
  protected $strictConfigSchema = TRUE;

}

Members