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
I really impressed with your interesting blog and found some information about SugarCRM vs SuiteCRM.Subscribed your blog.Thanks for sharing.
ReplyDelete