Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
subscribers.php File Reference

Go to the source code of this file.

Variables

 $currentStore
 
 $otherStore
 
 $subscriber
 
 $firstSubscriberId = $subscriber->getId()
 

Variable Documentation

◆ $currentStore

$currentStore
Initial value:
\Magento\Store\Model\StoreManagerInterface::class
)->getStore()->getId()

Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.

Definition at line 10 of file subscribers.php.

◆ $firstSubscriberId

$firstSubscriberId = $subscriber->getId()

Definition at line 27 of file subscribers.php.

◆ $otherStore

$otherStore
Initial value:
\Magento\Store\Model\StoreManagerInterface::class
)->getStore(
'fixturestore'
)->getId()

Definition at line 13 of file subscribers.php.

◆ $subscriber

$subscriber
Initial value:

Definition at line 20 of file subscribers.php.