public function OgFieldBase::getFieldName in Organic groups 8
Get the field name.
Return value
string The field name.
Overrides OgFieldsInterface::getFieldName
3 calls to OgFieldBase::getFieldName()
- 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.
- OgFieldBase::setEntityType in src/
OgFieldBase.php - Set the entity type.
File
- src/
OgFieldBase.php, line 83
Class
- OgFieldBase
- OG related fields base plugin.
Namespace
Drupal\ogCode
public function getFieldName() {
return $this->fieldName;
}