You are here

public function Actions::getActionError in N1ED - Visual editor as CKEditor plugin with Bootstrap support 8.2

Gets action for error.

File

src/Flmngr/FileUploaderServer/lib/Actions.php, line 40

Class

Actions
Actions list. This class helps to understand which type of request Uploader received by checking all available handlers' names.

Namespace

Drupal\n1ed\Flmngr\FileUploaderServer\lib

Code

public function getActionError() {
  return $this
    ->getAction('error');
}