public function OgFieldBase::getEntityType in Organic groups 8
Get the entity type name.
Return value
string The entity type name.
Overrides OgFieldsInterface::getEntityType
3 calls to OgFieldBase::getEntityType()
- AudienceField::getFieldStorageBaseDefinition in src/
Plugin/ OgFields/ AudienceField.php - Get the field storage config base definition.
- OgFieldBase::getFieldBaseDefinition in src/
OgFieldBase.php - Get the field config base definition.
- OgFieldBase::getFieldStorageBaseDefinition in src/
OgFieldBase.php - Get the field storage config base definition.
File
- src/
OgFieldBase.php, line 54
Class
- OgFieldBase
- OG related fields base plugin.
Namespace
Drupal\ogCode
public function getEntityType() {
return $this->entityType;
}