You are here

function ctools_argument_entity_id_get_child in Chaos Tool Suite (ctools) 7

1 string reference to 'ctools_argument_entity_id_get_child'
entity_id.inc in plugins/arguments/entity_id.inc
Plugin to provide an argument handler for all entity ids.

File

plugins/arguments/entity_id.inc, line 24
Plugin to provide an argument handler for all entity ids.

Code

function ctools_argument_entity_id_get_child($plugin, $parent, $child) {
  $plugins = ctools_argument_entity_id_get_children($plugin, $parent);
  return $plugins[$parent . ':' . $child];
}