Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Product.php
Go to the documentation of this file.
1 <?php
13 
18 abstract class Product extends AbstractReport
19 {
25  public function _initAction()
26  {
27  parent::_initAction();
28  $this->_addBreadcrumb(__('Products'), __('Products'));
29  return $this;
30  }
31 }
__()
Definition: __.php:13
_addBreadcrumb($label, $title, $link=null)