- Модуль: ui
- Путь к файлу: ~/bitrix/modules/ui/lib/entityeditor/baseprovider.php
- Класс: BitrixUIEntityEditorBaseProvider
- Вызов: BaseProvider::getFields
public function getFields(): array
{
return [
'GUID' => $this->getGUID(),
'CONFIG_ID' => $this->getConfigId(),
'ENTITY_ID' => $this->getEntityId(),
'ENTITY_TYPE_NAME' => $this->getEntityTypeName(),
'ENTITY_FIELDS' => $this->getEntityFields(),
'ENTITY_CONFIG' => $this->getEntityConfig(),
'ENTITY_DATA' => $this->getEntityData(),
'ENTITY_CONTROLLERS' => $this->getEntityControllers(),
'READ_ONLY' => $this->isReadOnly(),
'ENTITY_CONFIG_EDITABLE' => $this->isEntityConfigEditable(),
'MODULE_ID' => $this->getModuleId(),
];
}