Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
DefaultCategory.php
Go to the documentation of this file.
1 <?php
7 namespace Magento\Catalog\Helper;
8 
13 {
19  private $defaultCategoryId = 2;
20 
24  public function getId()
25  {
26  return $this->defaultCategoryId;
27  }
28 }