public function ImportOptions::setParentMenuItem in GatherContent 8.4
Same name and namespace in other branches
- 8.5 src/Import/ImportOptions.php \Drupal\gathercontent\Import\ImportOptions::setParentMenuItem()
Setter $parentMenuItem.
File
- src/
Import/ ImportOptions.php, line 145
Class
- ImportOptions
- A class for storing and serializing the import/update options of a node.
Namespace
Drupal\gathercontent\ImportCode
public function setParentMenuItem($parent_menu_item) {
$this->parentMenuItem = $parent_menu_item;
return $this;
}