Skip to content

Add capturePageContent(); Avoid drupal_basename()

Moshe Weitzman requested to merge no-basename into master

drupal_basename() is now a method on a service in D9. Instead of wrapping that, create a captureScreenshot() method that uses filename logic refactored out of ScreenShotTrait.

Edited by Moshe Weitzman

Merge request reports