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

Go to the source code of this file.

Variables

 $groupRepository
 
 $groupFactory
 
 $groupDataObject = $groupFactory->create()
 

Variable Documentation

◆ $groupDataObject

$groupDataObject = $groupFactory->create()

Definition at line 14 of file customer_group.php.

◆ $groupFactory

$groupFactory
Initial value:
\Magento\Customer\Api\Data\GroupInterfaceFactory::class
)

Definition at line 11 of file customer_group.php.

◆ $groupRepository

$groupRepository
Initial value:
\Magento\Customer\Api\GroupRepositoryInterface::class
)

Definition at line 7 of file customer_group.php.