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