eZ\Publish\Core\Persistence\Cache\SectionHandler::loadAll PHP Method

loadAll() public method

Get all section data.
public loadAll ( ) : eZ\Publish\SPI\Persistence\Content\Section[]
return eZ\Publish\SPI\Persistence\Content\Section[]
    public function loadAll()
    {
        $this->logger->logCall(__METHOD__);
        return $this->persistenceHandler->sectionHandler()->loadAll();
    }