Example #1
0
 /**
  * Get controller key
  *
  * @return string
  */
 protected function _getControllerKey()
 {
     return $this->_request->getRouteName() . '_' . $this->_request->getControllerName();
 }