public static function MappingException::pathRequired

Return value

MappingException

2 calls to MappingException::pathRequired()

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/MappingException.php, line 45

Class

MappingException
A MappingException indicates that something is wrong with the mapping setup.

Namespace

Doctrine\Common\Persistence\Mapping

Code

public static function pathRequired() {
  return new self("Specifying the paths to your entities is required " . "in the AnnotationDriver to retrieve all class names.");
}