You are here

public function Party::getDataSetController in Party 7

Get a data set controller.

File

includes/party.entity.inc, line 346
Contains the controller classes for Party entities.

Class

Party
The class used for party entities.

Code

public function getDataSetController($data_set_name) {
  return entity_get_controller('party')
    ->getDataSetController($this, $data_set_name);
}