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