An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by drupal-up

A curated list of projects in awesome lists by drupal-up .

https://github.com/drupal-up/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.

drupal drupal-8 drupal-module drupal8

Last synced: 14 Feb 2025

https://github.com/drupal-up/drupalup_simple_form

Drupal 8 simple form under a certain route.

drupal drupal-8 drupal-module drupal8

Last synced: 30 Aug 2025

https://github.com/drupal-up/ajax_form_submit

An example Drupal 8 ajax form submit module

drupal drupal-8 drupal-module drupal8 example

Last synced: 13 Apr 2025

https://github.com/drupal-up/drupalup_jsset

Passing Javascript variables from Drupal 8 controller

drupal drupal-8 drupal-module

Last synced: 23 Jul 2025

https://github.com/drupal-up/drupalup_service

Example module declaring service. There is a video on how to program it ->

drupal drupal-8 drupal-module drupal8

Last synced: 13 Apr 2025

https://github.com/drupal-up/drupalup_links

Adding a menu link with our custom module.

drupal drupal-8 drupal-module

Last synced: 27 Jun 2025

https://github.com/drupal-up/drupalup_fibo_form

Calculating the fibonacci numbers after submitting a Drupal 8 form.

drupal drupal-8 drupal-module fibonacci fibonacci-numbers fibonacci-sequence

Last synced: 26 Mar 2025

https://github.com/drupal-up/drupal_rest

Example Drupal Docker setup for the Drupal REST article from the link.

drupal drupal-8 drupal-project rest rest-api

Last synced: 26 Mar 2025

https://github.com/drupal-up/drupalup_custom_theme_settings

Declaring some custom theme related configuration and rendering it.

drupal drupal-8 drupal-theme drupal8

Last synced: 11 Mar 2025

https://github.com/drupal-up/drupalup_route_alter

In this video we are altering a path of a certain route, but we also see how we could alter also other properties of the route.

drupal drupal-8 drupal-module drupal8

Last synced: 11 Mar 2025

https://github.com/drupal-up/drupalup_tabs

Implement a tab for a custom controller route in Drupal 8.

drupal drupal-8 drupal-module

Last synced: 19 Aug 2025

https://github.com/drupal-up/drupalup_logexample

We are going to see how to log messages to Drupal database log.

drupal drupal-8 drupal-module

Last synced: 26 Mar 2025

https://github.com/drupal-up/drupal_up

A theme that will be used in the tutorial videos.

drupal drupal-8 drupal-theme

Last synced: 16 Jun 2025

https://github.com/drupal-up/drupal-composer-docker4drupal

An example of how to implement the drupal-composer project and to have the docker4drupal at the same time

Last synced: 26 Mar 2025

https://github.com/drupal-up/drupalup_json_api

Simple module creating a controller with a JSON api.

drupal drupal-8 drupal-module drupal8

Last synced: 21 Jun 2025

https://github.com/drupal-up/drupalup_fibo

A Drupal 8 module that implements a service that generates Fibonacci numbers.

drupal drupal-8 drupal-module drupal-service fibonacci

Last synced: 26 Mar 2025

https://github.com/drupal-up/materialize-webshop

A static version of a web page that we will convert into a Drupal 8 theme in a sequence of youtube videos.

Last synced: 26 Mar 2025

https://github.com/drupal-up/drupal_up_form_validation

Drupal 8 module with a form rendered under a certain route, with a validation.

drupal drupal-8 drupal-module

Last synced: 26 Mar 2025

https://github.com/drupal-up/drupal_test

Drupal 8 setup with Docker for setting up quick tests.

drupal drupal-8 drupal-project

Last synced: 22 Jun 2025

https://github.com/drupal-up/ajax_form_submit_js_callback

A module that creates a custom Drupal 8 form which calls a JS function and logs the value of a text field to the Browser console. Please check the link for a step by step video.

drupal drupal-8 drupal-module drupal8

Last synced: 26 Jun 2025

https://github.com/drupal-up/githooks

Stuff that could be triggered on git push in this example.

Last synced: 01 Jul 2025

https://github.com/drupal-up/drupal_up_js_library

Example of how to add a Drupal 8 theme library with a JS file.

drupal drupal-8 drupal-theme

Last synced: 16 Aug 2025

https://github.com/drupal-up/drupalup_sandbox

Drupalup sandbox project.

Last synced: 23 Jul 2025

https://github.com/drupal-up/ajax_form_submit_block

Drupal 8 module with an AJAX form implemented in a block.

drupal drupal-8 drupal-module drupal8

Last synced: 26 Mar 2025

https://github.com/drupal-up/drupal_up_smacss

Illustrating with an example the different SMACSS types.

drupal drupal-8 drupal-theme

Last synced: 26 Mar 2025

https://github.com/drupal-up/drupalup_ct_config

Drupal 8 module with custom config.

drupal drupal-8 drupal-module

Last synced: 26 Mar 2025

https://github.com/drupal-up/dbtng_example

The dbtng_example module from the drupal examples module.

Last synced: 26 Mar 2025

https://github.com/drupal-up/drupalup_new_region

Example of how to create new region in your next Drupal 8 theme.

drupal drupal-blocks drupal-regions drupal8 drupal8-theme regions theming

Last synced: 11 Mar 2025

https://github.com/drupal-up/drupalup_block

Custom module with programatically created block

drupal drupal-8 drupal-blocks drupal-module drupal8

Last synced: 11 Mar 2025

https://github.com/drupal-up/drupal_up_custom_attributes

Custom attribute in theme preprocess function.

drupal drupal-8 drupal-theme

Last synced: 26 Mar 2025

https://github.com/drupal-up/drupal_up_contr_title

An example Drupal 8 module that illustrates the use of a title_callback for a custom Controller.

drupal drupal-8 drupal-module drupal8

Last synced: 26 Mar 2025

https://github.com/drupal-up/drupal_up_theme_suggestion_alter

We are going to use hook_theme_suggestions_alter to declare a new template suggestion.

drupal drupal-8 drupal-theme

Last synced: 26 Mar 2025

https://github.com/drupal-up/drupalup_behat

Example setup of Behat integration into a Drupal Docker project.

behat drupal drupal-8 drupal-behat drupal-project

Last synced: 26 Mar 2025

https://github.com/drupal-up/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.

drupal drupal-8 drupal-8-module event-subscriber

Last synced: 26 Mar 2025

https://github.com/drupal-up/drupalup_cron

Example of how to execute code on Drupal cron run.

drupal drupal-8 drupal-module

Last synced: 26 Mar 2025

https://github.com/drupal-up/drupal_up_breakpoints

How to declare breakpoints in your Drupal theme

drupal drupal-8 drupal-theme

Last synced: 26 Mar 2025

https://github.com/drupal-up/burger-burgler-static

A static page, which in the course from the link, is turned into a Drupal 8 theme.

Last synced: 26 Mar 2025