Constructs a new PathRootsSubscriber instance.
\Drupal\Core\State\StateInterface $state: The state key value store.
public function __construct(StateInterface $state) { $this->state = $state; }