FluidTYPO3\Flux\Form\Container\Section::build PHP Method

build() public method

public build ( ) : array
return array
    public function build()
    {
        $structureArray = array('type' => 'array', 'title' => $this->getLabel(), 'section' => '1', 'el' => $this->buildChildren($this->children));
        return $structureArray;
    }