function entityreference_prepopulate_CrumbsMonoPlugin_node::__construct in Crumbs, the Breadcrumbs suite 7.2
Parameters
string $node_type:
string $field_name:
string $target_type:
File
- plugins/
crumbs.entityreference_prepopulate.inc, line 62
Class
Code
function __construct($node_type, $field_name, $target_type) {
$this->nodeType = $node_type;
$this->fieldName = $field_name;
$this->targetType = $target_type;
}