1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-14 00:54:03 +02:00

Flextype Box Plugin: Admin #125 #117

- Entries Controller/Views implementation
This commit is contained in:
Awilum
2019-05-13 12:48:50 +03:00
parent d3be66c0c4
commit feac619578

View File

@@ -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)
{
}
}