public function UserEmail::getHeader in Open Social 10.2.x
Same name and namespace in other branches
- 8.9 modules/social_features/social_user_export/src/Plugin/UserExportPlugin/UserEmail.php \Drupal\social_user_export\Plugin\UserExportPlugin\UserEmail::getHeader()
- 8.3 modules/social_features/social_user_export/src/Plugin/UserExportPlugin/UserEmail.php \Drupal\social_user_export\Plugin\UserExportPlugin\UserEmail::getHeader()
- 8.4 modules/social_features/social_user_export/src/Plugin/UserExportPlugin/UserEmail.php \Drupal\social_user_export\Plugin\UserExportPlugin\UserEmail::getHeader()
- 8.5 modules/social_features/social_user_export/src/Plugin/UserExportPlugin/UserEmail.php \Drupal\social_user_export\Plugin\UserExportPlugin\UserEmail::getHeader()
- 8.6 modules/social_features/social_user_export/src/Plugin/UserExportPlugin/UserEmail.php \Drupal\social_user_export\Plugin\UserExportPlugin\UserEmail::getHeader()
- 8.7 modules/social_features/social_user_export/src/Plugin/UserExportPlugin/UserEmail.php \Drupal\social_user_export\Plugin\UserExportPlugin\UserEmail::getHeader()
- 8.8 modules/social_features/social_user_export/src/Plugin/UserExportPlugin/UserEmail.php \Drupal\social_user_export\Plugin\UserExportPlugin\UserEmail::getHeader()
- 10.3.x modules/social_features/social_user_export/src/Plugin/UserExportPlugin/UserEmail.php \Drupal\social_user_export\Plugin\UserExportPlugin\UserEmail::getHeader()
- 10.0.x modules/social_features/social_user_export/src/Plugin/UserExportPlugin/UserEmail.php \Drupal\social_user_export\Plugin\UserExportPlugin\UserEmail::getHeader()
- 10.1.x modules/social_features/social_user_export/src/Plugin/UserExportPlugin/UserEmail.php \Drupal\social_user_export\Plugin\UserExportPlugin\UserEmail::getHeader()
Returns the header.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup|string The header.
Overrides UserExportPluginBase::getHeader
File
- modules/
social_features/ social_user_export/ src/ Plugin/ UserExportPlugin/ UserEmail.php, line 22
Class
- UserEmail
- Provides a 'UserEmail' user export row.
Namespace
Drupal\social_user_export\Plugin\UserExportPluginCode
public function getHeader() {
return $this
->t('Email');
}