function TrackerNode::fields
Same name in other branches
- 9 core/modules/tracker/src/Plugin/migrate/source/d7/TrackerNode.php \Drupal\tracker\Plugin\migrate\source\d7\TrackerNode::fields()
- 8.9.x core/modules/tracker/src/Plugin/migrate/source/d7/TrackerNode.php \Drupal\tracker\Plugin\migrate\source\d7\TrackerNode::fields()
- 11.x core/modules/tracker/src/Plugin/migrate/source/d7/TrackerNode.php \Drupal\tracker\Plugin\migrate\source\d7\TrackerNode::fields()
Overrides MigrateSourceInterface::fields
File
-
core/
modules/ tracker/ src/ Plugin/ migrate/ source/ d7/ TrackerNode.php, line 32
Class
- TrackerNode
- Drupal 7 tracker node source from database.
Namespace
Drupal\tracker\Plugin\migrate\source\d7Code
public function fields() {
return [
'nid' => $this->t('The {node}.nid this record tracks.'),
'published' => $this->t('Boolean indicating whether the node is published.'),
'changed' => $this->t('The Unix timestamp when the node was most recently saved or commented on.'),
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.