class FieldCollection in Little helpers 7
Same name and namespace in other branches
- 7.2 src/Field/FieldCollection.php \Drupal\little_helpers\Field\FieldCollection
Hierarchy
- class \Drupal\little_helpers\Field\Field
- class \Drupal\little_helpers\Field\FieldCollection implements BundleInterface
Expanded class hierarchy of FieldCollection
File
- src/
Field/ FieldCollection.php, line 5
Namespace
Drupal\little_helpers\FieldView source
class FieldCollection extends Field implements BundleInterface {
/**
*
*/
public function getBundleName() {
return $this->field_name;
}
/**
*
*/
public function getEntityType() {
return 'field_collection';
}
}
Members
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Field:: |
public | property | ||
Field:: |
public | property | ||
Field:: |
public | property | ||
Field:: |
public | property | ||
Field:: |
public | property | ||
Field:: |
public | property | ||
Field:: |
public | property | ||
Field:: |
public | property | ||
Field:: |
public | property | ||
Field:: |
public | property | ||
Field:: |
public | property | ||
Field:: |
public | property | ||
Field:: |
public static | function | ||
Field:: |
public static | function | Get a list of fields by their type. | |
Field:: |
public | function | Delete an existing field. | |
Field:: |
public static | function | ||
Field:: |
public | function | Change the machine name of an existing field. | |
Field:: |
public | function | Save field configuration to database. | |
Field:: |
public | function | Load default data for this field-type. | |
Field:: |
public | function | ||
FieldCollection:: |
public | function |
Overrides BundleInterface:: |
|
FieldCollection:: |
public | function |
Overrides BundleInterface:: |