• Модуль: translate
  • Путь к файлу: ~/bitrix/modules/translate/lib/controller/editor/operation.php
  • Класс: BitrixTranslateControllerEditorOperation
  • Вызов: Operation::deletePhraseIndex
protected function deletePhraseIndex(TranslateFile $langFile): bool
{
	$langFile->deletePhraseIndex();

	return true;
}