Skip to content
View rikki-iki's full-sized avatar

Organizations

@drupal-au

Block or report rikki-iki

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. element_class_formatter element_class_formatter Public

    Testbed for Drupal module

    PHP

  2. nightwatch-axe-core nightwatch-axe-core Public

    Nightwatch.js commands for running aXe-core.

    JavaScript

  3. drupalsouth-2021 drupalsouth-2021 Public

    Code from session "The best tools and methods for optimising your Drupal themes"

    JavaScript 1

  4. recipes recipes Public

    Rikki & Marin's Recipes

  5. Useful preprocess theme functions (m... Useful preprocess theme functions (may use deprecated php)
    1
    <?php
    2
    
                  
    3
    use Drupal\Core\Cache\CacheableMetadata;
    4
    use Drupal\Core\Template\Attribute;
    5
    use Drupal\Core\Url;
  6. Useful theme suggestions (may use de... Useful theme suggestions (may use deprecated php)
    1
    <?php
    2
    
                  
    3
    use Drupal\block\Entity\Block;
    4
    use Drupal\block_content\BlockContentInterface;
    5