@@ -11,7 +11,7 @@ |
||
| 11 | 11 | 'theme' => 'fin_onecoltabs', |
| 12 | 12 | 'css' => 'onecoltabs.css', |
| 13 | 13 | 'regions' => array( |
| 14 | - 'top' => t('Top region'), |
|
| 15 | - 'tabs' => t('Tabbed region') |
|
| 16 | - ), |
|
| 14 | + 'top' => t('Top region'), |
|
| 15 | + 'tabs' => t('Tabbed region') |
|
| 16 | + ), |
|
| 17 | 17 | ); |
@@ -16,7 +16,7 @@ |
||
| 16 | 16 | * The prefix to prepend to the new machine name (ex: dfs_tec). |
| 17 | 17 | * @param string $type |
| 18 | 18 | * The Entity bundle, i.e. article or slideshow. |
| 19 | - * @param $entity_type |
|
| 19 | + * @param string $entity_type |
|
| 20 | 20 | * The Entity Type (not bundle), i.e. node or block. |
| 21 | 21 | * @param string $path |
| 22 | 22 | * A directory path that contains a properly named CSV for this migration. |