- Issue created by @SysOpsGuide
- πΊπΈUnited States TolstoyDotCom L.A.
Edit the file FieldImagePager.php in the src/Plugin/Field/FieldFormatter directory.
On line 3, change
namespace Drupal\image\Plugin\Field\FieldFormatter;
tonamespace Drupal\field_pager\Plugin\Field\FieldFormatter;
.And, add this line:
use Drupal\image\Plugin\Field\FieldFormatter\ImageFormatter;
in the top part with the otheruse
statements.Patch or merge request on request.