mirror of
https://github.com/flextype/flextype.git
synced 2025-08-14 00:54:03 +02:00
- Entries Controller/Views implementation
This commit is contained in:
@@ -162,4 +162,19 @@ class EntriesController extends Controller
|
||||
return $response->withRedirect($this->container->get('router')->urlFor('admin.entries.index') . '?entry=' . $data['parent_entry']);
|
||||
}
|
||||
}
|
||||
|
||||
public function type($request, $response, $args)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public function move($request, $response, $args)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public function rename($request, $response, $args)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user