You are here

public function IpRanges::getIpHigher in IP Ranges 8

1 call to IpRanges::getIpHigher()
IpRanges::getIpDisplay in lib/Drupal/ip_ranges/Entity/IpRanges.php
Returns lower and higher IP concatenated as a string.

File

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

Class

IpRanges
Defines a Block configuration entity class.

Namespace

Drupal\ip_ranges\Entity

Code

public function getIpHigher() {
  return $this
    ->get('ip_higher')->value;
}