Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. SimpleAnnotationReader.php

function SimpleAnnotationReader::__construct

Constructor.

Initializes a new SimpleAnnotationReader.

File

core/lib/Drupal/Component/Annotation/Doctrine/SimpleAnnotationReader.php, line 77

Class

SimpleAnnotationReader
Simple Annotation Reader.

Namespace

Drupal\Component\Annotation\Doctrine

Code

public function __construct() {
    $this->parser = new DocParser();
    $this->parser
        ->setIgnoreNotImportedAnnotations(true);
    $this->parser
        ->setIgnoredAnnotationNames($this->ignoredAnnotations);
}
RSS feed
Powered by Drupal