Helper function to quickly determine whether or not all paths are known.
bool True if all paths are known, false if one or more paths are unknown.
protected function allPathsKnown() { return !empty($this->getDrupalRoot()) && !empty($this->getComposerRoot()) && !empty($this->getVendorDir()); }