Move Drupal\eca\Attributes\Token to Drupal\eca\Attribute\Token
Problem/Motivation
We've used the wrong namespace Drupal\eca\Attributes\Token with plural attributes. This should be moved to singular Drupal\eca\Attribute\Token.
Proposed resolution
- Deprecate the wrong namespace in 2.0
- Remove the old one in 3.0
- Adjust the new one and all usages
Edited by drupalbot