public function RemoteMapping::getRemoteIdentifier2

Returns the remote identifier 2.

Return value

string Returns a string.

Overrides RemoteMappingInterface::getRemoteIdentifier2

File

src/Entity/RemoteMapping.php, line 144

Class

RemoteMapping
Entity class for the tmgmt_remote entity.

Namespace

Drupal\tmgmt\Entity

Code

public function getRemoteIdentifier2() {
  return $this
    ->get('remote_identifier_2')->value;
}