EC-CUBE / EC-CUBE/doc4.ec-cube.net

Routing一覧のページの作成

Open
#112 0 comments 0 reactions 0 assignees View on GitHub
Customize improvement
Dominant language
HTML
Stars
16
Forks
63
PR merge metrics
No merged PRs in 30d

Description

Routing一覧があった方がわかりやすいかと思います。
4.0.4時点のRoutingは以下となります。

```
------------------------------------------- -------- ------------ ------ ---------------------------------------------------------------
Name Method Scheme Host Path
------------------------------------------- -------- ------------ ------ ---------------------------------------------------------------
admin_login ANY https|http ANY /admin/login
admin_homepage ANY https|http ANY /admin/
admin_homepage_sale ANY https|http ANY /admin/sale_chart
admin_change_password ANY https|http ANY /admin/change_password
admin_homepage_nonstock ANY https|http ANY /admin/search_nonstock
admin_homepage_customer ANY https|http ANY /admin/search_customer
admin_content_block ANY https|http ANY /admin/content/block
admin_content_block_new ANY https|http ANY /admin/content/block/new
admin_content_block_edit ANY https|http ANY /admin/content/block/{id}/edit
admin_content_block_delete DELETE https|http ANY /admin/content/block/{id}/delete
admin_content_cache ANY https|http ANY /admin/content/cache
admin_content_css ANY https|http ANY /admin/content/css
admin_content_file ANY https|http ANY /admin/content/file_manager
admin_content_file_view ANY https|http ANY /admin/content/file_view
admin_content_file_delete DELETE https|http ANY /admin/content/file_delete
admin_content_file_download ANY https|http ANY /admin/content/file_download
admin_content_js ANY https|http ANY /admin/content/js
admin_content_layout ANY https|http ANY /admin/content/layout
admin_content_layout_delete DELETE https|http ANY /admin/content/layout/{id}/delete
admin_content_layout_new ANY https|http ANY /admin/content/layout/new
admin_content_layout_edit ANY https|http ANY /admin/content/layout/{id}/edit
admin_content_layout_view_block GET https|http ANY /admin/content/layout/view_block
admin_content_layout_preview ANY https|http ANY /admin/content/layout/{id}/preview
admin_content_maintenance ANY https|http ANY /admin/content/maintenance
admin_content_news ANY https|http ANY /admin/content/news
admin_content_news_page ANY https|http ANY /admin/content/news/page/{page_no}
admin_content_news_new ANY https|http ANY /admin/content/news/new
admin_content_news_edit ANY https|http ANY /admin/content/news/{id}/edit
admin_content_news_delete DELETE https|http ANY /admin/content/news/{id}/delete
admin_content_page ANY https|http ANY /admin/content/page
admin_content_page_new ANY https|http ANY /admin/content/page/new
admin_content_page_edit ANY https|http ANY /admin/content/page/{id}/edit
admin_content_page_delete DELETE https|http ANY /admin/content/page/{id}/delete
admin_customer ANY https|http ANY /admin/customer
admin_customer_page ANY https|http ANY /admin/customer/page/{page_no}
admin_customer_resend ANY https|http ANY /admin/customer/{id}/resend
admin_customer_delete DELETE https|http ANY /admin/customer/{id}/delete
admin_customer_export ANY https|http ANY /admin/customer/export
admin_customer_delivery_new ANY https|http ANY /admin/customer/{id}/delivery/new
admin_customer_delivery_edit ANY https|http ANY /admin/customer/{id}/delivery/{did}/edit
admin_customer_delivery_delete DELETE https|http ANY /admin/customer/{id}/delivery/{did}/delete
admin_customer_new ANY https|http ANY /admin/customer/new
admin_customer_edit ANY https|http ANY /admin/customer/{id}/edit
admin_shipping_csv_import ANY https|http ANY /admin/order/shipping_csv_upload
admin_shipping_csv_template ANY https|http ANY /admin/order/csv_template
admin_order_new ANY https|http ANY /admin/order/new
admin_order_edit ANY https|http ANY /admin/order/{id}/edit
admin_order_search_customer_html ANY https|http ANY /admin/order/search/customer/html
admin_order_search_customer_html_page ANY https|http ANY /admin/order/search/customer/html/page/{page_no}
admin_order_search_customer_by_id POST https|http ANY /admin/order/search/customer/id
admin_order_search_product ANY https|http ANY /admin/order/search/product
admin_order_search_product_page ANY https|http ANY /admin/order/search/product/page/{page_no}
admin_order_search_order_item_type ANY https|http ANY /admin/order/search/order_item_type
admin_order_mail ANY https|http ANY /admin/order/{id}/mail
admin_order_mail_view ANY https|http ANY /admin/order/mail/view
admin_order ANY https|http ANY /admin/order
admin_order_page ANY https|http ANY /admin/order/page/{page_no}
admin_order_bulk_delete POST https|http ANY /admin/order/bulk_delete
admin_order_export_order ANY https|http ANY /admin/order/export/order
admin_order_export_shipping ANY https|http ANY /admin/order/export/shipping
admin_shipping_update_order_status PUT https|http ANY /admin/shipping/{id}/order_status
admin_shipping_update_tracking_number PUT https|http ANY /admin/shipping/{id}/tracking_number
admin_order_export_pdf ANY https|http ANY /admin/order/export/pdf
admin_order_pdf_download ANY https|http ANY /admin/order/export/pdf/download
admin_shipping_edit ANY https|http ANY /admin/shipping/{id}/edit
admin_shipping_preview_notify_mail ANY https|http ANY /admin/shipping/preview_notify_mail/{id}
admin_shipping_notify_mail PUT https|http ANY /admin/shipping/notify_mail/{id}
admin_product_category ANY https|http ANY /admin/product/category
admin_product_category_show ANY https|http ANY /admin/product/category/{parent_id}
admin_product_category_edit ANY https|http ANY /admin/product/category/{id}/edit
admin_product_category_delete DELETE https|http ANY /admin/product/category/{id}/delete
admin_product_category_sort_no_move POST https|http ANY /admin/product/category/sort_no/move
admin_product_category_export ANY https|http ANY /admin/product/category/export
admin_product_class_category ANY https|http ANY /admin/product/class_category/{class_name_id}
admin_product_class_category_edit ANY https|http ANY /admin/product/class_category/{class_name_id}/{id}/edit
admin_product_class_category_delete DELETE https|http ANY /admin/product/class_category/{class_name_id}/{id}/delete
admin_product_class_category_visibility PUT https|http ANY /admin/product/class_category/{class_name_id}/{id}/visibility
admin_product_class_category_sort_no_move POST https|http ANY /admin/product/class_category/sort_no/move
admin_product_class_name ANY https|http ANY /admin/product/class_name
admin_product_class_name_edit ANY https|http ANY /admin/product/class_name/{id}/edit
admin_product_class_name_delete DELETE https|http ANY /admin/product/class_name/{id}/delete
admin_product_class_name_sort_no_move POST https|http ANY /admin/product/class_name/sort_no/move
admin_product_csv_import ANY https|http ANY /admin/product/product_csv_upload
admin_product_category_csv_import ANY https|http ANY /admin/product/category_csv_upload
admin_product_csv_template ANY https|http ANY /admin/product/csv_template/{type}
admin_product_product_class ANY https|http ANY /admin/product/product/class/{id}
admin_product_product_class_clear ANY https|http ANY /admin/product/product/class/{id}/clear
admin_product ANY https|http ANY /admin/product
admin_product_page ANY https|http ANY /admin/product/page/{page_no}
admin_product_classes_load GET https|http ANY /admin/product/classes/{id}/load
admin_product_image_add POST https|http ANY /admin/product/product/image/add
admin_product_product_new ANY https|http ANY /admin/product/product/new
admin_product_product_edit ANY https|http ANY /admin/product/product/{id}/edit
admin_product_product_delete DELETE https|http ANY /admin/product/product/{id}/delete
admin_product_product_copy POST https|http ANY /admin/product/product/{id}/copy
admin_product_product_display ANY https|http ANY /admin/product/product/{id}/display
admin_product_export ANY https|http ANY /admin/product/export
admin_product_bulk_product_status POST https|http ANY /admin/product/bulk/product-status/{id}
admin_product_tag ANY https|http ANY /admin/product/tag
admin_product_tag_delete DELETE https|http ANY /admin/product/tag/{id}/delete
admin_product_tag_sort_no_move POST https|http ANY /admin/product/tag/sort_no/move
admin_setting_shop_csv ANY https|http ANY /admin/setting/shop/csv/{id}
admin_setting_shop_delivery ANY https|http ANY /admin/setting/shop/delivery
admin_setting_shop_delivery_new ANY https|http ANY /admin/setting/shop/delivery/new
admin_setting_shop_delivery_edit ANY https|http ANY /admin/setting/shop/delivery/{id}/edit
admin_setting_shop_delivery_delete DELETE https|http ANY /admin/setting/shop/delivery/{id}/delete
admin_setting_shop_delivery_visibility PUT https|http ANY /admin/setting/shop/delivery/{id}/visibility
admin_setting_shop_delivery_sort_no_move POST https|http ANY /admin/setting/shop/delivery/sort_no/move
admin_setting_shop_mail ANY https|http ANY /admin/setting/shop/mail
admin_setting_shop_mail_edit ANY https|http ANY /admin/setting/shop/mail/{id}
admin_setting_shop_mail_preview ANY https|http ANY /admin/setting/shop/mail/preview
admin_setting_shop_payment ANY https|http ANY /admin/setting/shop/payment
admin_setting_shop_payment_new ANY https|http ANY /admin/setting/shop/payment/new
admin_setting_shop_payment_edit ANY https|http ANY /admin/setting/shop/payment/{id}/edit
admin_payment_image_add ANY https|http ANY /admin/setting/shop/payment/image/add
admin_setting_shop_payment_delete DELETE https|http ANY /admin/setting/shop/payment/{id}/delete
admin_setting_shop_payment_visible PUT https|http ANY /admin/setting/shop/payment/{id}/visible
admin_setting_shop_payment_sort_no_move POST https|http ANY /admin/setting/shop/payment/sort_no/move
admin_setting_shop ANY https|http ANY /admin/setting/shop
admin_setting_shop_tax ANY https|http ANY /admin/setting/shop/tax
admin_setting_shop_tax_new ANY https|http ANY /admin/setting/shop/tax/new
admin_setting_shop_tax_delete DELETE https|http ANY /admin/setting/shop/tax/{id}/delete
admin_setting_system_authority ANY https|http ANY /admin/setting/system/authority
admin_setting_system_log ANY https|http ANY /admin/setting/system/log
admin_setting_system_masterdata ANY https|http ANY /admin/setting/system/masterdata
admin_setting_system_masterdata_view ANY https|http ANY /admin/setting/system/masterdata/{entity}/edit
admin_setting_system_masterdata_edit ANY https|http ANY /admin/setting/system/masterdata/edit
admin_setting_system_member ANY https|http ANY /admin/setting/system/member
admin_setting_system_member_new ANY https|http ANY /admin/setting/system/member/new
admin_setting_system_member_edit ANY https|http ANY /admin/setting/system/member/{id}/edit
admin_setting_system_member_up PUT https|http ANY /admin/setting/system/member/{id}/up
admin_setting_system_member_down PUT https|http ANY /admin/setting/system/member/{id}/down
admin_setting_system_member_delete DELETE https|http ANY /admin/setting/system/member/{id}/delete
admin_setting_system_security ANY https|http ANY /admin/setting/system/security
admin_setting_system_system ANY https|http ANY /admin/setting/system/system
admin_setting_system_system_phpinfo ANY https|http ANY /admin/setting/system/system/phpinfo
admin_store_plugin_owners_search ANY https|http ANY /admin/store/plugin/api/search
admin_store_plugin_owners_search_page ANY https|http ANY /admin/store/plugin/api/search/page/{page_no}
admin_store_plugin_install_confirm ANY https|http ANY /admin/store/plugin/api/install/{id}/confirm
admin_store_plugin_api_install POST https|http ANY /admin/store/plugin/api/install
admin_store_plugin_api_uninstall DELETE https|http ANY /admin/store/plugin/api/delete/{id}/uninstall
admin_store_plugin_api_upgrade POST https|http ANY /admin/store/plugin/api/upgrade
admin_store_plugin_api_schema_update POST https|http ANY /admin/store/plugin/api/schema_update
admin_store_plugin_api_update POST https|http ANY /admin/store/plugin/api/update
admin_store_plugin_update_confirm ANY https|http ANY /admin/store/plugin/api/upgrade/{id}/confirm
admin_store_plugin ANY https|http ANY /admin/store/plugin
admin_store_plugin_update POST https|http ANY /admin/store/plugin/{id}/update
admin_store_plugin_enable POST https|http ANY /admin/store/plugin/{id}/enable
admin_store_plugin_disable POST https|http ANY /admin/store/plugin/{id}/disable
admin_store_plugin_uninstall DELETE https|http ANY /admin/store/plugin/{id}/uninstall
admin_store_plugin_install ANY https|http ANY /admin/store/plugin/install
admin_store_authentication_setting ANY https|http ANY /admin/store/plugin/authentication_setting
admin_store_template ANY https|http ANY /admin/store/template
admin_store_template_download ANY https|http ANY /admin/store/template/{id}/download
admin_store_template_delete DELETE https|http ANY /admin/store/template/{id}/delete
admin_store_template_install ANY https|http ANY /admin/store/template/install
block_cart ANY https|http ANY /block/cart
block_cart_sp ANY https|http ANY /block/cart_sp
block_search_product ANY https|http ANY /block/search_product
block_search_product_sp ANY https|http ANY /block/search_product_sp
cart ANY https|http ANY /cart
cart_handle_item PUT https|http ANY /cart/{operation}/{productClassId}
cart_buystep ANY https|http ANY /cart/buystep/{cart_key}
contact ANY https|http ANY /contact
contact_complete ANY https|http ANY /contact/complete
entry ANY https|http ANY /entry
entry_complete ANY https|http ANY /entry/complete
entry_activate ANY https|http ANY /entry/activate/{secret_key}/{qtyInCart}
forgot ANY https|http ANY /forgot
forgot_complete ANY https|http ANY /forgot/complete
forgot_reset ANY https|http ANY /forgot/reset/{reset_key}
help_tradelaw ANY https|http ANY /help/tradelaw
help_guide ANY https|http ANY /guide
help_about ANY https|http ANY /help/about
help_privacy ANY https|http ANY /help/privacy
help_agreement ANY https|http ANY /help/agreement
install ANY https|http ANY /install
install_step1 ANY https|http ANY /install/step1
install_step2 ANY https|http ANY /install/step2
install_step3 ANY https|http ANY /install/step3
install_step4 ANY https|http ANY /install/step4
install_step5 ANY https|http ANY /install/step5
install_complete ANY https|http ANY /install/complete
mypage_change ANY https|http ANY /mypage/change
mypage_change_complete ANY https|http ANY /mypage/change_complete
mypage_delivery ANY https|http ANY /mypage/delivery
mypage_delivery_new ANY https|http ANY /mypage/delivery/new
mypage_delivery_edit ANY https|http ANY /mypage/delivery/{id}/edit
mypage_delivery_delete DELETE https|http ANY /mypage/delivery/{id}/delete
mypage_login ANY https|http ANY /mypage/login
mypage ANY https|http ANY /mypage/
mypage_history ANY https|http ANY /mypage/history/{order_no}
mypage_order PUT https|http ANY /mypage/order/{order_no}
mypage_favorite ANY https|http ANY /mypage/favorite
mypage_favorite_delete DELETE https|http ANY /mypage/favorite/{id}/delete
mypage_withdraw ANY https|http ANY /mypage/withdraw
mypage_withdraw_complete ANY https|http ANY /mypage/withdraw_complete
shopping_nonmember ANY https|http ANY /shopping/nonmember
shopping_customer ANY https|http ANY /shopping/customer
product_list ANY https|http ANY /products/list
product_detail GET https|http ANY /products/detail/{id}
product_add_favorite ANY https|http ANY /products/add_favorite/{id}
product_add_cart POST https|http ANY /products/add_cart/{id}
shopping_shipping_multiple ANY https|http ANY /shopping/shipping_multiple
shopping_shipping_multiple_edit ANY https|http ANY /shopping/shipping_multiple_edit
shopping ANY https|http ANY /shopping
shopping_redirect_to POST https|http ANY /shopping/redirect_to
shopping_confirm POST https|http ANY /shopping/confirm
shopping_checkout POST https|http ANY /shopping/checkout
shopping_complete ANY https|http ANY /shopping/complete
shopping_shipping ANY https|http ANY /shopping/shipping/{id}
shopping_shipping_edit ANY https|http ANY /shopping/shipping_edit/{id}
shopping_login ANY https|http ANY /shopping/login
shopping_error ANY https|http ANY /shopping/error
homepage ANY https|http ANY /
user_data ANY https|http ANY /user_data/{route}
admin_logout ANY https|http ANY /admin/logout
logout ANY https|http ANY /logout
check_git_hub_actions_admin_config ANY https|http ANY /admin/check_git_hub_actions/config
------------------------------------------- -------- ------------ ------ ---------------------------------------------------------------
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.