Method | Description | |
---|---|---|
__construct ( Puli\Manager\Api\Context\ProjectContext $context, Puli\Repository\Api\EditableRepository $repo, |
Creates a repository manager. | |
addRootPathMapping ( |
||
buildRepository ( ) | ||
clearRepository ( ) | ||
clearRootPathMappings ( ) | ||
findPathMappings ( Webmozart\Expression\Expression $expr ) | ||
findRootPathMappings ( Webmozart\Expression\Expression $expr ) | ||
getContext ( ) | ||
getPathConflicts ( ) | ||
getPathMapping ( $repositoryPath, $moduleName ) | ||
getPathMappings ( ) | ||
getRepository ( ) | ||
getRootPathMapping ( $repositoryPath ) | ||
getRootPathMappings ( ) | ||
hasPathMapping ( $repositoryPath, $moduleName ) | ||
hasPathMappings ( Webmozart\Expression\Expression $expr = null ) | ||
hasRootPathMapping ( $repositoryPath ) | ||
hasRootPathMappings ( Webmozart\Expression\Expression $expr = null ) | ||
removeRootPathMapping ( $repositoryPath ) | ||
removeRootPathMappings ( Webmozart\Expression\Expression $expr ) |
Method | Description | |
---|---|---|
addPathMappingToModuleFile ( |
||
assertMappingsLoaded ( ) | ||
assertNoLoadErrors ( |
||
loadPathMapping ( |
||
loadPathMappings ( ) | ||
overrideConflictingModules ( |
||
populateRepository ( ) | ||
removePathMappingFromModuleFile ( $repositoryPath ) | ||
removeResolvedConflicts ( ) | ||
saveRootModuleFile ( ) | ||
syncRepositoryPath ( $repositoryPath ) | ||
unloadPathMapping ( |
||
updateConflicts ( array $repositoryPaths = [] ) |
public __construct ( Puli\Manager\Api\Context\ProjectContext $context, Puli\Repository\Api\EditableRepository $repo, |
||
$context | Puli\Manager\Api\Context\ProjectContext | |
$repo | Puli\Repository\Api\EditableRepository | |
$modules | ||
$jsonStorage |
public addRootPathMapping ( |
||
$mapping |
public findPathMappings ( Webmozart\Expression\Expression $expr ) | ||
$expr | Webmozart\Expression\Expression |
public findRootPathMappings ( Webmozart\Expression\Expression $expr ) | ||
$expr | Webmozart\Expression\Expression |
public hasPathMappings ( Webmozart\Expression\Expression $expr = null ) | ||
$expr | Webmozart\Expression\Expression |
public hasRootPathMappings ( Webmozart\Expression\Expression $expr = null ) | ||
$expr | Webmozart\Expression\Expression |
public removeRootPathMappings ( Webmozart\Expression\Expression $expr ) | ||
$expr | Webmozart\Expression\Expression |