Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LionsAd committed Nov 29, 2014
1 parent ab3c370 commit b06ef7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ By default the service\_container supports ctools discovery, to register your pl
````php
// Plugin Managers - filled out by alterDefinition() of service_container
// module.
// Key is: <owner>.<identifier>
// This needs to exist in an empty state.
$services['render_cache.controller'] = array();

// Syntax is: <owner> => array(<identifier> => <type>)
// Syntax is: <service_name> => <plugin_manager_definition>
$parameters['service_container.plugin_managers']['ctools'] = array(
'render_cache.controller' => array(
'owner' => 'render_cache',
Expand Down

0 comments on commit b06ef7a

Please sign in to comment.