You are here

xbbcode.module in Extensible BBCode 8.3

Contains hook implementations.

File

xbbcode.module
View source
<?php

/**
 * @file
 * Contains hook implementations.
 */

/**
 * Implements hook_theme().
 */
function xbbcode_theme() {
  return [
    'xbbcode_help' => [
      'variables' => [
        'title' => NULL,
        'rows' => [],
        'label_prefix' => NULL,
      ],
    ],
  ];
}

Functions

Namesort descending Description
xbbcode_theme Implements hook_theme().