.. default-domain:: mongodb.. contents:: On this page :local: :backlinks: none :depth: 1 :class: singlecolDefinition----------.. phpmethod:: MongoDB\\GridFS\\Bucket::getFilesCollection() Returns the files collection used by the bucket. .. code-block:: php function getFilesCollection(): MongoDB\CollectionReturn Values-------------A :phpclass:`MongoDB\\Collection` object for the files collection... todo: add examples