Move Drupal\eca\Attributes\Token to Drupal\eca\Attribute\Token
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3531792. --> Reported by: [jurgenhaas](https://www.drupal.org/user/168924) >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>We've used the wrong namespace <code>Drupal\eca\Attributes\Token</code> with plural attributes. This should be moved to singular <code>Drupal\eca\Attribute\Token</code>.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <ul> <li>Deprecate the wrong namespace in 2.0</li> <li>Remove the old one in 3.0</li> <li>Adjust the new one and all usages</li> </ul>
issue