CommerceGuys\Zone\Model\ZoneInterface::getName PHP Method

getName() public method

Gets the zone name.
public getName ( ) : string
return string The zone name.
    public function getName();

Usage Example

 /**
  * {@inheritdoc}
  */
 public function getName()
 {
     return $this->zone->getName();
 }