Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
acl.php File Reference

Go to the source code of this file.

Variables

 return [['id'=> 'Magento_Webapi', 'children'=> [['id'=> 'customer', 'title'=> 'Manage Customers', 'sortOrder'=> 20, 'children'=> [['id'=> 'customer/create', 'title'=> 'Create Customer', 'sortOrder'=> '30', 'children'=> [],], ['id'=> 'customer/update', 'title'=> 'Edit Customer', 'sortOrder'=> '10', 'children'=> []], ['id'=> 'customer/get', 'title'=> 'Get Customer', 'sortOrder'=> '20', 'children'=> []], ['id'=> 'customer/delete', 'title'=> 'Delete Customer', 'children'=> []],],],],]]
 

Variable Documentation

◆ return

return[ [ 'id'=> 'Magento_Webapi', 'children'=> [ [ 'id'=> 'customer', 'title'=> 'Manage Customers', 'sortOrder'=> 20, 'children'=> [ [ 'id'=> 'customer/create', 'title'=> 'Create Customer', 'sortOrder'=> '30', 'children'=> [],], [ 'id'=> 'customer/update', 'title'=> 'Edit Customer', 'sortOrder'=> '10', 'children'=> []], [ 'id'=> 'customer/get', 'title'=> 'Get Customer', 'sortOrder'=> '20', 'children'=> []], [ 'id'=> 'customer/delete', 'title'=> 'Delete Customer', 'children'=> []],],],],]]

Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.

Definition at line 38 of file acl.php.