/** * @inheritdoc */ public function afterDelete() { parent::afterDelete(); EntityToFile::deleteImages($this->formName(), $this->id); }