You are here

public function AddToCalendarApiWidget::getWidgetValue in Add To Calendar Button (AddEvent.com) 8.4

Same name and namespace in other branches
  1. 8.3 src/AddToCalendarApiWidget.php \Drupal\addtocalendar\AddToCalendarApiWidget::getWidgetValue()

Use this function to get a particular value from this widget.

File

src/AddToCalendarApiWidget.php, line 69

Class

AddToCalendarApiWidget
Class AddToCalendarApiWidget.

Namespace

Drupal\addtocalendar

Code

public function getWidgetValue($config_value) {
  return $this->{$config_value};
}