You are here

public function StandardImportObject::hasError in Lingotek Translation 8

Checks to see if the object has an error. @author Unknown

Return value

bool $this->error

File

src/Form/StandardImportObject.php, line 93
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 hasError() {
  return $this->error;
}