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::setOwnerId
File
translators/
tmgmt_local/
src/
Entity/
LocalTask.php
, line 143
Class
LocalTask
Entity class for the local task entity.
Namespace
Drupal\tmgmt_local\Entity
Code
public
function
setOwnerId
(
$uid
) {
$this
->
set
(
'uid'
,
$uid
);
return
$this
; }