function FileUploadSanitizeNameEvent::getAllowedExtensions

Same name and namespace in other branches
  1. 10 core/lib/Drupal/Core/File/Event/FileUploadSanitizeNameEvent.php \Drupal\Core\File\Event\FileUploadSanitizeNameEvent::getAllowedExtensions()
  2. 11.x core/lib/Drupal/Core/File/Event/FileUploadSanitizeNameEvent.php \Drupal\Core\File\Event\FileUploadSanitizeNameEvent::getAllowedExtensions()

Gets the list of allowed extensions.

Return value

string[] The list of allowed extensions.

File

core/lib/Drupal/Core/File/Event/FileUploadSanitizeNameEvent.php, line 87

Class

FileUploadSanitizeNameEvent
An event during file upload that lets subscribers sanitize the filename.

Namespace

Drupal\Core\File\Event

Code

public function getAllowedExtensions() : array {
    return $this->allowedExtensions;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.