You are here

public function ParseCdfEntityEvent::isMutable in Acquia Content Hub 8.2

Whether the set entity is mutable.

Return value

bool TRUE if mutable; FALSE otherwise.

File

src/Event/ParseCdfEntityEvent.php, line 84

Class

ParseCdfEntityEvent
The event fired during importing a CDF into a local entity.

Namespace

Drupal\acquia_contenthub\Event

Code

public function isMutable() {
  return $this->mutable;
}