function crumbs_EntityPlugin_Field_Abstract::__construct in Crumbs, the Breadcrumbs suite 7.2
Parameters
string $field_key:
array $bundles_by_type:
File
- lib/
EntityPlugin/ Field/ Abstract.php, line 19
Class
Code
function __construct($field_key, array $bundles_by_type) {
$this->fieldKey = $field_key;
$this->bundlesByType = $bundles_by_type;
}