public function StandardImportObject::getTitle in Lingotek Translation 8
Gets the title of the object @author Unknown
Return value
string $this->title
File
- src/
Form/ StandardImportObject.php, line 38 - 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 getTitle() {
return $this->title;
}