• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/configuration/core/ownerentity.php
  • Класс: BitrixRestConfigurationCoreOwnerEntityTable
  • Вызов: OwnerEntityTable::validateOwnerType
static function validateOwnerType()
{
	return [
		new LengthValidator(null, 1),
	];
}