Added changes from patch #43.
Compare changes
@@ -22,6 +22,11 @@
@@ -22,6 +22,11 @@
@@ -86,7 +91,8 @@ public function buildOptionsForm(&$form, FormStateInterface $form_state) {
@@ -86,7 +91,8 @@ public function buildOptionsForm(&$form, FormStateInterface $form_state) {
@@ -104,7 +110,7 @@ public function buildOptionsForm(&$form, FormStateInterface $form_state) {
@@ -104,7 +110,7 @@ public function buildOptionsForm(&$form, FormStateInterface $form_state) {
@@ -124,7 +130,7 @@ public function buildOptionsForm(&$form, FormStateInterface $form_state) {
@@ -124,7 +130,7 @@ public function buildOptionsForm(&$form, FormStateInterface $form_state) {
@@ -137,7 +143,7 @@ public function validateOptionsForm(&$form, FormStateInterface $form_state) {
@@ -137,7 +143,7 @@ public function validateOptionsForm(&$form, FormStateInterface $form_state) {
@@ -156,7 +162,7 @@ public function summaryTitle() {
@@ -156,7 +162,7 @@ public function summaryTitle() {
$lifespan = $this->options[$type . '_lifespan'] == 'custom' ? $this->options[$type . '_lifespan_custom'] : $this->options[$type . '_lifespan'];