Skip to content
Snippets Groups Projects

Update TokenCustomType.php

1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
@@ -39,10 +39,10 @@ use Drupal\token_custom\TokenCustomTypeInterface;
@@ -39,10 +39,10 @@ use Drupal\token_custom\TokenCustomTypeInterface;
* },
* },
* links = {
* links = {
* "add-form" = "/admin/structure/token-custom/type/add",
* "add-form" = "/admin/structure/token-custom/type/add",
* "edit-form" = "/admin/structure/token-custom/type/manage/{token_custom}/edit",
* "edit-form" = "/admin/structure/token-custom/type/manage/{token_custom_type}/edit",
* "delete-form" = "/admin/structure/token-custom/type/manage/{token_custom}/delete",
* "delete-form" = "/admin/structure/token-custom/type/manage/{token_custom_type}/delete",
* "collection" = "/admin/structure/token-custom/type",
* "collection" = "/admin/structure/token-custom/type",
* "canonical" = "/admin/structure/token-custom/type/manage/{token_custom}",
* "canonical" = "/admin/structure/token-custom/type/manage/{token_custom_type}/edit",
* }
* }
* )
* )
*/
*/
Loading