function views_handler_relationship_broken::ensure_my_table
Same name in other branches
- 6.x-3.x handlers/views_handler_relationship.inc \views_handler_relationship_broken::ensure_my_table()
Overrides views_handler::ensure_my_table
File
-
handlers/
views_handler_relationship.inc, line 179
Class
- views_handler_relationship_broken
- A special handler to take the place of missing or broken handlers.
Code
public function ensure_my_table() {
// No table to ensure!
}