You are here

abstract protected function AppApiKeyAddFormBase::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.

File

src/Form/AppApiKeyAddFormBase.php, line 77

Class

AppApiKeyAddFormBase
Provides app API key add base form.

Namespace

Drupal\apigee_edge\Form

Code

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