public function RemoteMapping::getRemoteIdentifier1 in Translation Management Tool 8
Returns the remote identifier 1.
Return value
string Returns a string.
Overrides RemoteMappingInterface::getRemoteIdentifier1
File
- src/
Entity/ RemoteMapping.php, line 137
Class
- RemoteMapping
- Entity class for the tmgmt_remote entity.
Namespace
Drupal\tmgmt\EntityCode
public function getRemoteIdentifier1() {
return $this
->get('remote_identifier_1')->value;
}