You are here

public static function DeveloperAppListBuilderForDeveloper::create in Apigee Edge 8

Because we use the _controller directive in the route we had to implement the ContainerInjectionInterface interface.

Overrides ContainerInjectionInterface::create

File

src/Entity/ListBuilder/DeveloperAppListBuilderForDeveloper.php, line 121

Class

DeveloperAppListBuilderForDeveloper
Lists developer apps of a developer on the UI.

Namespace

Drupal\apigee_edge\Entity\ListBuilder

Code

public static function create(ContainerInterface $container) {
  return static::createInstance($container, $container
    ->get('entity_type.manager')
    ->getDefinition('developer_app'));
}