We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b026b08 commit 4eb2f2dCopy full SHA for 4eb2f2d
templates/d8/module/content-entity/src/Entity/ExampleType.php.twig
@@ -32,7 +32,7 @@ use Drupal\Core\Config\Entity\ConfigEntityBundleBase;
32
* links = {
33
* "add-form" = "/admin/structure/{{ entity_type_id }}_types/add",
34
* "edit-form" = "/admin/structure/{{ entity_type_id }}_types/manage/{{ '{' ~ entity_type_id ~ '_type}' }}",
35
- * "delete-form" = "/admin/structure/{{ entity_type_id }}_types/manage/{{ '{' ~ entity_type_id ~ ' _type}' }}/delete",
+ * "delete-form" = "/admin/structure/{{ entity_type_id }}_types/manage/{{ '{' ~ entity_type_id ~ '_type}' }}/delete",
36
* "collection" = "/admin/structure/{{ entity_type_id }}_types"
37
* },
38
* config_export = {
0 commit comments