You are here

abstract protected function AppForm::apiProductList in Apigee Edge 8

Returns the list of API product that the user can see on the form.

Return value

\Drupal\apigee_edge\Entity\ApiProductInterface[] Array of API product entities.

2 calls to AppForm::apiProductList()
AppCreateForm::apiProductsFormElement in src/Entity/Form/AppCreateForm.php
Returns the API Products form element element.
AppEditForm::form in src/Entity/Form/AppEditForm.php
Gets the actual form array to be built.

File

src/Entity/Form/AppForm.php, line 106

Class

AppForm
Base entity form for developer- and team (company) app create/edit forms.

Namespace

Drupal\apigee_edge\Entity\Form

Code

protected abstract function apiProductList(array $form, FormStateInterface $form_state) : array;