You are here

public function StandardImportObject::getContent in Lingotek Translation 8

Gets the Content of the object @author Unknown

Return value

string $this->content

File

src/Form/StandardImportObject.php, line 60
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\Form

Code

public function getContent() {
  return $this->content;
}