Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
220
Merge Requests
220
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
f85ba574
Commit
f85ba574
authored
Jan 21, 2013
by
jhodgdon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#1891648
by dawehner: Fix docs in RestExport class
parent
7e4aacd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
core/modules/rest/lib/Drupal/rest/Plugin/views/display/RestExport.php
.../rest/lib/Drupal/rest/Plugin/views/display/RestExport.php
+3
-3
No files found.
core/modules/rest/lib/Drupal/rest/Plugin/views/display/RestExport.php
View file @
f85ba574
...
...
@@ -106,7 +106,7 @@ public function displaysExposed() {
/**
* Sets the request content type.
*
* @
var
string $mime_type
* @
param
string $mime_type
* The response mime type. E.g. 'application/json'.
*/
public
function
setMimeType
(
$mime_type
)
{
...
...
@@ -119,7 +119,7 @@ public function setMimeType($mime_type) {
* This will return any overriden mime type, otherwise returns the mime type
* from the request.
*
* @
var
string
* @
return
string
* The response mime type. E.g. 'application/json'.
*/
public
function
getMimeType
()
{
...
...
@@ -129,7 +129,7 @@ public function getMimeType() {
/**
* Sets the content type.
*
* @
var
string $content_type
* @
param
string $content_type
* The content type machine name. E.g. 'json'.
*/
public
function
setContentType
(
$content_type
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment