FieldCollection.php in Little helpers 7
Same filename and directory in other branches
Namespace
Drupal\little_helpers\FieldFile
src/Field/FieldCollection.phpView source
<?php
namespace Drupal\little_helpers\Field;
class FieldCollection extends Field implements BundleInterface {
/**
*
*/
public function getBundleName() {
return $this->field_name;
}
/**
*
*/
public function getEntityType() {
return 'field_collection';
}
}
Classes
Name![]() |
Description |
---|---|
FieldCollection |