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

Go to the source code of this file.

Variables

 $objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()
 
 $bookmarks
 

Variable Documentation

◆ $bookmarks

$bookmarks
Initial value:
= [
[
'user_id' => 1,
'namespace' => 'bm_namespace',
'identifier' => 'first',
'current' => 1,
'config' => '{}',
'title' => 'Bb'
],
[
'user_id' => 1,
'namespace' => 'bm_namespace',
'identifier' => 'second',
'current' => 0,
'config' => '{1}',
'title' => 'Aa'
],
[
'user_id' => 1,
'namespace' => 'new_namespace',
'identifier' => 'third',
'current' => 1,
'config' => '{}',
'title' => 'Default View'
],
]

Definition at line 10 of file bookmarks.php.

◆ $objectManager

Definition at line 9 of file bookmarks.php.