Метод | Описание | |
---|---|---|
edit ( |
Edit a record, or create a new one. | |
overview ( |
Content type overview page. | |
related ( |
Get related records. |
Метод | Описание | |
---|---|---|
addRoutes ( Silex\ControllerCollection $c ) | ||
recordEdit ( ) : |
||
recordListing ( ) : Bolt\Storage\ContentRequest\Listing | ||
recordSave ( ) : |
Метод | Описание | |
---|---|---|
checkEditAccess ( string $contenttypeslug, integer $id ) : boolean | |
Check that the user is allowed to edit the record. | |
setEditReferrer ( |
Set the editreferrer in twig if it was not set yet. |
protected addRoutes ( Silex\ControllerCollection $c ) | ||
$c | Silex\ControllerCollection |
public edit ( |
||
$request | The Symfony Request | |
$contenttypeslug | string | The content type slug |
$id | integer | The content ID |
Результат |
public overview ( |
||
$request | The Symfony Request | |
$contenttypeslug | string | The content type slug |
Результат |
protected recordEdit ( ) : |
||
Результат |
protected recordListing ( ) : Bolt\Storage\ContentRequest\Listing | ||
Результат | Bolt\Storage\ContentRequest\Listing |
protected recordSave ( ) : |
||
Результат |