public function JobInterface::setFilterTranslatedItems

If true getData will just return those items that are not yet translated.

Parameters

bool $filter_translated:

Return value

$this

1 method overrides JobInterface::setFilterTranslatedItems()
Job::setFilterTranslatedItems in src/Entity/Job.php
If true getData will just return those items that are not yet translated.

File

src/JobInterface.php, line 372

Class

JobInterface
Interface for tmgmt_job entity.

Namespace

Drupal\tmgmt

Code

public function setFilterTranslatedItems(bool $filter_translated);