List the profiles for this directory.
This version only returns those passed to the constructor.
string $directory: The current search directory like 'modules' or 'themes'.
array A list of profiles.
protected function profiles($directory) {
return $this->profiles;
}