public function ExternalLinkPopup::getClose in External Link Pop-up 8
File
- src/
Entity/ ExternalLinkPopup.php, line 134
Class
- ExternalLinkPopup
- Represents an External Link Pop-up entity.
Namespace
Drupal\external_link_popup\EntityCode
public function getClose() {
return $this->close;
}