Method |
Description |
|
createSymlinksFromFinder ( Finder $finder, string $prepend ) |
Generates symlinks from a Finder object. |
|
filterNestedPaths ( Finder $finder, string $prepend ) : Symfony\Component\Finder\SplFileInfo[] |
Filters nested paths so only the top folder is symlinked. |
|
findIn ( string $path ) : Finder |
Returns a finder instance to find files in the given path. |
|
generateSymlinks ( ) |
Generates the symlinks in the web directory. |
|
symlink ( string $target, string $link ) |
Generates a symlink. |
|
symlinkFiles ( string $uploadPath ) |
Creates the file symlinks. |
|
symlinkModules ( ) |
Creates symlinks for the public module subfolders. |
|
symlinkThemes ( ) |
Creates the theme symlinks. |
|