dimension.module in Dimension 2.0.x
Same filename and directory in other branches
File
dimension.moduleView source
<?php
/**
* Implements hook_theme().
*/
function dimension_theme() {
return [
'area_components_field_formatter' => [
'variables' => [
'width' => 0,
'height' => 0,
],
],
'volume_components_field_formatter' => [
'variables' => [
'width' => 0,
'height' => 0,
'length' => 0,
],
],
];
}
Functions
Name | Description |
---|---|
dimension_theme | Implements hook_theme(). |