theme.php

Shadow theme functions for theme templates.

The API module is currently being updated to allow template files to be included in the themeable group.

  • Patch API module to allow "ingroup" in "file" docblocks. [#559166]
  • Deploy updated API module, API 6.x-1.3.
  • Add "themeable" to file docblocks of all templates. [#716496]
  • Backport [#716496] to Drupal 6.

When this process has been completed, this theme.php file should be removed from CVS.

File

documentation-6.x/developer/theme.php
View source
  1. <?php
  2. /**
  3. * @file
  4. * Shadow theme functions for theme templates.
  5. *
  6. * The API module is currently being updated to allow template files to be
  7. * included in the themeable group.
  8. * - Patch API module to allow "ingroup" in "file" docblocks. [#559166]
  9. * - Deploy updated API module, API 6.x-1.3.
  10. * - Add "themeable" to file docblocks of all templates. [#716496]
  11. * - Backport [#716496] to Drupal 6.
  12. *
  13. * When this process has been completed, this theme.php file should be removed
  14. * from CVS.
  15. */
  16. /**
  17. * @ingroup themeable
  18. * @{
  19. */
  20. /**
  21. * Implemented using the aggregator-feed-source.tpl.php template.
  22. *
  23. * @see aggregator-feed-source.tpl.php
  24. */
  25. function theme_aggregator_feed_source() {
  26. // This function is never used; see the corresponding template file instead.
  27. }
  28. /**
  29. * Implemented using the aggregator-item.tpl.php template.
  30. *
  31. * @see aggregator-item.tpl.php
  32. */
  33. function theme_aggregator_item() {
  34. // This function is never used; see the corresponding template file instead.
  35. }
  36. /**
  37. * Implemented using the aggregator-summary-item.tpl.php template.
  38. *
  39. * @see aggregator-summary-item.tpl.php
  40. */
  41. function theme_aggregator_summary_item() {
  42. // This function is never used; see the corresponding template file instead.
  43. }
  44. /**
  45. * Implemented using the aggregator-summary-items.tpl.php template.
  46. *
  47. * @see aggregator-summary-items.tpl.php
  48. */
  49. function theme_aggregator_summary_items() {
  50. // This function is never used; see the corresponding template file instead.
  51. }
  52. /**
  53. * Implemented using the aggregator-wrapper.tpl.php template.
  54. *
  55. * @see aggregator-wrapper.tpl.php
  56. */
  57. function theme_aggregator_wrapper() {
  58. // This function is never used; see the corresponding template file instead.
  59. }
  60. /**
  61. * Implemented using the block-admin-display-form.tpl.php template.
  62. *
  63. * @see block-admin-display-form.tpl.php
  64. */
  65. function theme_block_admin_display_form() {
  66. // This function is never used; see the corresponding template file instead.
  67. }
  68. /**
  69. * Implemented using the book-all-books-block.tpl.php template.
  70. *
  71. * @see book-all-books-block.tpl.php
  72. */
  73. function theme_book_all_books_block() {
  74. // This function is never used; see the corresponding template file instead.
  75. }
  76. /**
  77. * Implemented using the book-export-html.tpl.php template.
  78. *
  79. * @see book-export-html.tpl.php
  80. */
  81. function theme_book_export_html() {
  82. // This function is never used; see the corresponding template file instead.
  83. }
  84. /**
  85. * Implemented using the book-navigation.tpl.php template.
  86. *
  87. * @see book-navigation.tpl.php
  88. */
  89. function theme_book_navigation() {
  90. // This function is never used; see the corresponding template file instead.
  91. }
  92. /**
  93. * Implemented using the book-node-export-html.tpl.php template.
  94. *
  95. * @see book-node-export-html.tpl.php
  96. */
  97. function theme_book_node_export_html() {
  98. // This function is never used; see the corresponding template file instead.
  99. }
  100. /**
  101. * Implemented using the comment-folded.tpl.php template.
  102. *
  103. * @see comment-folded.tpl.php
  104. */
  105. function theme_comment_folded() {
  106. // This function is never used; see the corresponding template file instead.
  107. }
  108. /**
  109. * Implemented using the comment-wrapper.tpl.php template.
  110. *
  111. * @see comment-wrapper.tpl.php
  112. */
  113. function theme_comment_wrapper() {
  114. // This function is never used; see the corresponding template file instead.
  115. }
  116. /**
  117. * Implemented using the comment.tpl.php template.
  118. *
  119. * @see comment.tpl.php
  120. */
  121. function theme_comment() {
  122. // This function is never used; see the corresponding template file instead.
  123. }
  124. /**
  125. * Implemented using the forum-icon.tpl.php template.
  126. *
  127. * @see forum-icon.tpl.php
  128. */
  129. function theme_forum_icon() {
  130. // This function is never used; see the corresponding template file instead.
  131. }
  132. /**
  133. * Implemented using the forum-list.tpl.php template.
  134. *
  135. * @see forum-list.tpl.php
  136. */
  137. function theme_forum_list() {
  138. // This function is never used; see the corresponding template file instead.
  139. }
  140. /**
  141. * Implemented using the forum-submitted.tpl.php template.
  142. *
  143. * @see forum-submitted.tpl.php
  144. */
  145. function theme_forum_submitted() {
  146. // This function is never used; see the corresponding template file instead.
  147. }
  148. /**
  149. * Implemented using the forum-topic-list.tpl.php template.
  150. *
  151. * @see forum-topic-list.tpl.php
  152. */
  153. function theme_forum_topic_list() {
  154. // This function is never used; see the corresponding template file instead.
  155. }
  156. /**
  157. * Implemented using the forum-topic-navigation.tpl.php template.
  158. *
  159. * @see forum-topic-navigation.tpl.php
  160. */
  161. function theme_forum_topic_navigation() {
  162. // This function is never used; see the corresponding template file instead.
  163. }
  164. /**
  165. * Implemented using the forums.tpl.php template.
  166. *
  167. * @see forums.tpl.php
  168. */
  169. function theme_forums() {
  170. // This function is never used; see the corresponding template file instead.
  171. }
  172. /**
  173. * Implemented using the node.tpl.php template.
  174. *
  175. * @see node.tpl.php
  176. */
  177. function theme_node() {
  178. // This function is never used; see the corresponding template file instead.
  179. }
  180. /**
  181. * Implemented using the poll-bar-block.tpl.php template.
  182. *
  183. * @see poll-bar-block.tpl.php
  184. */
  185. function theme_poll_bar_block() {
  186. // This function is never used; see the corresponding template file instead.
  187. }
  188. /**
  189. * Implemented using the poll-bar.tpl.php template.
  190. *
  191. * @see poll-bar.tpl.php
  192. */
  193. function theme_poll_bar() {
  194. // This function is never used; see the corresponding template file instead.
  195. }
  196. /**
  197. * Implemented using the poll-results-block.tpl.php template.
  198. *
  199. * @see poll-results-block.tpl.php
  200. */
  201. function theme_poll_results_block() {
  202. // This function is never used; see the corresponding template file instead.
  203. }
  204. /**
  205. * Implemented using the poll-results.tpl.php template.
  206. *
  207. * @see poll-results.tpl.php
  208. */
  209. function theme_poll_results() {
  210. // This function is never used; see the corresponding template file instead.
  211. }
  212. /**
  213. * Implemented using the poll-vote.tpl.php template.
  214. *
  215. * @see poll-vote.tpl.php
  216. */
  217. function theme_poll_vote() {
  218. // This function is never used; see the corresponding template file instead.
  219. }
  220. /**
  221. * Implemented using the profile-block.tpl.php template.
  222. *
  223. * @see profile-block.tpl.php
  224. */
  225. function theme_profile_block() {
  226. // This function is never used; see the corresponding template file instead.
  227. }
  228. /**
  229. * Implemented using the profile-listing.tpl.php template.
  230. *
  231. * @see profile-listing.tpl.php
  232. */
  233. function theme_profile_listing() {
  234. // This function is never used; see the corresponding template file instead.
  235. }
  236. /**
  237. * Implemented using the profile-wrapper.tpl.php template.
  238. *
  239. * @see profile-wrapper.tpl.php
  240. */
  241. function theme_profile_wrapper() {
  242. // This function is never used; see the corresponding template file instead.
  243. }
  244. /**
  245. * Implemented using the search-block-form.tpl.php template.
  246. *
  247. * @see search-block-form.tpl.php
  248. */
  249. function theme_search_block_form() {
  250. // This function is never used; see the corresponding template file instead.
  251. }
  252. /**
  253. * Implemented using the search-result.tpl.php template.
  254. *
  255. * @see search-result.tpl.php
  256. */
  257. function theme_search_result() {
  258. // This function is never used; see the corresponding template file instead.
  259. }
  260. /**
  261. * Implemented using the search-results.tpl.php template.
  262. *
  263. * @see search-results.tpl.php
  264. */
  265. function theme_search_results() {
  266. // This function is never used; see the corresponding template file instead.
  267. }
  268. /**
  269. * Implemented using the search-theme-form.tpl.php template.
  270. *
  271. * @see search-theme-form.tpl.php
  272. */
  273. function theme_search_theme_form() {
  274. // This function is never used; see the corresponding template file instead.
  275. }
  276. /**
  277. * Implemented using the block.tpl.php template.
  278. *
  279. * @see block.tpl.php
  280. */
  281. function theme_block() {
  282. // This function is never used; see the corresponding template file instead.
  283. }
  284. /**
  285. * Implemented using the maintenance-page.tpl.php template.
  286. *
  287. * @see maintenance-page.tpl.php
  288. */
  289. function theme_maintenance_page() {
  290. // This function is never used; see the corresponding template file instead.
  291. }
  292. /**
  293. * Implemented using the page.tpl.php template.
  294. *
  295. * @see page.tpl.php
  296. */
  297. function theme_page() {
  298. // This function is never used; see the corresponding template file instead.
  299. }
  300. /**
  301. * Implemented using the user-picture.tpl.php template.
  302. *
  303. * @see user-picture.tpl.php
  304. */
  305. function theme_user_picture() {
  306. // This function is never used; see the corresponding template file instead.
  307. }
  308. /**
  309. * Implemented using the user-profile-category.tpl.php template.
  310. *
  311. * @see user-profile-category.tpl.php
  312. */
  313. function theme_user_profile_category() {
  314. // This function is never used; see the corresponding template file instead.
  315. }
  316. /**
  317. * Implemented using the user-profile-item.tpl.php template.
  318. *
  319. * @see user-profile-item.tpl.php
  320. */
  321. function theme_user_profile_item() {
  322. // This function is never used; see the corresponding template file instead.
  323. }
  324. /**
  325. * Implemented using the user-profile.tpl.php template.
  326. *
  327. * @see user-profile.tpl.php
  328. */
  329. function theme_user_profile() {
  330. // This function is never used; see the corresponding template file instead.
  331. }
  332. /**
  333. * @} End of "ingroup themeable".
  334. */