WP_List_Table::get_views()

Get an associative array ( id => link ) with the list of views available on this table.


Return

(array)


Source

File: wp-admin/includes/class-wp-list-table.php

	protected function get_views() {
		return array();
	}


Changelog

Changelog
Version Description
WP-3.1.0 Introduced.