public function RestfulInterface::publicFieldsInfo in RESTful 7
Return the properties that should be public.
Return value
array
Throws
1 call to RestfulInterface::publicFieldsInfo()
- RestfulBase::getPublicFields in plugins/
restful/ RestfulBase.php - Return the properties that should be public after processing.
7 methods override RestfulInterface::publicFieldsInfo()
- RestfulCsrfTokenResource::publicFieldsInfo in plugins/
restful/ csrf/ RestfulCsrfTokenResource.class.php - Return the properties that should be public.
- RestfulCToolsPluginsDiscovery::publicFieldsInfo in plugins/
restful/ ctools_plugins/ 1.0/ RestfulCToolsPluginsDiscovery.class.php - Return the properties that should be public.
- RestfulDbQueryTestTable::publicFieldsInfo in tests/
modules/ restful_test/ plugins/ restful/ db_query_test/ 1.0/ RestfulDbQueryTestTable.class.php - Return the properties that should be public.
- RestfulEntityBase::publicFieldsInfo in plugins/
restful/ RestfulEntityBase.php - Return the properties that should be public.
- RestfulExampleNodeUserResource::publicFieldsInfo in modules/
restful_example/ plugins/ restful/ db_query/ node_user/ 1.0/ RestfulExampleNodeUserResource.class.php - Return the properties that should be public.
File
- plugins/
restful/ RestfulInterface.php, line 83 - Contains RestfulInterface.
Class
- RestfulInterface
- @file Contains RestfulInterface.
Code
public function publicFieldsInfo();