You are here

autofill.inc in Entity reference autofill 7

File

plugins/behavior/autofill.inc
View source
<?php

/**
 * @file
 * Entity reference behavior handler plugin declaration.
 */
$plugin = array(
  'title' => t('Entity reference autofill'),
  'description' => t('Populate form fields on entity selection.'),
  'class' => 'EntityReferenceAutofillInstanceBehavior',
  'behavior type' => 'instance',
);