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
<?php | |
namespace Acme\Package\Tests\Functional; | |
use TYPO3\Flow\Annotations as Flow; | |
use TYPO3\Flow\Configuration\ConfigurationManager; | |
use TYPO3\Flow\Tests\FunctionalTestCase; | |
use TYPO3\Eel\Utility as EelUtility; | |
/** | |
* Designed as a functional test, should offer every information you need to get started. |
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
- | |
name: 'Search paginate' | |
uriPattern: '{node}/{--typo3-typo3cr-viewhelpers-widget-paginateviewhelper.currentPage}' | |
defaults: | |
'@package': 'TYPO3.Neos' | |
'@controller': 'Frontend\Node' | |
'@format': 'html' | |
'@action': 'show' | |
'--typo3-typo3cr-viewhelpers-widget-paginateviewhelper': | |
'@package': '' |
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
- | |
name: 'CreditCardAuthorization' | |
uriPattern: '{node}/onepay/{--pipeu_factura_nodetypes-document.paymentType.__type}/{--pipeu_factura_nodetypes-document.document}/{--pipeu_factura_nodetypes-document.hash}/authorizecreditcard.{@format}' | |
defaults: | |
'@package': 'TYPO3.Neos' | |
'@controller': 'Frontend\Node' | |
'@format': 'html' | |
'@action': 'show' | |
'--pipeu_factura_nodetypes-document': | |
'@package': 'PIPEU.Factura.NodeTypes' |
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
TYPO3: | |
Neos: | |
modules: | |
management: | |
submodules: | |
foo: | |
additionalResources: | |
styleSheets: | |
- resource://FOO.bar/Public/Styles/Module/Management/foo.css | |
javaScripts: |
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
/** | |
* Property Mapping Setup | |
* | |
* @return void | |
*/ | |
public function initializeCreateOverlayAction() { | |
$propertyMappingConfiguration = $this->arguments['since']->getPropertyMappingConfiguration(); | |
$propertyMappingConfiguration->setTypeConverterOption('TYPO3\\CMS\\Extbase\\Property\\TypeConverter\\DateTimeConverter', \TYPO3\CMS\Extbase\Property\TypeConverter\DateTimeConverter::CONFIGURATION_DATE_FORMAT, 'Y-m-d'); |
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
<?php | |
/* * | |
* This script belongs to the TYPO3 Flow framework. * | |
* * | |
* It is free software; you can redistribute it and/or modify it under * | |
* the terms of the GNU Lesser General Public License, either version 3 * | |
* of the License, or (at your option) any later version. * | |
* * | |
* The TYPO3 project - inspiring people to share! * | |
* */ |
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
<f:translate id="invoice.email.message" package="PIPEU.Site" source="Main" locale="{document.localeIdentifier}" | |
arguments="{ | |
fullName:document.primaryPersonName.fullName, | |
showLink: '{neos:uri.node(node:targetNode,absolute:true,arguments:\'{--pipeu_factura_nodetypes-document:{\"@package\":\"pipeu.factura.nodetypes\",\"@controller\":\"document\",\"@action\":\"show\",document:document,hash:document.hash}}\')}' | |
}"> |
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
Source: | |
node123.html?--pipeu_factura_nodetypes-basket%5B%40package%5D=pipeu.factura.nodetypes&--pipeu_factura_nodetypes-basket%5B%40controller%5D=basket&--pipeu_factura_nodetypes-basket%5B%40action%5D=index | |
Target: | |
node123/basket.html | |
############################ | |
Source: | |
node123.html?--pipeu_factura_nodetypes-basket%5B%40package%5D=pipeu.factura.nodetypes&--pipeu_factura_nodetypes-basket%5B%40controller%5D=basket&--pipeu_factura_nodetypes-basket%5B%40action%5D=step1 |
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
#This walks into the main Routes.yaml in Flows Root Folder "Configuration" | |
- | |
name: 'Your Fantastic Name' | |
uriPattern: '<YourPackageSubroutes>' | |
subRoutes: | |
'YourPackageSubroutes': | |
package: 'YOUR.Package' |
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
<?php | |
/* * | |
* This script belongs to the TYPO3 Flow framework. * | |
* * | |
* It is free software; you can redistribute it and/or modify it under * | |
* the terms of the GNU Lesser General Public License, either version 3 * | |
* of the License, or (at your option) any later version. * | |
* * | |
* The TYPO3 project - inspiring people to share! * | |
* */ |
NewerOlder