You are here

public function IpAddress::end in IP address fields 8

Same name and namespace in other branches
  1. 2.0.x src/IpAddress.php \Drupal\field_ipaddress\IpAddress::end()

Getter for $this->end.

File

src/IpAddress.php, line 47

Class

IpAddress
IpTools class.

Namespace

Drupal\field_ipaddress

Code

public function end() {
  return $this->end;
}