function views_handler_relationship_broken::broken
Determine if the handler is considered 'broken'.
Generally only returns TRUE if the handler can't be found.
Return value
bool The handler could not be loaded.
Overrides views_handler::broken
File
-
handlers/
views_handler_relationship.inc, line 202
Class
- views_handler_relationship_broken
- A special handler to take the place of missing or broken handlers.
Code
public function broken() {
return TRUE;
}