You are here

public function IpRanges::getType in IP Ranges 8

File

lib/Drupal/ip_ranges/Entity/IpRanges.php, line 40

Class

IpRanges
Defines a Block configuration entity class.

Namespace

Drupal\ip_ranges\Entity

Code

public function getType() {
  return $this
    ->get('type')->value;
}