AppserverIo\Appserver\Core\Api\ContainerService::findAll PHP Method

findAll() public method

Return's all container node configurations.
See also: AppserverIo\Appserver\Core\Api\ServiceInterface::findAll()
public findAll ( ) : array
return array An array with container node configurations
    public function findAll()
    {
        return $this->getSystemConfiguration()->getContainers();
    }