Example #1
0
 /**
  * {@inheritdoc}
  */
 protected function _isAllowed()
 {
     return $this->context->getAuthorization()->isAllowed('Mirasvit_Search::search_synonym');
 }
Example #2
0
 /**
  * @return bool
  */
 protected function _isAllowed()
 {
     return $this->context->getAuthorization()->isAllowed('Mirasvit_Blog::blog_post');
 }