You are here

public function RestWSResourceControllerInterface::propertyInfo in RESTful Web Services 7.2

Same name and namespace in other branches
  1. 7 restws.entity.inc \RestWSResourceControllerInterface::propertyInfo()

Returns the property info for the given resource.

Return value

array An array structured as hook_entity_property_info() is structured for an entity type.

2 methods override RestWSResourceControllerInterface::propertyInfo()
MyModuleBookResourceController::propertyInfo in ./restws.api.php
RestWSEntityResourceController::propertyInfo in ./restws.entity.inc
Returns the property info for the given resource.

File

./restws.entity.inc, line 20
RESTful web services module integration for entities.

Class

RestWSResourceControllerInterface
Specifies CRUD and access methods for resources.

Code

public function propertyInfo();