public function Charge::getTitle in Commerce Recurring Framework 8
Gets the title.
Return value
string The title.
File
- src/
Charge.php, line 108
Class
- Charge
- Represents a charge.
Namespace
Drupal\commerce_recurringCode
public function getTitle() {
return $this->title;
}