• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/product/systemfield/base.php
  • Класс: BitrixCatalogProductSystemFieldname
  • Вызов: name::getDescription
static function getDescription(): ?array
{
	if (!static::isAllowed())
	{
		return null;
	}

	return [
		'ID' => static::getFieldId(),
		'TYPE' => static::getTypeId(),
		'TITLE' => static::getTitle(),
	];
}