Networking\InitCmsBundle\Component\Routing\Route::getContent PHP Method

getContent() public method

If there is no specific content for this url (i.e. its an "application" page), may return null.
public getContent ( ) : object
return object the document or entity this route entry points to
    public function getContent()
    {
        return $this->getDefault(self::CONTENT_OBJECT);
    }