Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aryashreep/music_contact_us
Drupal 8 custom Contact Us
https://github.com/aryashreep/music_contact_us
custom-module d8 dependency-injection druapl-8 drupal services
Last synced: 17 days ago
JSON representation
Drupal 8 custom Contact Us
- Host: GitHub
- URL: https://github.com/aryashreep/music_contact_us
- Owner: aryashreep
- License: gpl-3.0
- Created: 2020-05-02T08:12:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-05T13:58:41.000Z (almost 5 years ago)
- Last Synced: 2024-11-19T05:05:45.570Z (3 months ago)
- Topics: custom-module, d8, dependency-injection, druapl-8, drupal, services
- Language: PHP
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Drupal 8 custom Contact Us
custom contact us with dependency injection(DI).![D8 Code Review](https://github.com/aryashreep/music_contact_us/workflows/D8%20Code%20Review/badge.svg?branch=master)
# Module structure
|- src
| |- Controller - MusicContactUsController.php
| |- Form - MusicContactUsForm.php
| |- MusicContactUsFormService.php
|- templates - music-contact-us.html.twig
|- tests
| |- Controller - MusicContactUsControllerTest.php
| |- src
| |- Functional - LoadTest.php
|- composer.json
|- music_contact_us.info.yml
|- music_contact_us.install
|- music_contact_us.module
|- music_contact_us.routing.yml
|- music_contact_us.services.yml