Get/set paths for an extension. Setting paths will replace
global or per target existing paths. Its only intended for testing.
public paths ( string $ext, string $target = null, array $paths = null ) : array | ||
$ext | string | Extension to get paths for. |
$target | string | A build target. If provided the target's paths (if any) will also be returned. |
$paths | array | Paths to replace either the global or per target paths. |
return | array | An array of paths to search for assets on. |