You are here

class FMMessage in N1ED - Visual editor as CKEditor plugin with Bootstrap support 8.2

Message of file manager which convers to string on the client side. Converted to the string on client side.

Hierarchy

  • class \Drupal\n1ed\Flmngr\FileUploaderServer\lib\action\resp\Message
    • class \Drupal\n1ed\Flmngr\FlmngrServer\model\FMMessage

Expanded class hierarchy of FMMessage

1 file declares its use of FMMessage
FMDiskFileSystem.php in src/Flmngr/FlmngrServer/fs/FMDiskFileSystem.php

File

src/Flmngr/FlmngrServer/model/FMMessage.php, line 11

Namespace

Drupal\n1ed\Flmngr\FlmngrServer\model
View source
class FMMessage extends Message {
  const FM_FILE_DOES_NOT_EXIST = 10001;
  const FM_UNABLE_TO_WRITE_PREVIEW_IN_CACHE_DIR = 10002;
  const FM_UNABLE_TO_CREATE_PREVIEW = 10003;
  const FM_DIR_NAME_CONTAINS_INVALID_SYMBOLS = 10004;
  const FM_DIR_NAME_INCORRECT_ROOT = 10005;
  const FM_FILE_IS_NOT_IMAGE = 10006;
  const FM_ROOT_DIR_DOES_NOT_EXIST = 10007;
  const FM_UNABLE_TO_LIST_CHILDREN_IN_DIRECTORY = 10008;
  const FM_UNABLE_TO_DELETE_DIRECTORY = 10009;
  const FM_UNABLE_TO_CREATE_DIRECTORY = 10010;
  const FM_UNABLE_TO_RENAME = 10011;
  const FM_DIR_CANNOT_BE_READ = 10012;
  const FM_ERROR_ON_COPYING_FILES = 10013;
  const FM_ERROR_ON_MOVING_FILES = 10014;
  const FM_NOT_ERROR_NOT_NEEDED_TO_UPDATE = 10015;

}

Members

Namesort descending Modifiers Type Description Overrides
FMMessage::FM_DIR_CANNOT_BE_READ constant
FMMessage::FM_DIR_NAME_CONTAINS_INVALID_SYMBOLS constant
FMMessage::FM_DIR_NAME_INCORRECT_ROOT constant
FMMessage::FM_ERROR_ON_COPYING_FILES constant
FMMessage::FM_ERROR_ON_MOVING_FILES constant
FMMessage::FM_FILE_DOES_NOT_EXIST constant
FMMessage::FM_FILE_IS_NOT_IMAGE constant
FMMessage::FM_NOT_ERROR_NOT_NEEDED_TO_UPDATE constant
FMMessage::FM_ROOT_DIR_DOES_NOT_EXIST constant
FMMessage::FM_UNABLE_TO_CREATE_DIRECTORY constant
FMMessage::FM_UNABLE_TO_CREATE_PREVIEW constant
FMMessage::FM_UNABLE_TO_DELETE_DIRECTORY constant
FMMessage::FM_UNABLE_TO_LIST_CHILDREN_IN_DIRECTORY constant
FMMessage::FM_UNABLE_TO_RENAME constant
FMMessage::FM_UNABLE_TO_WRITE_PREVIEW_IN_CACHE_DIR constant
Message::$args public property
Message::$code public property
Message::$files public property
Message::ACTION_NOT_FOUND constant
Message::createMessage public static function Creates a message.
Message::createMessageByFile public static function Creates a message by single file.
Message::createMessageByFiles public static function Creates a message by files.
Message::DIR_DOES_NOT_EXIST constant
Message::DOWNLOAD_FAIL_CODE constant
Message::DOWNLOAD_FAIL_HOST_DENIED constant
Message::DOWNLOAD_FAIL_INCORRECT_URL constant
Message::DOWNLOAD_FAIL_IO constant
Message::DUPLICATE_NAME constant
Message::FILES_ERRORS constant
Message::FILES_NOT_SET constant
Message::FILE_ALREADY_EXISTS constant
Message::FILE_ERROR_DOES_NOT_EXIST constant
Message::FILE_ERROR_INCORRECT_IMAGE_EXT_CHANGE constant
Message::FILE_ERROR_SYNTAX constant
Message::FILE_IS_NOT_IMAGE constant
Message::FILE_SIZE_EXCEEDS_LIMIT constant
Message::IMAGE_PROCESS_ERROR constant
Message::INCORRECT_EXTENSION constant
Message::INTERNAL_ERROR constant
Message::MALFORMED_REQUEST constant
Message::MAX_RESIZE_HEIGHT_EXCEEDED constant
Message::MAX_RESIZE_WIDTH_EXCEEDED constant
Message::NO_FILE_UPLOADED constant
Message::UNABLE_TO_COPY_FILE constant
Message::UNABLE_TO_CREATE_UPLOAD_DIR constant
Message::UNABLE_TO_DELETE_FILE constant
Message::UNABLE_TO_DELETE_UPLOAD_DIR constant
Message::UNABLE_TO_WRITE_IMAGE_TO_FILE constant
Message::UPLOAD_ID_INCORRECT constant
Message::UPLOAD_ID_NOT_SET constant
Message::WRITING_FILE_ERROR constant