昨日から探していましたが、 への呼び出しdrupal_render()
が返される理由がわかりませんNULL
。私のノードテーマ関数では、以下のように定義して呼び出すdrupal_render($element)
と$element
、何もレンダリングされません!
<?php
Array
(
[#type] => textfield
[#title] => Label
[#default_value] =>
[#post] => Array
(
)
[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => label
)
[#array_parents] => Array
(
[0] => range
[1] => label
)
[#weight] => 0
[#processed] => 1
[#description] =>
[#attributes] => Array
(
)
[#required] =>
[#input] => 1
[#size] => 60
[#maxlength] => 128
[#autocomplete_path] =>
[#process] => Array
(
[0] => form_expand_ahah
)
[#name] => label
[#id] => edit-label
[#value] =>
[#defaults_loaded] => 1
[#sorted] => 1
[#printed] => 1
)
?>
私が見逃しているものはありますか?