Nelmio\SolariumBundle\DependencyInjection\Configuration::getNormalizeListToArrayClosure PHP Method

getNormalizeListToArrayClosure() public method

    public function getNormalizeListToArrayClosure()
    {
        return function ($endpointList) {
            return preg_split('/\\s*,\\s*/', $endpointList);
        };
    }