function FileFieldTestBase::getLastFileId
Retrieves the fid of the last inserted file.
File
-
core/
modules/ file/ src/ Tests/ FileFieldTestBase.php, line 62
Class
- FileFieldTestBase
- Provides methods specifically for testing File module's field handling.
Namespace
Drupal\file\TestsCode
public function getLastFileId() {
return (int) \Drupal::entityQueryAggregate('file')->aggregate('fid', 'max')
->execute()[0]['fid_max'];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.