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