description; } /** * {@inheritdoc} */ public function setDescription($description) { $this->description = $description; return $this; } /** * {@inheritdoc} */ public function getTargetEntityTypeId() { return $this->target_entity_type_id; } }