Example #1
0
 /**
  * Register Meta tags
  *
  * @return array
  */
 public function getMetaTags()
 {
     $list = parent::getMetaTags();
     $list[] = $this->getCategory()->getOpenGraphMetaTags();
     return $list;
 }