Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions
LoaderInterface Interface Reference
Inheritance diagram for LoaderInterface:
Role Rule DefaultLoader ResourceLoader

Public Member Functions

 populateAcl (\Magento\Framework\Acl $acl)
 

Detailed Description

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

Since
100.0.2

Definition at line 17 of file LoaderInterface.php.

Member Function Documentation

◆ populateAcl()

populateAcl ( \Magento\Framework\Acl  $acl)

Populate ACL with data from external storage

Parameters
\Magento\Framework\Acl$acl
Returns
void @abstract

Implemented in DefaultLoader.


The documentation for this interface was generated from the following file: