material_admin-8.x-1.0-alpha7/templates/buttons/input--switch--uninstall.html.twig
templates/buttons/input--switch--uninstall.html.twig
{% extends '@material_admin/buttons/input--switch.html.twig' %}
{#
/**
* @file
* Theme override for an 'input' #type form element.
*
* Available variables:
* - attributes: A list of HTML attributes for the input element.
* - children: Optional additional rendered elements.
*
* @see template_preprocess_input()
*/
#}
{# ovveride the tooltip text to be specific to the module install page. #}
{% set tooltip_text = 'Cannot uninstall, this module has dependencies.' %}
{% block switch_before_text %}On{% endblock %}
{% block switch_after_text %}Uninstall{% endblock %}