• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/kanban/entity.php
  • Класс: Bitrix\Crm\Kanban\Entity
  • Вызов: Entity::getTypeName
public function getTypeName(): string;

/**
 * Get ENTITY_ID identifier to StatusTable.
 *
 * @return null|string
 */
public function getStatusEntityId(): ?string
{
	return $this->factory->getStagesEntityId($this->getCategoryId());
}