Skip to content

Commit

Permalink
Merge pull request #43 from thePanz/patch-1
Browse files Browse the repository at this point in the history
Add list_boolean field handler

Signed-off-by: Jonathan Hedstrom <[email protected]>
  • Loading branch information
jhedstrom committed Jun 25, 2015
1 parent 9729a72 commit 4faa3c2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/Drupal/Driver/Fields/Drupal7/ListBooleanHandler.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?php

/**
* @file
* Contains \Drupal\Driver\Fields\Drupal7\ListBooleanHandler.
*/

namespace Drupal\Driver\Fields\Drupal7;

/**
* ListBoolean field handler for Drupal 7.
*
* Nothing to do here, the expand() method from ListTextHandler is used.
*/
class ListBooleanHandler extends ListTextHandler {

}

0 comments on commit 4faa3c2

Please sign in to comment.