eZ\Publish\Core\SignalSlot\SectionService::loadSection PHP Method

loadSection() public method

Loads a Section from its id ($sectionId).
public loadSection ( mixed $sectionId ) : eZ\Publish\API\Repository\Values\Content\Section
$sectionId mixed
return eZ\Publish\API\Repository\Values\Content\Section
    public function loadSection($sectionId)
    {
        return $this->service->loadSection($sectionId);
    }