function template_preprocess_apigee_secret in Apigee Edge 8
Preprocess variables for the apigee_secret element template.
File
- ./
apigee_edge.module, line 147  - Copyright 2018 Google Inc.
 
Code
function template_preprocess_apigee_secret(&$variables) {
  $variables['value'] = [
    '#markup' => $variables['elements']['#value'],
  ];
}