• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/v2/Image/EntityFieldImage.php
  • Класс: BitrixCatalogv2ImageEntityFieldImage
  • Вызов: EntityFieldImage::remove
public function remove(): BaseEntity
{
	if ($parent = $this->getParent())
	{
		$parent->setFieldNoDemand(static::CODE, '');
	}

	return parent::remove();
}