link-iframe-formatter.html.twig |
templates/link-iframe-formatter.html.twig |
|
{% spaceless %}
<iframe width="{{ width }}" height="{{ height }}" src="{{ url }}" class="{{ class }}" frameborder="0" allowfullscreen></iframe>
{% if original %}
<div… |
LinkIframeFormatter.php |
src/Plugin/Field/FieldFormatter/LinkIframeFormatter.php |
Drupal\link_iframe_formatter\Plugin\Field\FieldFormatter |
|
LinkIframeFormatterTest.php |
tests/src/Functional/LinkIframeFormatterTest.php |
Drupal\Tests\link_iframe_formatter\Functional |
|
link_iframe_formatter.info.yml |
link_iframe_formatter.info.yml |
|
link_iframe_formatter.info.yml |
link_iframe_formatter.module |
link_iframe_formatter.module |
|
Contains main module functions. |
link_iframe_formatter.schema.yml |
config/schema/link_iframe_formatter.schema.yml |
|
config/schema/link_iframe_formatter.schema.yml |
README.txt |
README.txt |
|
Defines a formatter that renders a link like an iframe
This module has been sponsored by [Atenea tech](http://ateneatech.com
Requires:
---------
* [Link](http://drupal.org/project/link)
Installation:
-------------
Just drop this module folder… |