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\EntityCode
public function getType() {
return $this
->get('type')->value;
}