public function StandardImportObject::setContent in Lingotek Translation 8
Sets the content of the object @author Unknown
Parameters
string $content What the body of the import should be:
Return value
self
File
- src/
Form/ StandardImportObject.php, line 71 - Used to hold all important information about a post or page to be imported @author Unknown
Class
- StandardImportObject
- @file Used to hold all important information about a post or page to be imported @author Unknown
Namespace
Drupal\lingotek\FormCode
public function setContent($content) {
$this->content = $content;
return $this;
}