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

loadSectionByIdentifier() public method

Loads a Section from its identifier ($sectionIdentifier).
public loadSectionByIdentifier ( string $sectionIdentifier ) : eZ\Publish\API\Repository\Values\Content\Section
$sectionIdentifier string
return eZ\Publish\API\Repository\Values\Content\Section
    public function loadSectionByIdentifier($sectionIdentifier)
    {
        return $this->service->loadSectionByIdentifier($sectionIdentifier);
    }