You are here

constant CONFIGURATION_ATTRIBUTE_KEY in Configuration Management 6

The key that signals an attribute in the end-result parsed data

2 uses of CONFIGURATION_ATTRIBUTE_KEY
configuration_context_process_property in ./configuration.module
Process a single mapping config property. Various properties will mark static data that will be processed later on in the configuration phases.
configuration_find_attributes in ./configuration.module
Helper function to convert tags to attributes

File

./configuration.module, line 57
Provide a unified method for defining site configurations abstracted from their data format. Various data formats should be supported via a plugin architecture such as XML, YAML, JSON, PHP

Code

define('CONFIGURATION_ATTRIBUTE_KEY', '$');