This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Generates an absolute URL for a page (based on Site Handling) | |
* | |
* @param int $pageId | |
* @param array|null $arguments | |
* @return UriInterface | |
* @throws \TYPO3\CMS\Core\Exception\SiteNotFoundException | |
* @throws \TYPO3\CMS\Core\Routing\InvalidRouteArgumentsException | |
*/ | |
private function getUrlForPage(int $pageId, array $arguments = null): UriInterface |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
plugin.tx_powermail.settings.setup { | |
finishers { | |
89 { | |
class = GeorgRinger\Example\Hooks\Frontend\SaveFinisher | |
config { | |
# location in fileadmin | |
path = formuploads/ | |
# pid to save |