Boolean |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Boolean.php |
A handler to provide proper displays for booleans. |
Broken |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Broken.php |
A special handler to take the place of missing or broken handlers. |
Counter |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Counter.php |
Field handler to show a counter of the current row. |
Custom |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Custom.php |
A handler to provide a field that is completely custom by the administrator. |
Date |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Date.php |
A handler to provide proper displays for dates. |
FieldPluginBase |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Base field handler that has no options and renders an unformatted field. |
FileSize |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FileSize.php |
Render a numeric value as a size. |
MachineName |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/MachineName.php |
Field handler whichs allows to show machine name content as human name. |
Markup |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Markup.php |
A handler to run a field through check_markup, using a companion
format field. |
Numeric |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Numeric.php |
Render a field as a numeric value |
PrerenderList |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/PrerenderList.php |
Field handler to provide a list of items. |
Serialized |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Serialized.php |
Field handler to show data of serialized fields. |
Standard |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Standard.php |
Default implementation of the base field plugin. |
TimeInterval |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/TimeInterval.php |
A handler to provide proper displays for time intervals. |
Url |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Url.php |
Field handler to provide simple renderer that turns a URL into a clickable link. |
Xss |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Xss.php |
A handler to run a field through simple XSS filtering. |