コード例 #1
0
ファイル: Topmenu.php プロジェクト: Doability/magento2dev
 /**
  * Get tags array for saving cache
  *
  * @return array
  */
 protected function getCacheTags()
 {
     return array_merge(parent::getCacheTags(), $this->getIdentities());
 }