You are here

class TestAnnotationProperties3 in Coder 8.3.x

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

Hierarchy

Expanded class hierarchy of TestAnnotationProperties3

File

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

View source
class TestAnnotationProperties3 implements AnnotationInterface {

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

}

Members