Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

ModuleList

Summary

Lists the known modules in the system.

Usage

 

ModuleList[]=<module_name>

Description

This setting lists the known modules in the system. Extensions with modules should also be listed here. This setting is used to avoid URL aliases overriding existing module names.
Since eZ Publish 4.4 the system will first read this ModuleList setting to see if the module exists before it reads the Rules setting in site.ini [SiteAccessRules], to see if the module view is enabled or disabled. This is done simply because normally an extension will not be disabled if it does not exist.
This setting is case sensitive.

Examples

 

ModuleList[]
ModuleList[]=class
ModuleList[]=collaboration
ModuleList[]=content
ModuleList[]=error
ModuleList[]=ezinfo
ModuleList[]=infocollector
ModuleList[]=layout
ModuleList[]=notification
ModuleList[]=package
ModuleList[]=pdf
ModuleList[]=role
ModuleList[]=rss
ModuleList[]=search
ModuleList[]=section
ModuleList[]=settings
ModuleList[]=setup
ModuleList[]=shop
ModuleList[]=state
ModuleList[]=trigger
ModuleList[]=url
ModuleList[]=user
ModuleList[]=visual
ModuleList[]=workflow
ModuleList[]=switchlanguage


These are the default settings.

Ester Heylen (16/09/2010 8:01 am)

Ester Heylen (16/09/2010 10:28 am)


Comments

There are no comments.