Returns an array of resources loaded to build this configuration.
@api
Return value
ResourceInterface[] An array of resources
File
- drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php, line 187
Class
- ContainerBuilder
- ContainerBuilder is a DI container that provides an API to easily describe services.
Namespace
Symfony\Component\DependencyInjection
Code
public function getResources() {
return array_unique($this->resources);
}