You are here

public function TargetInterface::isMutable in Feeds 8.3

Returns if the target is mutable.

Return value

bool True if the target is mutable. False otherwise.

2 methods override TargetInterface::isMutable()
FieldTargetBase::isMutable in src/Plugin/Type/Target/FieldTargetBase.php
Returns if the target is mutable.
Temporary::isMutable in src/Feeds/Target/Temporary.php
Returns if the target is mutable.

File

src/Plugin/Type/Target/TargetInterface.php, line 55

Class

TargetInterface
Interface for Feed targets.

Namespace

Drupal\feeds\Plugin\Type\Target

Code

public function isMutable();