Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
populateAcl (\Magento\Framework\Acl $acl) | |
Access Control List loader
All classes implementing this interface should have ability to populate ACL object with data (roles/rules/resources) persisted in external storage.
@api
Definition at line 17 of file LoaderInterface.php.
populateAcl | ( | \Magento\Framework\Acl | $acl | ) |
Populate ACL with data from external storage
\Magento\Framework\Acl | $acl |
Implemented in DefaultLoader.