public function StandardImportObject::setTitle in Lingotek Translation 8
Sets the title of the object @author Unknown
Parameters
string $title What the title of the import should be:
Return value
self
File
- src/
Form/ StandardImportObject.php, line 49 - 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 setTitle($title) {
$this->title = $title;
return $this;
}