2 declare(strict_types = 1);
63 if (is_array($arguments) && count($arguments) > 0) {
64 $parameters = [$pluginNamespace => $arguments];
65 $parameters[
'id'] = $this->typoScriptFrontendController->id;
66 $relevantParameters = $this->cacheHashCalculator->getRelevantParameters(
67 http_build_query($parameters,
'',
'&', PHP_QUERY_RFC3986)
69 if (count($relevantParameters) > 0) {
70 $this->typoScriptFrontendController->reqCHash();