You are here

public function ProviderInterface::processApi in Express 8

Processes the provider plugin definition upon discovery.

Parameters

array $json: The JSON data retrieved from the API request.

array $definition: The provider plugin definition.

1 method overrides ProviderInterface::processApi()
ProviderBase::processApi in themes/contrib/bootstrap/src/Plugin/Provider/ProviderBase.php
Processes the provider plugin definition upon discovery.

File

themes/contrib/bootstrap/src/Plugin/Provider/ProviderInterface.php, line 109
Contains \Drupal\bootstrap\Plugin\Provider\ProviderInterface.

Class

ProviderInterface
ProviderInterface.

Namespace

Drupal\bootstrap\Plugin\Provider

Code

public function processApi(array $json, array &$definition);