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
10 
16  \Magento\Framework\DataObject\IdentityInterface
17 {
21  protected $_registryName = 'current_product';
22 
28  public function getIdentities()
29  {
30  return $this->_getEntity()->getIdentities();
31  }
32 }