public function LocalTaskInterface::getAssignee

Return the user assigned to this task.

Return value

\Drupal\Core\Session\AccountInterface|null The user assigned to this task or NULL if there is no user assigned.

1 method overrides LocalTaskInterface::getAssignee()
LocalTask::getAssignee in translators/tmgmt_local/src/Entity/LocalTask.php
Return the user assigned to this task.

File

translators/tmgmt_local/src/LocalTaskInterface.php, line 49

Class

LocalTaskInterface
Interface for tmgmt_local_task entity.

Namespace

Drupal\tmgmt_local

Code

public function getAssignee();