You are here

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

File

src/Entity/ExternalLinkPopup.php, line 231

Class

ExternalLinkPopup
Represents an External Link Pop-up entity.

Namespace

Drupal\external_link_popup\Entity

Code

public function setNewTab($new_tab) {
  $this->new_tab = $new_tab;
  return $this;
}