Skip to content
Snippets Groups Projects
Unverified Commit 729b6308 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2939336 by dsdeiz, quietone: D6 User Profile Source Fields

parent 6fdd3777
No related branches found
No related tags found
No related merge requests found
......@@ -33,14 +33,6 @@ public function fields() {
// Add roles field.
$fields['roles'] = $this->t('Roles');
// Profile fields.
if ($this->moduleExists('profile')) {
$fields += $this->select('profile_fields', 'pf')
->fields('pf', ['name', 'title'])
->execute()
->fetchAllKeyed();
}
return $fields;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment