Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shahinam/d8examples
Drupal 8 Learning - Examples, Modules, Snippets, Docs.
https://github.com/shahinam/d8examples
drupal-8 drupal-module
Last synced: 2 months ago
JSON representation
Drupal 8 Learning - Examples, Modules, Snippets, Docs.
- Host: GitHub
- URL: https://github.com/shahinam/d8examples
- Owner: shahinam
- Created: 2016-04-05T05:51:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-27T16:19:36.000Z (over 7 years ago)
- Last Synced: 2024-03-14T17:20:42.722Z (10 months ago)
- Topics: drupal-8, drupal-module
- Language: PHP
- Homepage:
- Size: 28.3 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Contents
- [Migrate Movies CSV](migrate_movies_csv): Migrate movies data from CSV files.
- [Auto Capitalize](auto_capitalize): A simple filter plugin to capitalize set of preconfigured words.
- [Attach Assets](attach_assets): Demo to show how to add CSS and JS.
- [User Account Notify](user_account_notify): Email notificatin to user on account changes. Uses queues.
- [Logging](logging): Logging in procedural code.
- [Weather Forecast](forecast): Demo how to use external API and download dependency in root vendor folder.