public function AppWarningsCheckerInterface::getWarnings in Apigee Edge 8
Checks credentials of an app and returns warnings about them.
Parameters
\Drupal\apigee_edge\Entity\AppInterface $app: The app entity to be checked.
Return value
array An associative array that contains information about the revoked credentials and revoked or pending API products in a credential.
1 method overrides AppWarningsCheckerInterface::getWarnings()
- AppWarningsChecker::getWarnings in src/
Entity/ AppWarningsChecker.php - Checks credentials of an app and returns warnings about them.
File
- src/
Entity/ AppWarningsCheckerInterface.php, line 38
Class
- AppWarningsCheckerInterface
- Defines an interface for an app warnings checker service.
Namespace
Drupal\apigee_edge\EntityCode
public function getWarnings(AppInterface $app) : array;