Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ListMode.php
Go to the documentation of this file.
1 <?php
7 
9 {
15  public function toOptionArray()
16  {
17  return [
18  ['value' => 'grid', 'label' => __('Grid Only')],
19  ['value' => 'list', 'label' => __('List Only')],
20  ['value' => 'grid-list', 'label' => __('Grid (default) / List')],
21  ['value' => 'list-grid', 'label' => __('List (default) / Grid')]
22  ];
23  }
24 }
__()
Definition: __.php:13