Puli\Manager\Conflict\DependencyGraph::hasModuleName PHP Method

hasModuleName() public method

Returns whether a module name exists in the graph.
public hasModuleName ( string $moduleName ) : boolean
$moduleName string The module name.
return boolean Whether the module name exists.
    public function hasModuleName($moduleName)
    {
        return isset($this->moduleNames[$moduleName]);
    }