LoadTest.php |
tests/src/Functional/LoadTest.php |
Drupal\Tests\simple_iframe\Functional |
|
README.txt |
README.txt |
|
Simple iframe 8.x - 1.x
==============================
This module provides a new field type for displaying iframes.
The field provides the most basic settings for an iframe display: src,width and height.
Rendering is done using twig. So it's… |
simple-iframe.html.twig |
templates/simple-iframe.html.twig |
|
<div class="simple-iframe">
<iframe src="{{- url -}}" width="{{- width -}}" height="{{- height -}}">{{ 'Your browser does not support iframes'|t }}</iframe>
</div> |
SimpleIframeFieldType.php |
src/Plugin/Field/FieldType/SimpleIframeFieldType.php |
Drupal\simple_iframe\Plugin\Field\FieldType |
|
SimpleIframeFormatterType.php |
src/Plugin/Field/FieldFormatter/SimpleIframeFormatterType.php |
Drupal\simple_iframe\Plugin\Field\FieldFormatter |
|
SimpleIframeWidgetType.php |
src/Plugin/Field/FieldWidget/SimpleIframeWidgetType.php |
Drupal\simple_iframe\Plugin\Field\FieldWidget |
|
simple_iframe.info.yml |
simple_iframe.info.yml |
|
simple_iframe.info.yml |
simple_iframe.module |
simple_iframe.module |
|
Contains simple_iframe.module. |