insert_allowed_html_validate |
./insert.module |
Additional validation for the filter format edit form.
This function is supposed to alter the allowed HTML filter tags and
attributes settings as to what is required for the Insert module to work
properly. To prevent confusion, this should be done… |
|
1 |
insert_editor_js_settings_alter |
./insert.module |
Implements hook_editor_js_settings_alter(). |
|
|
insert_form_alter |
./insert.module |
Implements hook_form_alter(). |
|
|
insert_theme |
./insert.module |
Implements hook_theme(). |
|
|
template_preprocess_insert_button_widget |
./insert.module |
Preprocess variables for the insert-button-widget.html.twig file. |
|
|
template_preprocess_insert_icon_link |
./insert.module |
Preprocess variables for the insert-icon-link.html.twig file.
Basically a slimmed copy of template_preprocess_file_link() with the
exception that it will consistently apply absolute or relative URLs,
according to the Insert setting. |
|
|
template_preprocess_insert_image |
./insert.module |
Preprocess variables for the insert-image.html.twig file.
The function is called for each image style configured to be used. The
particular image is transformed according to the image style. |
|
|
template_preprocess_insert_link |
./insert.module |
Preprocess variables for the insert-link.html.twig file. |
|
|