Method | Description | |
---|---|---|
deleteThemeAction ( $id ) : Response | ||
getThemeAction ( integer $id ) : array | Get single JournalTheme. | |
getThemesAction ( |
List all JournalThemes. | |
newThemeAction ( ) : Symfony\Component\Form\FormTypeInterface | Presents the form to use to create a new JournalTheme. | |
patchThemeAction ( |
Update existing journal_theme from the submitted data or create a new journal_theme at a specific location. | |
postThemeAction ( |
Create a JournalTheme from the submitted data. | |
putThemeAction ( |
Update existing JournalTheme from the submitted data or create a new JournalTheme at a specific location. |
Method | Description | |
---|---|---|
getOr404 ( mixed $id ) : |
Fetch a JournalTheme or throw an 404 Exception. |
public getThemeAction ( integer $id ) : array | ||
$id | integer | the JournalTheme id |
return | array |
public getThemesAction ( |
||
$request | the request object | |
$paramFetcher | FOS\RestBundle\Request\ParamFetcherInterface | param fetcher service |
return | array |
public newThemeAction ( ) : Symfony\Component\Form\FormTypeInterface | ||
return | Symfony\Component\Form\FormTypeInterface |
public patchThemeAction ( |
||
$request | the request object | |
$id | integer | the journal_theme id |
return | Symfony\Component\Form\FormTypeInterface | FOS\RestBundle\Controller\Annotations\View |
public postThemeAction ( |
||
$request | the request object | |
return | Symfony\Component\Form\FormTypeInterface | FOS\RestBundle\Controller\Annotations\View |
public putThemeAction ( |
||
$request | the request object | |
$id | integer | the JournalTheme id |
return | Symfony\Component\Form\FormTypeInterface | FOS\RestBundle\Controller\Annotations\View |