public function UserExportPluginBase::getHeader in Open Social 8.3
Same name and namespace in other branches
- 8.9 modules/social_features/social_user_export/src/Plugin/UserExportPluginBase.php \Drupal\social_user_export\Plugin\UserExportPluginBase::getHeader()
- 8.4 modules/social_features/social_user_export/src/Plugin/UserExportPluginBase.php \Drupal\social_user_export\Plugin\UserExportPluginBase::getHeader()
- 8.5 modules/social_features/social_user_export/src/Plugin/UserExportPluginBase.php \Drupal\social_user_export\Plugin\UserExportPluginBase::getHeader()
- 8.6 modules/social_features/social_user_export/src/Plugin/UserExportPluginBase.php \Drupal\social_user_export\Plugin\UserExportPluginBase::getHeader()
- 8.7 modules/social_features/social_user_export/src/Plugin/UserExportPluginBase.php \Drupal\social_user_export\Plugin\UserExportPluginBase::getHeader()
- 8.8 modules/social_features/social_user_export/src/Plugin/UserExportPluginBase.php \Drupal\social_user_export\Plugin\UserExportPluginBase::getHeader()
- 10.3.x modules/social_features/social_user_export/src/Plugin/UserExportPluginBase.php \Drupal\social_user_export\Plugin\UserExportPluginBase::getHeader()
- 10.0.x modules/social_features/social_user_export/src/Plugin/UserExportPluginBase.php \Drupal\social_user_export\Plugin\UserExportPluginBase::getHeader()
- 10.1.x modules/social_features/social_user_export/src/Plugin/UserExportPluginBase.php \Drupal\social_user_export\Plugin\UserExportPluginBase::getHeader()
- 10.2.x modules/social_features/social_user_export/src/Plugin/UserExportPluginBase.php \Drupal\social_user_export\Plugin\UserExportPluginBase::getHeader()
Returns the header.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup|string The header.
Overrides UserExportPluginInterface::getHeader
34 methods override UserExportPluginBase::getHeader()
- UserAccountName::getHeader in modules/
social_features/ social_user_export/ src/ Plugin/ UserExportPlugin/ UserAccountName.php - Returns the header.
- UserAddressAdministrative::getHeader in modules/
social_features/ social_user_export/ src/ Plugin/ UserExportPlugin/ UserAddressAdministrative.php - Returns the header.
- UserAddressCountryCode::getHeader in modules/
social_features/ social_user_export/ src/ Plugin/ UserExportPlugin/ UserAddressCountryCode.php - Returns the header.
- UserAddressLine1::getHeader in modules/
social_features/ social_user_export/ src/ Plugin/ UserExportPlugin/ UserAddressLine1.php - Returns the header.
- UserAddressLine2::getHeader in modules/
social_features/ social_user_export/ src/ Plugin/ UserExportPlugin/ UserAddressLine2.php - Returns the header.
File
- modules/
social_features/ social_user_export/ src/ Plugin/ UserExportPluginBase.php, line 100
Class
- UserExportPluginBase
- Base class for User export plugin plugins.
Namespace
Drupal\social_user_export\PluginCode
public function getHeader() {
return '';
}