drupalUP's repositories
graphql-drupal-example
Drupal + GraphQL + React + Apollo app
drupalup_controller
Custom Drupal 8 module with a Controller and route, the output of which is rendered in twig template. Check the link for a video on how build this module step by step.
drupalup_jsset
Passing Javascript variables from Drupal 8 controller
drupalup_links
Adding a menu link with our custom module.
drupalup_service
Example module declaring service. There is a video on how to program it ->
drupal_rest
Example Drupal Docker setup for the Drupal REST article from the link.
drupalup_fibo
A Drupal 8 module that implements a service that generates Fibonacci numbers.
drupalup_json_api
Simple module creating a controller with a JSON api.
drupalup_tabs
Implement a tab for a custom controller route in Drupal 8.
ajax_form_submit_block
Drupal 8 module with an AJAX form implemented in a block.
dbtng_example
The dbtng_example module from the drupal examples module.
drupal_test
Drupal 8 setup with Docker for setting up quick tests.
drupal_up_breakpoints
How to declare breakpoints in your Drupal theme
drupal_up_contr_title
An example Drupal 8 module that illustrates the use of a title_callback for a custom Controller.
drupal_up_custom_attributes
Custom attribute in theme preprocess function.
drupal_up_form_validation
Drupal 8 module with a form rendered under a certain route, with a validation.
drupal_up_js_library
Example of how to add a Drupal 8 theme library with a JS file.
drupal_up_theme_suggestion_alter
We are going to use hook_theme_suggestions_alter to declare a new template suggestion.
drupalup_behat
Example setup of Behat integration into a Drupal Docker project.
drupalup_cron
Example of how to execute code on Drupal cron run.
drupalup_ct_config
Drupal 8 module with custom config.
drupalup_hook_events
In this example we are using the hook_event_dispatcher module and we are subscribing and acting on an event created by it.
drupalup_sandbox
Drupalup sandbox project.