function ctools_entity_bundle_ctools_access_get_child

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

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];
}