Esempio n. 1
0
 /**
  * {@inheritDoc}
  */
 protected function checkConfiguration()
 {
     return parent::checkConfiguration() && $this->getDatabase()->tableExists($this->getTagSource());
 }
Esempio n. 2
0
 /**
  * {@inheritDoc}
  */
 protected function checkConfiguration()
 {
     return parent::checkConfiguration() && null !== $this->getTagMetaModel();
 }