public function CreateDeleteAppKey::__construct in Apigee Edge 8
DeleteAppKey constructor.
Parameters
\Drupal\Component\Datetime\TimeInterface $time: The time service.
\Drupal\Core\State\StateInterface $state: The state service.
File
- tests/
modules/ apigee_edge_test_app_keys/ src/ EventSubscriber/ CreateDeleteAppKey.php, line 56
Class
- CreateDeleteAppKey
- Developer app credential create/delete event subscriber.
Namespace
Drupal\apigee_edge_test_app_keys\EventSubscriberCode
public function __construct(TimeInterface $time, StateInterface $state) {
$this->state = $state;
$this->time = $time;
}