Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
return [['page_id'=> '1', 'email'=> '1 @gmail.com', 'title'=> 'Title1'], ['page_id'=> '2', 'email'=> '2 @gmail.com', 'title'=> 'Title2'], ['page_id'=> '3', 'email'=> '3 @gmail.com', 'title'=> 'Title3'], ['page_id'=> '4', 'email'=> '4 @gmail.com', 'title'=> 'Title4']] | |
return[ [ 'page_id'=> '1', 'email'=> '1 @gmail.com', 'title'=> 'Title1'], [ 'page_id'=> '2', 'email'=> '2 @gmail.com', 'title'=> 'Title2'], [ 'page_id'=> '3', 'email'=> '3 @gmail.com', 'title'=> 'Title3'], [ 'page_id'=> '4', 'email'=> '4 @gmail.com', 'title'=> 'Title4']] |
Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.
Definition at line 27 of file safe_data_provider.php.