Add service files.
string[] $service_yamls: A list of service files.
protected function addServiceFiles(array $service_yamls) { $this->serviceYamls['site'] = array_filter($service_yamls, 'file_exists'); }