Devise\Pages\Viewvars\DataBuilder::compile PHP Method

compile() public method

Injects data from config into the current view
public compile ( $queue ) : array
return array
    public function compile($queue)
    {
        $this->processQueue($queue);
        return $this->data;
    }