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

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