You are here

abstract protected function BaseFieldConfigFromBase::getLockedBaseFields in Apigee Edge 8

Returns the array of locked base field on the entity type.

Return value

array Array of base field names.

1 call to BaseFieldConfigFromBase::getLockedBaseFields()
BaseFieldConfigFromBase::buildForm in src/Form/BaseFieldConfigFromBase.php
Form constructor.
2 methods override BaseFieldConfigFromBase::getLockedBaseFields()
DeveloperAppBaseFieldConfigForm::getLockedBaseFields in src/Form/DeveloperAppBaseFieldConfigForm.php
Returns the array of locked base field on the entity type.
TeamAppBaseFieldConfigForm::getLockedBaseFields in modules/apigee_edge_teams/src/Form/TeamAppBaseFieldConfigForm.php
Returns the array of locked base field on the entity type.

File

src/Form/BaseFieldConfigFromBase.php, line 169

Class

BaseFieldConfigFromBase
Base form for configuring base fields on Apigee Edge entities.

Namespace

Drupal\apigee_edge\Form

Code

protected abstract function getLockedBaseFields() : array;