public function AnnotationDriver::getPaths

Retrieve the defined metadata lookup paths.

Return value

array

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php, line 103

Class

AnnotationDriver
The AnnotationDriver reads the mapping metadata from docblock annotations.

Namespace

Doctrine\Common\Persistence\Mapping\Driver

Code

public function getPaths() {
  return $this->paths;
}