• Модуль: translate
  • Путь к файлу: ~/bitrix/modules/translate/lib/index/fileindexcollection.php
  • Класс: BitrixTranslateIndexFileIndexCollection
  • Вызов: FileIndexCollection::unvalidate
public function unvalidate(TranslateFilter $filter = null): self
{
	if (($filterOut = IndexInternalsFileIndexTable::processFilter($filter)) !== false)
	{
		IndexInternalsFileIndexTable::bulkUpdate(['INDEXED' => 'N'], $filterOut);
	}

	return $this;
}