function AnnotationException::optimizerPlusLoadComments

Return value

AnnotationException

File

core/lib/Drupal/Component/Annotation/Doctrine/AnnotationException.php, line 176

Class

AnnotationException
Description of AnnotationException

Namespace

Drupal\Component\Annotation\Doctrine

Code

public static function optimizerPlusLoadComments() {
  return new self('You have to enable opcache.load_comments=1 or zend_optimizerplus.load_comments=1.');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.