Example #1
0
 /**
  * @param Configuration $configuration
  */
 public function init(Configuration $configuration)
 {
     $this->conf = $configuration;
     $ll = $this->conf->getLl();
     if (empty($ll)) {
         $this->conf->setLl('LLL:EXT:' . $this->conf->getExt() . '/Resources/Private/Language/locallang_db.xlf:' . 'flexform' . '.' . $this->conf->getPlugin());
     }
 }