public function RemoteMapping::getRemoteIdentifier3

Returns the remote identifier 3.

Return value

string Returns a string.

Overrides RemoteMappingInterface::getRemoteIdentifier3

File

src/Entity/RemoteMapping.php, line 151

Class

RemoteMapping
Entity class for the tmgmt_remote entity.

Namespace

Drupal\tmgmt\Entity

Code

public function getRemoteIdentifier3() {
  return $this
    ->get('remote_identifier_3')->value;
}