Completed
Push — master ( d17503...204a77 )
by Jonathan
02:15
created

ImageHandler::expand()   A

Complexity

Conditions 3
Paths 3

Size

Total Lines 12
Code Lines 9

Duplication

Lines 0
Ratio 0 %

Importance

Changes 1
Bugs 0 Features 1
Metric Value
c 1
b 0
f 1
dl 0
loc 12
rs 9.4285
cc 3
eloc 9
nc 3
nop 1
1
<?php
2
3
/**
4
 * @file
5
 * Contains \Drupal\Driver\Fields\Drupal7\ImageHandler.
6
 */
7
8
namespace Drupal\Driver\Fields\Drupal7;
9
10
/**
11
 * Image field handler for Drupal 7.
12
 */
13
class ImageHandler extends FileHandler {
14
}
15