You are here

function readmore_theme in Readmore 8

Same name and namespace in other branches
  1. 7 readmore.module \readmore_theme()
  2. 2.x readmore.module \readmore_theme()

Implements hook_theme().

File

./readmore.module, line 13
Contains readmore module.

Code

function readmore_theme() {
  return [
    'readmore' => [
      'variables' => [
        'summary' => NULL,
        'text' => NULL,
      ],
    ],
  ];
}