Download the PHP package uniolweb/uniollib without Composer
On this page you can find all versions of the php package uniolweb/uniollib. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download uniolweb/uniollib
More information about uniolweb/uniollib
Files in uniolweb/uniollib
Download uniolweb/uniollib
More information about uniolweb/uniollib
Files in uniolweb/uniollib
Vendor uniolweb
Package uniollib
Short Description Extension library for Carl von Ossietzky Universität Oldenburg
License GPL-2.0-or-later
Package uniollib
Short Description Extension library for Carl von Ossietzky Universität Oldenburg
License GPL-2.0-or-later
Keywords typo3TYPO3 Extension
Please rate this library. Is it a good library?
Informations about the package uniollib
uniollib
Functionality for PreviewRenderers (Backend page layout view for content elements)
Usage
Inside a PreviewRenderer:
-
use PageLayoutService
$this->layoutService->initialize(); $this->layoutService->addRow('My header', 'Something something'); $this->layoutService->addDocumentationLink($this->documentationUrl);
if (/ ... /) { $this->layoutService->addMessage( $this->getLanguageString('error.message.fetch.5'), PageLayoutService::STATUS_ERROR );
}
return $this->layoutService->render();
All versions of uniollib with dependencies
PHP Build Version
Package Version
Requires
typo3/cms-backend Version
^13.4.22
typo3/cms-core Version ^13.4.22
typo3/cms-fluid Version ^13.4.22
typo3/cms-core Version ^13.4.22
typo3/cms-fluid Version ^13.4.22
The package uniolweb/uniollib contains the following files
Loading the files please wait ...