abstract public function FlexiformFormEntityBase::getEntity in Flexiform 8
Get the Entity.
4 methods override FlexiformFormEntityBase::getEntity()
- FlexiformFormEntityCurrentUser::getEntity in src/
Plugin/ FlexiformFormEntity/ FlexiformFormEntityCurrentUser.php - Get the Entity.
- FlexiformFormEntityProvided::getEntity in src/
Plugin/ FlexiformFormEntity/ FlexiformFormEntityProvided.php - Get the Entity.
- FlexiformFormEntityTypedDataReferencedEntity::getEntity in src/
Plugin/ FlexiformFormEntity/ FlexiformFormEntityTypedDataReferencedEntity.php - Get the Entity.
- UserProfile::getEntity in src/
Plugin/ FlexiformFormEntity/ UserProfile.php - Get the Entity.
File
- src/
FormEntity/ FlexiformFormEntityBase.php, line 114
Class
- FlexiformFormEntityBase
- Provides the base form entity plugin.
Namespace
Drupal\flexiform\FormEntityCode
public abstract function getEntity();