You are here

public function ShareMessageInterface::hasPlugin in Share Message 8

Checks whether the Share Message plugin of this Share Message exists.

Return value

bool TRUE if the Share Message plugin exists, FALSE otherwise.

1 method overrides ShareMessageInterface::hasPlugin()
ShareMessage::hasPlugin in src/Entity/ShareMessage.php
Checks whether the Share Message plugin of this Share Message exists.

File

src/ShareMessageInterface.php, line 64

Class

ShareMessageInterface
Define interface for ShareMessage entity.

Namespace

Drupal\sharemessage

Code

public function hasPlugin();