Esempio n. 1
0
 /**
  * Get's an array of details for enabled Mautic plugins
  *
  * @return array
  */
 public function getPluginBundles()
 {
     return $this->kernel->getPluginBundles();
 }