public function InstagramAccountInterface::getAccountName in Instagram Feeds 8
Gets Instagram account username.
Parameters
bool $save: Save entity or not when username obtained from Instagram API.
Return value
string Instagram username.
1 method overrides InstagramAccountInterface::getAccountName()
- InstagramAccount::getAccountName in src/
Entity/ InstagramAccount.php - Gets Instagram account username.
File
- src/
Entity/ InstagramAccountInterface.php, line 84
Class
- InstagramAccountInterface
- InstagramAccount Interface.
Namespace
Drupal\instagram_feeds\EntityCode
public function getAccountName(bool $save = FALSE) : string;