• Модуль: mobile
  • Путь к файлу: ~/bitrix/modules/mobile/lib/UI/SimpleList/Dto/Data.php
  • Класс: BitrixMobileUISimpleListDtoData
  • Вызов: Data::getValidators
public function getValidators(): array
{
	return [
		new AllFieldsRequired(),
	];
}