class NodeGalleryRelationshipViewsController in Node Gallery 7
Node Gallery Relationship entity Views definitions.
Hierarchy
Expanded class hierarchy of NodeGalleryRelationshipViewsController
1 string reference to 'NodeGalleryRelationshipViewsController'
- node_gallery_api_entity_info in ./
node_gallery_api.module - Implements hook_entity_info().
File
- includes/
views/ node_gallery_api.views.inc, line 11 - Views-related functions for Node Gallery API.
View source
class NodeGalleryRelationshipViewsController extends EntityDefaultViewsController {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
EntityDefaultViewsController:: |
protected | property | ||
EntityDefaultViewsController:: |
public | function | Determines the handler to use for a relationship to an entity type. | |
EntityDefaultViewsController:: |
protected | function | Comes up with views information based on the given schema and property info. | |
EntityDefaultViewsController:: |
public static | function | A callback returning property options, suitable to be used as views options callback. | |
EntityDefaultViewsController:: |
protected | function | Try to come up with some views fields with the help of the schema and the entity property information. | |
EntityDefaultViewsController:: |
protected | function | Try to come up with some views fields with the help of the revision schema and the entity property information. | |
EntityDefaultViewsController:: |
public | function | Defines the result for hook_views_data(). | |
EntityDefaultViewsController:: |
public | function |