public function RemoteMapping::getRemoteIdentifier2 in Translation Management Tool 8
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\EntityCode
public function getRemoteIdentifier2() {
return $this
->get('remote_identifier_2')->value;
}