You are here

function entityreference_prepopulate_crumbs_plugins in Crumbs, the Breadcrumbs suite 7

Same name and namespace in other branches
  1. 7.2 plugins/crumbs.entityreference_prepopulate.inc \entityreference_prepopulate_crumbs_plugins()

Implements hook_crumbs_plugins().

File

plugins/crumbs.entityreference_prepopulate.inc, line 7

Code

function entityreference_prepopulate_crumbs_plugins($api) {
  $api
    ->multiPlugin('node');
}