public function BulkUserRegistrationInterface::getFieldNames in Bulk User Registration 8
Get CSV field names.
Return value
string[] Structured array of field names with the field names as key. Extra fields are identified by the value TRUE. Default fields have a value FALSE.
1 method overrides BulkUserRegistrationInterface::getFieldNames()
- BulkUserRegistration::getFieldNames in src/
BulkUserRegistration.php - Get CSV field names.
File
- src/
BulkUserRegistrationInterface.php, line 40
Class
- BulkUserRegistrationInterface
- The bulk user registration interface.
Namespace
Drupal\bulk_user_registrationCode
public function getFieldNames();