1 views_handler_field.inc views_handler_field::allow_advanced_render()

Determine if this field can allow advanced rendering.

Fields can set this to FALSE if they do not wish to allow token based rewriting or link-making.

File

core/modules/views/handlers/views_handler_field.inc, line 84
@todo.

Class

views_handler_field
Base field handler that has no options and renders an unformatted field.

Code

function allow_advanced_render() {
  return TRUE;
}