You are here

function flag_flag::get_errors in Flag 7.3

Returns an array of errors set during validation.

File

includes/flag/flag_flag.inc, line 1277
Contains the flag_flag class. Flag type classes use an 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

function get_errors() {
  return $this->errors;
}