sugarcrm - What is the best way to retrieve a list of all core and custom entry points? -


i work quite bit custom entry points in sugarcrm , suitecrm. wondering if there quick way list every entrypoint , file associated it?

entry points can defined in many places, key here find of definition files , cat each 1 of them find they're doing.

possible entry point locations

  • custom extension-framework, application-wide entry points:
    • $ ls -1d custom/extension/application/ext/entrypointregistry
  • custom extension-framework, module-specific entry points:
    • $ ls -1d custom/extension/modules/*/ext/entrypointregistry
  • custom non-ext-framework (legacy), application-wide entry points
    • $ ls custom/include/mvc/controller/entry_point_registry.php
  • custom non-ext-framework (legacy) module-specific entry points housed in custom/modules...
    • $ ls custom/modules/*/entry_point_registry.php
  • these can in root level module dir well. don't think out of box modules ever did this, custom module
    • $ ls modules/*/entry_point_registry.php
  • out-of-the-box application wide entry points...
    • include/mvc/controller/entry_point_registry.php

Comments

  1. I really impressed with your interesting blog and found some information about SugarCRM vs SuiteCRM.Subscribed your blog.Thanks for sharing.

    ReplyDelete

Post a Comment

Popular posts from this blog

cookies - Yii2 Advanced - Share session between frontend and mainsite (duplicate of frontend for www) -

angular - password and confirm password field validation angular2 reactive forms -

javascript - Angular2 intelliJ config error.. Cannot find module '@angular/core' -