Completed
Pull Request — master (#71)
by
unknown
06:53
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
dl 0
loc 12
rs 9.4286
c 1
b 0
f 1
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