particle icon indicating copy to clipboard operation
particle copied to clipboard

Drupal App: Handle Preprocess_User Without Render Array

Open jryanconklin opened this issue 6 years ago • 0 comments
trafficstars

The member_for key here is being unset. Find a better solution:

/**
 * Implements hook_preprocess_user().
 */
function particle_preprocess_user(&$variables) {
  unset($variables['content']['member_for']);
}

jryanconklin avatar Mar 21 '19 20:03 jryanconklin