theming-example-list.html.twig |
|
modules/theming_example/templates/theming-example-list.html.twig |
|
<h2>{{ title }}</h2>
<ol class="theming-example-list">
{% for item in items %}
<li>{{ item }}</li>
{% endfor %}
</ol> |
theming-example-text-form.html.twig |
|
modules/theming_example/templates/theming-example-text-form.html.twig |
|
Template file for the theming example text form. |
ThemingExampleTest.php |
|
modules/theming_example/tests/src/Functional/ThemingExampleTest.php |
Drupal\Tests\theming_example\Functional |
|
ThemingPageController.php |
|
modules/theming_example/src/Controller/ThemingPageController.php |
Drupal\theming_example\Controller |
|
theming_example.css |
|
modules/theming_example/css/theming_example.css |
|
/*
* style the list
* for OL you can have
* decimal | lower-roman | upper-roman | lower-alpha | upper-alpha
* for UL you can have
* disc | circle | square or an image eg url(x.png)
* you can also have 'none'
*/
.theming-example-list… |
theming_example.info.yml |
|
modules/theming_example/theming_example.info.yml |
|
modules/theming_example/theming_example.info.yml |
theming_example.libraries.yml |
|
modules/theming_example/theming_example.libraries.yml |
|
modules/theming_example/theming_example.libraries.yml |
theming_example.module |
|
modules/theming_example/theming_example.module |
|
Explains how a module declares theme functions, preprocess functions, and
templates. |
theming_example.routing.yml |
|
modules/theming_example/theming_example.routing.yml |
|
modules/theming_example/theming_example.routing.yml |
tour.tour.tour-example.yml |
|
modules/tour_example/config/install/tour.tour.tour-example.yml |
|
modules/tour_example/config/install/tour.tour.tour-example.yml |
TourExampleController.php |
|
modules/tour_example/src/Controller/TourExampleController.php |
Drupal\tour_example\Controller |
|
TourExampleTest.php |
|
modules/tour_example/tests/src/Functional/TourExampleTest.php |
Drupal\Tests\tour_example\Functional |
|
tour_example.info.yml |
|
modules/tour_example/tour_example.info.yml |
|
modules/tour_example/tour_example.info.yml |
tour_example.links.menu.yml |
|
modules/tour_example/tour_example.links.menu.yml |
|
modules/tour_example/tour_example.links.menu.yml |
tour_example.module |
|
modules/tour_example/tour_example.module |
|
Module file for tour_example. |
tour_example.routing.yml |
|
modules/tour_example/tour_example.routing.yml |
|
modules/tour_example/tour_example.routing.yml |
VerticalTabsDemo.php |
|
modules/form_api_example/src/Form/VerticalTabsDemo.php |
Drupal\form_api_example\Form |
|
views.view.rest_service.yml |
|
modules/rest_example/config/install/views.view.rest_service.yml |
|
modules/rest_example/config/install/views.view.rest_service.yml |
Wizard.php |
|
modules/ajax_example/src/Form/Wizard.php |
Drupal\ajax_example\Form |
|
YamlValidationTest.php |
|
tests/src/Unit/YamlValidationTest.php |
Drupal\Tests\examples\Unit |
|