Skip to content

Commit 4eb2f2d

Browse files
NiklanChi-teck
authored andcommitted
Update ExampleType.php.twig
1 parent b026b08 commit 4eb2f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/d8/module/content-entity/src/Entity/ExampleType.php.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ use Drupal\Core\Config\Entity\ConfigEntityBundleBase;
3232
* links = {
3333
* "add-form" = "/admin/structure/{{ entity_type_id }}_types/add",
3434
* "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",
35+
* "delete-form" = "/admin/structure/{{ entity_type_id }}_types/manage/{{ '{' ~ entity_type_id ~ '_type}' }}/delete",
3636
* "collection" = "/admin/structure/{{ entity_type_id }}_types"
3737
* },
3838
* config_export = {

0 commit comments

Comments
 (0)