public function CityList::getOwner in Country, State and City Fields 8
Returns the entity owner's user entity.
Return value
\Drupal\user\UserInterface The owner user entity.
Overrides EntityOwnerInterface::getOwner
File
- src/
Entity/ CityList.php, line 114
Class
- CityList
- Defines the citylist entity.
Namespace
Drupal\country_state_city\EntityCode
public function getOwner() {
return $this
->get('user_id')->entity;
}