for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @file
* Contains \Drupal\Driver\Fields\Drupal7\ImageHandler.
*/
namespace Drupal\Driver\Fields\Drupal7;
* Image field handler for Drupal 7.
class ImageHandler extends FileHandler {
}