You are here

class TestAnnotationProperties2 in Coder 8.3.x

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

Hierarchy

Expanded class hierarchy of TestAnnotationProperties2

File

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

View source
class TestAnnotationProperties2 extends ViewsPluginAnnotationBase {

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

}

Members