Clear stores annotations
File
- drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/FileCacheReader.php, line 254
Class
- FileCacheReader
- File cache reader for annotations.
Namespace
Doctrine\Common\Annotations
Code
public function clearLoadedAnnotations() {
$this->loadedAnnotations = array();
}