function ctools_entity_bundle_ctools_access_get_child in Chaos Tool Suite (ctools) 7
1 string reference to 'ctools_entity_bundle_ctools_access_get_child'
- entity_bundle.inc in plugins/
access/ entity_bundle.inc - Plugin to provide access control based upon entity bundle.
File
- plugins/
access/ entity_bundle.inc, line 25 - Plugin to provide access control based upon entity bundle.
Code
function ctools_entity_bundle_ctools_access_get_child($plugin, $parent, $child) {
$plugins = ctools_entity_bundle_ctools_access_get_children($plugin, $parent);
return $plugins[$parent . ':' . $child];
}