You are here

public function ExternalLinkPopup::setTitle in External Link Pop-up 8

File

src/Entity/ExternalLinkPopup.php, line 191

Class

ExternalLinkPopup
Represents an External Link Pop-up entity.

Namespace

Drupal\external_link_popup\Entity

Code

public function setTitle($title) {
  $this->title = $title;
  return $this;
}