Home
last modified time | relevance | path

Searched refs:addQueryStringMethod (Results 1 – 21 of 21) sorted by relevance

/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/10.0/
H A DBreaking-88755-RemovePOSTOptionFromTypolinkaddQueryStringmethod.rst51 argument :php:`addQueryStringMethod` is affected in view helper of TYPO3 core like shown below
52 + :html:`<f:form ... addQueryStringMethod="POST">`
53 + :html:`<f:link.action addQueryStringMethod="POST">`
54 + :html:`<f:link.page ... addQueryStringMethod="POST">`
55 + :html:`<f:link.typolink addQueryStringMethod="POST">`
56 + :html:`<f:uri.action ... addQueryStringMethod="POST">`
57 + :html:`<f:uri.page ... addQueryStringMethod="POST">`
58 + :html:`<f:uri.typolink addQueryStringMethod="POST">`
59 + :html:`<f:widget.uri ... addQueryStringMethod="POST">`
60 + :html:`<f:widget.link addQueryStringMethod="POST">`
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/10.0/
H A DBreaking-88755-RemovePOSTOptionFromTypolinkaddQueryStringmethod.rst51 argument :php:`addQueryStringMethod` is affected in view helper of TYPO3 core like shown below
52 + :html:`<f:form ... addQueryStringMethod="POST">`
53 + :html:`<f:link.action addQueryStringMethod="POST">`
54 + :html:`<f:link.page ... addQueryStringMethod="POST">`
55 + :html:`<f:link.typolink addQueryStringMethod="POST">`
56 + :html:`<f:uri.action ... addQueryStringMethod="POST">`
57 + :html:`<f:uri.page ... addQueryStringMethod="POST">`
58 + :html:`<f:uri.typolink addQueryStringMethod="POST">`
59 + :html:`<f:widget.uri ... addQueryStringMethod="POST">`
60 + :html:`<f:widget.link addQueryStringMethod="POST">`
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/extbase/Classes/Mvc/Web/Routing/
H A DUriBuilder.php97 protected $addQueryStringMethod = ''; variable in TYPO3\\CMS\\Extbase\\Mvc\\Web\\Routing\\UriBuilder
358 * @param string $addQueryStringMethod
364 if ($addQueryStringMethod === 'POST') {
366 $addQueryStringMethod = null;
367 } elseif ($addQueryStringMethod === 'GET,POST' || $addQueryStringMethod === 'POST,GET') {
369 $addQueryStringMethod = 'GET';
371 $this->addQueryStringMethod = $addQueryStringMethod;
381 return $this->addQueryStringMethod;
562 $this->addQueryStringMethod = '';
691 …if ($this->addQueryStringMethod === '' || $this->addQueryStringMethod === '0' || $this->addQuerySt…
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/extbase/Classes/Mvc/Web/Routing/
H A DUriBuilder.php87 protected $addQueryStringMethod; variable in TYPO3\\CMS\\Extbase\\Mvc\\Web\\Routing\\UriBuilder
321 * @param string $addQueryStringMethod
325 public function setAddQueryStringMethod($addQueryStringMethod) argument
327 $this->addQueryStringMethod = $addQueryStringMethod;
336 return (string)$this->addQueryStringMethod;
513 $this->addQueryStringMethod = null;
629 if ($this->addQueryStringMethod) {
630 switch ($this->addQueryStringMethod) {
744 if ($this->addQueryStringMethod) {
745 $typolinkConfiguration['addQueryString.']['method'] = $this->addQueryStringMethod;
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/fluid/Classes/ViewHelpers/Uri/
H A DPageViewHelper.php108 $addQueryStringMethod = $arguments['addQueryStringMethod'];
129 if (is_string($addQueryStringMethod)) {
130 $uriBuilder->setAddQueryStringMethod($addQueryStringMethod);
H A DActionViewHelper.php98 $addQueryStringMethod = $arguments['addQueryStringMethod'] ?? '';
150 if ($addQueryStringMethod !== '') {
151 $uriBuilder->setAddQueryStringMethod($addQueryStringMethod);
H A DTypolinkViewHelper.php107 $addQueryStringMethod = $arguments['addQueryStringMethod'] ?? 'GET';
121 'method' => $addQueryStringMethod,
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/fluid/Classes/ViewHelpers/Widget/
H A DUriViewHelper.php126 $addQueryStringMethod = $arguments['addQueryStringMethod'] ?? null;
127 if (is_string($addQueryStringMethod)) {
128 $uriBuilder->setAddQueryStringMethod($addQueryStringMethod);
H A DLinkViewHelper.php134 $addQueryStringMethod = $this->arguments['addQueryStringMethod'] ?? null;
135 if (is_string($addQueryStringMethod)) {
136 $uriBuilder->setAddQueryStringMethod($addQueryStringMethod);
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/fluid/Classes/ViewHelpers/Link/
H A DActionViewHelper.php98 $addQueryStringMethod = $this->arguments['addQueryStringMethod'];
119 if (is_string($addQueryStringMethod)) {
120 $uriBuilder->setAddQueryStringMethod($addQueryStringMethod);
H A DPageViewHelper.php116 $addQueryStringMethod = $this->arguments['addQueryStringMethod'] ?? null;
135 if (is_string($addQueryStringMethod)) {
136 $uriBuilder->setAddQueryStringMethod($addQueryStringMethod);
H A DTypolinkViewHelper.php148 $addQueryStringMethod = $arguments['addQueryStringMethod'] ?? 'GET';
164 'method' => $addQueryStringMethod,
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/fluid/Classes/ViewHelpers/Uri/
H A DPageViewHelper.php100 $addQueryStringMethod = $arguments['addQueryStringMethod'];
103 …ng($argumentsToBeExcludedFromQueryString)->setAddQueryStringMethod($addQueryStringMethod)->build();
H A DTypolinkViewHelper.php89 $addQueryStringMethod = $arguments['addQueryStringMethod'];
102 'method' => $addQueryStringMethod,
H A DActionViewHelper.php82 $addQueryStringMethod = $arguments['addQueryStringMethod'];
102 ->setAddQueryStringMethod($addQueryStringMethod)
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/fluid/Classes/ViewHelpers/Link/
H A DPageViewHelper.php108 $addQueryStringMethod = $this->arguments['addQueryStringMethod'] ?? null;
121 ->setAddQueryStringMethod($addQueryStringMethod)
H A DActionViewHelper.php92 $addQueryStringMethod = $this->arguments['addQueryStringMethod'];
108 ->setAddQueryStringMethod($addQueryStringMethod)
H A DTypolinkViewHelper.php124 $addQueryStringMethod = $arguments['addQueryStringMethod'] ?? 'GET';
154 'method' => $addQueryStringMethod,
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/11.0/
H A DBreaking-93041-RemoveTypoScriptOptionAddQueryStringmethod.rst41 Using the :html:`addQueryStringMethod` argument in the following
60 * with custom templates setting the :html:`addQueryStringMethod` argument in Fluid using one of the…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/fluid/Classes/ViewHelpers/
H A DFormViewHelper.php225 $addQueryStringMethod = $this->arguments['addQueryStringMethod'] ?? null;
226 if (is_string($addQueryStringMethod)) {
227 $uriBuilder->setAddQueryStringMethod($addQueryStringMethod);
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/extbase/Classes/Mvc/Web/Routing/
H A DUriBuilder.php341 * @param string $addQueryStringMethod
345 public function setAddQueryStringMethod(string $addQueryStringMethod): UriBuilder argument