You are here

public function Temporary::isMutable in Feeds 8.3

Returns if the target is mutable.

Return value

bool True if the target is mutable. False otherwise.

Overrides TargetInterface::isMutable

File

src/Feeds/Target/Temporary.php, line 40

Class

Temporary
Defines a target that does not set data.

Namespace

Drupal\feeds\Feeds\Target

Code

public function isMutable() {
  return TRUE;
}