You are here

private property context_error_context_condition_error::$known_errors in Context error 7

File

plugins/context_error_context_conditions.inc, line 31
Context condition plugin to provide a trigger for 404 and 403 error pages.

Class

context_error_context_condition_error
Expose the 404 error page as the context condition.

Code

private $known_errors = array(
  CONTEXT_ERROR_403 => '403 Forbidden',
  CONTEXT_ERROR_404 => '404 Not Found',
);