Loading core/modules/block_content/src/Entity/BlockContentType.php +3 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,8 @@ * "delete" = "Drupal\block_content\Form\BlockContentTypeDeleteForm" * }, * "route_provider" = { * "html" = "Drupal\Core\Entity\Routing\AdminHtmlRouteProvider" * "html" = "Drupal\Core\Entity\Routing\AdminHtmlRouteProvider", * "permissions" = "Drupal\user\Entity\EntityPermissionsRouteProviderWithCheck", * }, * "list_builder" = "Drupal\block_content\BlockContentTypeListBuilder" * }, Loading @@ -40,6 +41,7 @@ * links = { * "delete-form" = "/admin/structure/block/block-content/manage/{block_content_type}/delete", * "edit-form" = "/admin/structure/block/block-content/manage/{block_content_type}", * "entity-permissions-form" = "/admin/structure/block/block-content/manage/{block_content_type}/permissions", * "collection" = "/admin/structure/block/block-content/types", * }, * config_export = { Loading core/modules/comment/src/Entity/CommentType.php +4 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,9 @@ * "edit" = "Drupal\comment\CommentTypeForm", * "delete" = "Drupal\comment\Form\CommentTypeDeleteForm" * }, * "route_provider" = { * "permissions" = "Drupal\user\Entity\EntityPermissionsRouteProviderWithCheck", * }, * "list_builder" = "Drupal\comment\CommentTypeListBuilder" * }, * admin_permission = "administer comment types", Loading @@ -37,6 +40,7 @@ * "delete-form" = "/admin/structure/comment/manage/{comment_type}/delete", * "edit-form" = "/admin/structure/comment/manage/{comment_type}", * "add-form" = "/admin/structure/comment/types/add", * "entity-permissions-form" = "/admin/structure/comment/manage/{comment_type}/permissions", * "collection" = "/admin/structure/comment", * }, * config_export = { Loading core/modules/contact/src/Entity/ContactForm.php +4 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,9 @@ * "add" = "Drupal\contact\ContactFormEditForm", * "edit" = "Drupal\contact\ContactFormEditForm", * "delete" = "Drupal\Core\Entity\EntityDeleteForm" * }, * "route_provider" = { * "permissions" = "Drupal\user\Entity\EntityPermissionsRouteProviderWithCheck", * } * }, * config_prefix = "form", Loading @@ -38,6 +41,7 @@ * links = { * "delete-form" = "/admin/structure/contact/manage/{contact_form}/delete", * "edit-form" = "/admin/structure/contact/manage/{contact_form}", * "entity-permissions-form" = "/admin/structure/contact/manage/{contact_form}/permissions", * "collection" = "/admin/structure/contact", * "canonical" = "/contact/{contact_form}", * }, Loading core/modules/media/src/Entity/MediaType.php +2 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,7 @@ * "list_builder" = "Drupal\media\MediaTypeListBuilder", * "route_provider" = { * "html" = "Drupal\Core\Entity\Routing\DefaultHtmlRouteProvider", * "permissions" = "Drupal\user\Entity\EntityPermissionsRouteProvider", * } * }, * admin_permission = "administer media types", Loading @@ -55,6 +56,7 @@ * "add-form" = "/admin/structure/media/add", * "edit-form" = "/admin/structure/media/manage/{media_type}", * "delete-form" = "/admin/structure/media/manage/{media_type}/delete", * "entity-permissions-form" = "/admin/structure/media/manage/{media_type}/permissions", * "collection" = "/admin/structure/media", * }, * ) Loading core/modules/node/src/Entity/NodeType.php +4 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,9 @@ * "edit" = "Drupal\node\NodeTypeForm", * "delete" = "Drupal\node\Form\NodeTypeDeleteConfirm" * }, * "route_provider" = { * "permissions" = "Drupal\user\Entity\EntityPermissionsRouteProvider", * }, * "list_builder" = "Drupal\node\NodeTypeListBuilder", * }, * admin_permission = "administer content types", Loading @@ -38,6 +41,7 @@ * links = { * "edit-form" = "/admin/structure/types/manage/{node_type}", * "delete-form" = "/admin/structure/types/manage/{node_type}/delete", * "entity-permissions-form" = "/admin/structure/types/manage/{node_type}/permissions", * "collection" = "/admin/structure/types", * }, * config_export = { Loading Loading
core/modules/block_content/src/Entity/BlockContentType.php +3 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,8 @@ * "delete" = "Drupal\block_content\Form\BlockContentTypeDeleteForm" * }, * "route_provider" = { * "html" = "Drupal\Core\Entity\Routing\AdminHtmlRouteProvider" * "html" = "Drupal\Core\Entity\Routing\AdminHtmlRouteProvider", * "permissions" = "Drupal\user\Entity\EntityPermissionsRouteProviderWithCheck", * }, * "list_builder" = "Drupal\block_content\BlockContentTypeListBuilder" * }, Loading @@ -40,6 +41,7 @@ * links = { * "delete-form" = "/admin/structure/block/block-content/manage/{block_content_type}/delete", * "edit-form" = "/admin/structure/block/block-content/manage/{block_content_type}", * "entity-permissions-form" = "/admin/structure/block/block-content/manage/{block_content_type}/permissions", * "collection" = "/admin/structure/block/block-content/types", * }, * config_export = { Loading
core/modules/comment/src/Entity/CommentType.php +4 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,9 @@ * "edit" = "Drupal\comment\CommentTypeForm", * "delete" = "Drupal\comment\Form\CommentTypeDeleteForm" * }, * "route_provider" = { * "permissions" = "Drupal\user\Entity\EntityPermissionsRouteProviderWithCheck", * }, * "list_builder" = "Drupal\comment\CommentTypeListBuilder" * }, * admin_permission = "administer comment types", Loading @@ -37,6 +40,7 @@ * "delete-form" = "/admin/structure/comment/manage/{comment_type}/delete", * "edit-form" = "/admin/structure/comment/manage/{comment_type}", * "add-form" = "/admin/structure/comment/types/add", * "entity-permissions-form" = "/admin/structure/comment/manage/{comment_type}/permissions", * "collection" = "/admin/structure/comment", * }, * config_export = { Loading
core/modules/contact/src/Entity/ContactForm.php +4 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,9 @@ * "add" = "Drupal\contact\ContactFormEditForm", * "edit" = "Drupal\contact\ContactFormEditForm", * "delete" = "Drupal\Core\Entity\EntityDeleteForm" * }, * "route_provider" = { * "permissions" = "Drupal\user\Entity\EntityPermissionsRouteProviderWithCheck", * } * }, * config_prefix = "form", Loading @@ -38,6 +41,7 @@ * links = { * "delete-form" = "/admin/structure/contact/manage/{contact_form}/delete", * "edit-form" = "/admin/structure/contact/manage/{contact_form}", * "entity-permissions-form" = "/admin/structure/contact/manage/{contact_form}/permissions", * "collection" = "/admin/structure/contact", * "canonical" = "/contact/{contact_form}", * }, Loading
core/modules/media/src/Entity/MediaType.php +2 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,7 @@ * "list_builder" = "Drupal\media\MediaTypeListBuilder", * "route_provider" = { * "html" = "Drupal\Core\Entity\Routing\DefaultHtmlRouteProvider", * "permissions" = "Drupal\user\Entity\EntityPermissionsRouteProvider", * } * }, * admin_permission = "administer media types", Loading @@ -55,6 +56,7 @@ * "add-form" = "/admin/structure/media/add", * "edit-form" = "/admin/structure/media/manage/{media_type}", * "delete-form" = "/admin/structure/media/manage/{media_type}/delete", * "entity-permissions-form" = "/admin/structure/media/manage/{media_type}/permissions", * "collection" = "/admin/structure/media", * }, * ) Loading
core/modules/node/src/Entity/NodeType.php +4 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,9 @@ * "edit" = "Drupal\node\NodeTypeForm", * "delete" = "Drupal\node\Form\NodeTypeDeleteConfirm" * }, * "route_provider" = { * "permissions" = "Drupal\user\Entity\EntityPermissionsRouteProvider", * }, * "list_builder" = "Drupal\node\NodeTypeListBuilder", * }, * admin_permission = "administer content types", Loading @@ -38,6 +41,7 @@ * links = { * "edit-form" = "/admin/structure/types/manage/{node_type}", * "delete-form" = "/admin/structure/types/manage/{node_type}/delete", * "entity-permissions-form" = "/admin/structure/types/manage/{node_type}/permissions", * "collection" = "/admin/structure/types", * }, * config_export = { Loading