Sets the resources for this configuration.
@api
ResourceInterface[] $resources An array of resources:
ContainerBuilder The current instance
public function setResources(array $resources) {
if (!$this->trackResources) {
return $this;
}
$this->resources = $resources;
return $this;
}