OneDriveListController
final class OneDriveListController extends ControllerBase
Class OndeDriveListController.
Properties
| protected GetFilesAndFoldersServiceInterface | $getFilesAndFoldersService | The get files and folders service. |
Methods
__construct(GetFilesAndFoldersServiceInterface $getFilesAndFoldersService)
Constructs a new OneDriveListController object.
static
create(ContainerInterface $container)
{@inheritdoc}
mixed
listFiles(bool $folder = FALSE)
Render a list of files and folders.
mixed
listSharedFiles()
Create a list of shared files and folders.
Details
at line 27
__construct(GetFilesAndFoldersServiceInterface $getFilesAndFoldersService)
Constructs a new OneDriveListController object.
at line 34
static
create(ContainerInterface $container)
{@inheritdoc}
at line 51
mixed
listFiles(bool $folder = FALSE)
Render a list of files and folders.
at line 65
mixed
listSharedFiles()
Create a list of shared files and folders.