Skip to main content
API Documentation
Main menu
Paragraphs
TMGMT
You are here
Home
»
API reference
»
8.x-1.x
»
LocalTask.php
»
LocalTask
Search 8.x-1.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
8.x-1.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Deprecated
public function LocalTask::getOwnerId
1 call to LocalTask::getOwnerId()
LocalTask::isAuthor
in translators/
tmgmt_local/
src/
Entity/
LocalTask.php
Checks whether the user described by $account is the author of this task.
File
translators/
tmgmt_local/
src/
Entity/
LocalTask.php
, line 136
Class
LocalTask
Entity class for the local task entity.
Namespace
Drupal\tmgmt_local\Entity
Code
public
function
getOwnerId
() {
return
$this
->
get
(
'uid'
)->
target_id
; }