You are here

public function Time::getMinute in Time Field For Drupal 8.x / 9.x 8

Same name and namespace in other branches
  1. 2.x src/Time.php \Drupal\time_field\Time::getMinute()

Number of minutes.

Return value

int Number of minutes

File

src/Time.php, line 104

Class

Time
Time class represents time of day.

Namespace

Drupal\time_field

Code

public function getMinute() {
  return $this->minute;
}