You are here

public function SocialMediaEvent::__construct in Social media share 8

Constructor.

Parameters

array $element: TODO describe what element is.

File

src/Event/SocialMediaEvent.php, line 42

Class

SocialMediaEvent
Class SocialMediaEvent.

Namespace

Drupal\social_media\Event

Code

public function __construct(array $element) {
  $this->element = $element;
}