Skip to content
Snippets Groups Projects

Issue #3492547: Add Drupal 10 & 11 compatibility

Merged Joshua Sedler requested to merge issue/token_custom-3492547:3492547-add-drupal-10 into 8.x-1.x
4 files
+ 10
5
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -49,7 +49,6 @@ class TokenCustomController extends ControllerBase {
* The custom token type storage.
*/
public function __construct(EntityStorageInterface $token_custom_storage, EntityStorageInterface $token_custom_type_storage) {
$this->tokenCustomStorage = $token_custom_storage;
$this->tokenCustomTypeStorage = $token_custom_type_storage;
}
Loading