Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Allowed.php
Go to the documentation of this file.
1 <?php
9 
11 {
20  public function isAllowed(\Magento\Framework\Model\AbstractModel $model)
21  {
22  return true;
23  }
24 }
isAllowed(\Magento\Framework\Model\AbstractModel $model)
Definition: Allowed.php:20