You are here

public function StandardImportObject::setError in Lingotek Translation 8

Sets the error for the object @author Unknown

Parameters

bool $trueOrFalse TRUE means there was an error, FALSE means there: was not.

Return value

void

File

src/Form/StandardImportObject.php, line 84
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 setError($trueOrFalse) {
  $this->error = $trueOrFalse;
}