You are here

property flag_flag::$content_type in Flag 6.2

Same name and namespace in other branches
  1. 5 flag.inc \flag_flag::content_type
  2. 6 flag.inc \flag_flag::content_type
  3. 7.2 flag.inc \flag_flag::content_type

The content type (aka entity type) this flag works with.

Type: string

File

./flag.inc, line 119
Implements various flags. Uses object oriented style inspired by that of Views 2.

Class

flag_flag
This abstract class represents a flag, or, in Views 2 terminology, "a handler".

Code

var $content_type = NULL;