You are here

public static function VolumeUnit::getBaseUnit in Physical Fields 8

Gets the base unit.

Return value

string The base unit.

Overrides UnitInterface::getBaseUnit

File

src/VolumeUnit.php, line 44

Class

VolumeUnit
Provides volume units.

Namespace

Drupal\physical

Code

public static function getBaseUnit() {
  return self::CUBIC_METER;
}