public function ProviderBase::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.
Overrides ProviderInterface::processApi
1 call to ProviderBase::processApi()
- ProviderBase::processDefinition in themes/
contrib/ bootstrap/ src/ Plugin/ Provider/ ProviderBase.php - Processes the provider plugin definition upon discovery.
1 method overrides ProviderBase::processApi()
- JsDelivr::processApi in themes/
contrib/ bootstrap/ src/ Plugin/ Provider/ JsDelivr.php - Processes the provider plugin definition upon discovery.
File
- themes/
contrib/ bootstrap/ src/ Plugin/ Provider/ ProviderBase.php, line 169 - Contains \Drupal\bootstrap\Plugin\Provider\ProviderBase.
Class
- ProviderBase
- CDN provider base class.
Namespace
Drupal\bootstrap\Plugin\ProviderCode
public function processApi(array $json, array &$definition) {
}