You are here

class NodeGalleryRelationshipTypeViewsController in Node Gallery 7

Node Gallery Relationship entity Views definitions.

Hierarchy

Expanded class hierarchy of NodeGalleryRelationshipTypeViewsController

1 string reference to 'NodeGalleryRelationshipTypeViewsController'
node_gallery_api_entity_info in ./node_gallery_api.module
Implements hook_entity_info().

File

includes/views/node_gallery_api.views.inc, line 18
Views-related functions for Node Gallery API.

View source
class NodeGalleryRelationshipTypeViewsController extends EntityDefaultViewsController {

}

Members

Namesort descending Modifiers Type Description Overrides
EntityDefaultViewsController::$type protected property
EntityDefaultViewsController::getRelationshipHandlerClass public function Determines the handler to use for a relationship to an entity type.
EntityDefaultViewsController::map_from_schema_info protected function Comes up with views information based on the given schema and property info.
EntityDefaultViewsController::optionsListCallback public static function A callback returning property options, suitable to be used as views options callback.
EntityDefaultViewsController::schema_fields protected function Try to come up with some views fields with the help of the schema and the entity property information.
EntityDefaultViewsController::schema_revision_fields protected function Try to come up with some views fields with the help of the revision schema and the entity property information.
EntityDefaultViewsController::views_data public function Defines the result for hook_views_data().
EntityDefaultViewsController::__construct public function