You are here

namespace Drupal\n1ed\Flmngr\FileUploaderServer\lib in N1ED - Visual editor as CKEditor plugin with Bootstrap support 8.2

Classsort descending Location Description
Actions src/Flmngr/FileUploaderServer/lib/Actions.php Actions list. This class helps to understand which type of request Uploader received by checking all available handlers' names.
JsonCodec src/Flmngr/FileUploaderServer/lib/JsonCodec.php JSON coder/decoder. Converting objects to JSON and back with fixing some common encoding errors.
MessageException src/Flmngr/FileUploaderServer/lib/MessageException.php Exception with a message. Thrown when we need to return JSON about the error.
Uploader src/Flmngr/FileUploaderServer/lib/Uploader.php Uploader - main processor for incoming request, invokes according action.