You are here

class TestAnnotationProperties in Coder 8.3.x

Same name and namespace in other branches
  1. 8.3 tests/Drupal/NamingConventions/ValidVariableNameUnitTest.inc \TestAnnotationProperties

Hierarchy

Expanded class hierarchy of TestAnnotationProperties

File

tests/Drupal/NamingConventions/ValidVariableNameUnitTest.inc, line 6

View source
class TestAnnotationProperties extends Plugin {

  /**
   * The entity_type.
   *
   * @var string
   */
  public $entity_type;

}

Members