Overrides EntityHandlerInterface::createInstance
public static function createInstance(ContainerInterface $container, EntityTypeInterface $entity_type) { return new static($entity_type, $container->get('context.handler'), $container->get('context.repository')); }