예제 #1
0
파일: Messages.php 프로젝트: aiesh/magento2
 /**
  * Retrieve number of major messages
  *
  * @return int
  */
 public function getMajorCount()
 {
     return $this->_messages->getCountBySeverity(\Magento\Framework\Notification\MessageInterface::SEVERITY_MAJOR);
 }
예제 #2
0
 /**
  * Retrieve number of major messages
  *
  * @return int
  */
 public function getMajorCount()
 {
     return $this->_messages->getCountBySeverity(\Magento\AdminNotification\Model\System\MessageInterface::SEVERITY_MAJOR);
 }