public function Table::handler in Data 8
Convenience method.
File
- src/
Table.php, line 571
Class
- Table
- Manages data access and manipulation for a single data table. Use data_create_table() or data_get_table() to instantiate an object from this class.
Namespace
Drupal\dataCode
public function handler() {
return data_get_handler($this->name);
}