You are here

function flysystem_s3_element_info_alter in Flysystem - S3 2.0.x

Same name and namespace in other branches
  1. 8 flysystem_s3.module \flysystem_s3_element_info_alter()

Implements hook_element_info_alter().

File

./flysystem_s3.module, line 13
Contains flysystem_s3.module.

Code

function flysystem_s3_element_info_alter(array &$types) {
  S3CorsManagedFileHelper::alterInfo($types);
}