Run before any fields are rendered.
This gives the handlers some time to set up before any handler has
been rendered.
Parameters
$values:
An array of all objects returned from the query.
Overrides FieldPluginBase::pre_render
File
- drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/MachineName.php, line 65
- Definition of Drupal\views\Plugin\views\field\MachineName.
Class
- MachineName
- Field handler whichs allows to show machine name content as human name.
Namespace
Drupal\views\Plugin\views\field
Code
function pre_render(&$values) {
$this
->getValueOptions();
}