[Token: load route parameter] support load raw route parameter
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3541958. -->
Reported by: [ipumpkin](https://www.drupal.org/user/2279442)
Related to !551
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>in process Token: load route parameter<br>
Parts of converted route parameter not supported in token:</p>
<p><code>Invalid values given. Values must be represented as an associative array..\n\n#0 /var/www/html/docroot/modules/contrib/eca/src/Token/TokenDecoratorTrait.php(144): Drupal\eca\Plugin\DataType\DataTransferObject->setValue() #1 /var/www/html/docroot/modules/contrib/eca/src/Token/TokenServices.php(69): Drupal\eca\Token\ContribToken->addTokenData() #2 /var/www/html/docroot/modules/contrib/eca/modules/miscellaneous/src/Plugin/Action/TokenLoadRouteParameter.php(53): Drupal\eca\Token\TokenServices->addTokenData() #3 /var/www/html/docroot/modules/contrib/eca/src/Entity/Objects/EcaAction.php(107): Drupal\eca_misc\Plugin\Action\TokenLoadRouteParameter->execute() #4 /var/www/html/docroot/modules/contrib/eca/src/Processor.php(298): Drupal\eca\Entity\Objects\EcaAction->execute() </code></p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Add an option to load raw route parameter as string value.</p>
issue