Skip to main content
API Documentation
Main menu
Paragraphs
TMGMT
You are here
Home
»
API reference
»
8.x-1.x
»
JobItem.php
»
JobItem
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 JobItem::getChangedTime
1 call to JobItem::getChangedTime()
JobItem::addTranslatedDataRecursive
in src/
Entity/
JobItem.php
Recursively writes translated data to the data array of a job item.
File
src/
Entity/
JobItem.php
, line 276
Class
JobItem
Entity class for the tmgmt_job_item entity.
Namespace
Drupal\tmgmt\Entity
Code
public
function
getChangedTime
() {
return
$this
->
get
(
'changed'
)->
value
; }