Custom Module (Placeholder)
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Component created
Component changed
Component body
This is only a placeholder project to protect the namespace "custom" which is often used in Drupal websites for custom code.
If you are searching the Project page of a module you found in your Drupal installation. I am sure this code is not from this project but a programmer has created a module with this name to make some custom modifications. A typical example is modify forms with hook_form_alter() and the hook is called with "custom_form_alter" inside of a file named "custom.module".
There no plan to create any Releases for this project for avoiding conflicts in update process.
There are some real contrib modules with names starting with "custom_" like:
- Custom 403 (custom_403)
- Custom active trail (custom_active_trail)
- Custom add another (custom_add_another)
- Custom Branding (custom_branding)
- Custom Breadcrumbs (custom_breadcrumbs)
- Custom Contact (custom_contact)
- Custom Formatters (custom_formatters)
- Custom Contact Forms (custom_contact_forms)
- Custom Help Text (custom_help_text)
- Custom Listing Pages (custom_listing_pages)
- Custom menu API(custom_menu)
- Custom Menu Permissions (custom_menu_perms)
- Custom Meta (custom_meta)
- Custom Links (custom_links)
- Custom Node Template (custom_node_template)
- Custom Order Number (custom_order_number)
- Custom Pagers (custom_pagers)
- Custom review (custom_review)
- Custom Search (custom_search)
- Custom Sitemap (custom_sitemap)
- Custom SSL Redirect (custom_ssl_redirect)
- Custom Teasers (custom_teasers)
- Custom Templates (custom_templates)
- Custom Text (custom_text)
- Custom username validation (custom_username_validation)
- Custom vote (custom_vote)
Maybe it was not good idea of the programmers to choose a module name with the namespace prefix "custom_". If you want to use a module like this be aware of your own custom.module, if you have one.
See also #2371809: It's Ok to have an empty project "Custom Module" as a placeholder to avoid problems?
