You are here

public function IpRanges::getIpLower in IP Ranges 8

1 call to IpRanges::getIpLower()
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 44

Class

IpRanges
Defines a Block configuration entity class.

Namespace

Drupal\ip_ranges\Entity

Code

public function getIpLower() {
  return $this
    ->get('ip_lower')->value;
}