Example #1
0
 /**
  * Returns bundle entity directory path.
  *
  * @param  BundleInterface $bundle
  * @return string
  */
 protected function getBundleEntityDir(BundleInterface $bundle)
 {
     return $bundle->getBaseDirectory() . DIRECTORY_SEPARATOR . 'Entity';
 }