Advertisement
sillygwailo

Untitled

Jan 31st, 2012
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 42.71 KB | None | 0 0
  1. Array
  2. (
  3.   [0] => Array
  4.     (
  5.       [file] => path/to/drupal/modules/field/field.attach.inc
  6.       [line] => 182
  7.       [function] => entity_extract_ids
  8.       [args] => Array
  9.         (
  10.           [0] => node
  11.           [1] => page
  12.         )
  13.     )
  14.   [1] => Array
  15.     (
  16.       [file] => path/to/drupal/modules/field/field.attach.inc
  17.       [line] => 375
  18.       [function] => _field_invoke
  19.       [args] => Array
  20.         (
  21.           [0] => form
  22.           [1] => node
  23.           [2] => page
  24.           [3] => Array
  25.             (
  26.               [#node_edit_form] => 1
  27.              [#attributes] => Array
  28.                (
  29.                   [class] => Array
  30.                     (
  31.                       [0] => node-form
  32.                     )
  33.                 )
  34.               [nid] => Array
  35.                 (
  36.                   [#type] => value
  37.                  [#value] =>
  38.                )
  39.               [vid] => Array
  40.                 (
  41.                   [#type] => value
  42.                  [#value] =>
  43.                )
  44.               [uid] => Array
  45.                 (
  46.                   [#type] => value
  47.                  [#value] =>
  48.                )
  49.               [created] => Array
  50.                 (
  51.                   [#type] => value
  52.                  [#value] =>
  53.                )
  54.               [type] => Array
  55.                 (
  56.                   [#type] => value
  57.                  [#value] =>
  58.                )
  59.               [language] => Array
  60.                 (
  61.                   [#type] => value
  62.                  [#value] =>
  63.                )
  64.               [changed] => Array
  65.                 (
  66.                   [#type] => hidden
  67.                  [#default_value] =>
  68.                )
  69.               [title] => Array
  70.                 (
  71.                   [#type] => textfield
  72.                  [#title] => Title
  73.                  [#required] => 1
  74.                  [#default_value] =>
  75.                  [#maxlength] => 255
  76.                  [#weight] => -5
  77.                )
  78.               [#node] => page
  79.              [additional_settings] => Array
  80.                 (
  81.                   [#type] => vertical_tabs
  82.                  [#weight] => 99
  83.                )
  84.               [revision_information] => Array
  85.                 (
  86.                   [#type] => fieldset
  87.                  [#title] => Revision information
  88.                  [#collapsible] => 1
  89.                  [#collapsed] => 1
  90.                  [#group] => additional_settings
  91.                  [#attributes] => Array
  92.                    (
  93.                       [class] => Array
  94.                         (
  95.                           [0] => node-form-revision-information
  96.                         )
  97.                     )
  98.                   [#attached] => Array
  99.                    (
  100.                       [js] => Array
  101.                         (
  102.                           [0] => modules/node/node.js
  103.                         )
  104.                     )
  105.                   [#weight] => 20
  106.                  [#access] => 1
  107.                  [revision] => Array
  108.                     (
  109.                       [#type] => checkbox
  110.                      [#title] => Create new revision
  111.                      [#default_value] =>
  112.                      [#access] => 1
  113.                      [#states] => Array
  114.                        (
  115.                           [checked] => Array
  116.                             (
  117.                               [textarea[name="log"]] => Array
  118.                                 (
  119.                                   [empty] =>
  120.                                 )
  121.                             )
  122.                         )
  123.                     )
  124.                   [log] => Array
  125.                     (
  126.                       [#type] => textarea
  127.                      [#title] => Revision log message
  128.                      [#rows] => 4
  129.                      [#default_value] =>
  130.                      [#description] => Provide an explanation of the changes you are making. This will help other authors understand your motivations.
  131.                    )
  132.                 )
  133.               [author] => Array
  134.                 (
  135.                   [#type] => fieldset
  136.                  [#access] => 1
  137.                  [#title] => Authoring information
  138.                  [#collapsible] => 1
  139.                  [#collapsed] => 1
  140.                  [#group] => additional_settings
  141.                  [#attributes] => Array
  142.                    (
  143.                       [class] => Array
  144.                         (
  145.                           [0] => node-form-author
  146.                         )
  147.                     )
  148.                   [#attached] => Array
  149.                    (
  150.                       [js] => Array
  151.                         (
  152.                           [0] => modules/node/node.js
  153.                           [1] => Array
  154.                             (
  155.                               [type] => setting
  156.                               [data] => Array
  157.                                 (
  158.                                   [anonymous] => Anonymous
  159.                                 )
  160.                             )
  161.                         )
  162.                     )
  163.                   [#weight] => 90
  164.                  [name] => Array
  165.                     (
  166.                       [#type] => textfield
  167.                      [#title] => Authored by
  168.                      [#maxlength] => 60
  169.                      [#autocomplete_path] => user/autocomplete
  170.                      [#default_value] =>
  171.                      [#weight] => -1
  172.                      [#description] => Leave blank for <em class="placeholder">Anonymous</em>.
  173.                    )
  174.                   [date] => Array
  175.                     (
  176.                       [#type] => textfield
  177.                      [#title] => Authored on
  178.                      [#maxlength] => 25
  179.                      [#description] => Format: <em class="placeholder"></em>. The date format is YYYY-MM-DD and <em class="placeholder"></em> is the time zone offset from UTC. Leave blank to use the time of form submission.
  180.                      [#default_value] =>
  181.                    )
  182.                 )
  183.               [options] => Array
  184.                 (
  185.                   [#type] => fieldset
  186.                  [#access] => 1
  187.                  [#title] => Publishing options
  188.                  [#collapsible] => 1
  189.                  [#collapsed] => 1
  190.                  [#group] => additional_settings
  191.                  [#attributes] => Array
  192.                    (
  193.                       [class] => Array
  194.                         (
  195.                           [0] => node-form-options
  196.                         )
  197.                     )
  198.                   [#attached] => Array
  199.                    (
  200.                       [js] => Array
  201.                         (
  202.                           [0] => modules/node/node.js
  203.                         )
  204.                     )
  205.                   [#weight] => 95
  206.                  [status] => Array
  207.                     (
  208.                       [#type] => checkbox
  209.                      [#title] => Published
  210.                      [#default_value] =>
  211.                    )
  212.                   [promote] => Array
  213.                     (
  214.                       [#type] => checkbox
  215.                      [#title] => Promoted to front page
  216.                      [#default_value] =>
  217.                    )
  218.                   [sticky] => Array
  219.                     (
  220.                       [#type] => checkbox
  221.                      [#title] => Sticky at top of lists
  222.                      [#default_value] =>
  223.                    )
  224.                 )
  225.               [actions] => Array
  226.                 (
  227.                   [#type] => actions
  228.                  [submit] => Array
  229.                     (
  230.                       [#type] => submit
  231.                      [#access] => 1
  232.                      [#value] => Save
  233.                      [#weight] => 5
  234.                      [#submit] => Array
  235.                        (
  236.                           [0] => node_form_submit
  237.                         )
  238.                     )
  239.                   [preview] => Array
  240.                     (
  241.                       [#access] => 1
  242.                      [#type] => submit
  243.                      [#value] => Preview
  244.                      [#weight] => 10
  245.                      [#submit] => Array
  246.                        (
  247.                           [0] => node_form_build_preview
  248.                         )
  249.                     )
  250.                 )
  251.               [#validate] => Array
  252.                (
  253.                   [0] => node_form_validate
  254.                 )
  255.               [#submit] => Array
  256.                (
  257.                 )
  258.               [#parents] => Array
  259.                (
  260.                 )
  261.             )
  262.           [4] => Array
  263.             (
  264.               [input] => Array
  265.                 (
  266.                   [title] =>
  267.                   [body] => Array
  268.                     (
  269.                       [und] => Array
  270.                         (
  271.                           [0] => Array
  272.                             (
  273.                               [summary] =>
  274.                               [value] => <p>Whale</p>
  275. <p>&nbsp;</p>
  276. <p>&nbsp;</p>
  277.                               [format] => filtered_html
  278.                             )
  279.                         )
  280.                     )
  281.                   [changed] =>
  282.                   [form_token] => BHLCJ0OR1nPoWTyjpOod7M-YgbfnxLvZz6T4HK2wD-M
  283.                   [form_id] => page_node_form
  284.                   [menu] => Array
  285.                     (
  286.                       [link_title] =>
  287.                       [description] =>
  288.                       [parent] => main-menu:0
  289.                       [weight] => 0
  290.                     )
  291.                   [log] =>
  292.                   [path] => Array
  293.                     (
  294.                       [pathauto] => 1
  295.                     )
  296.                   [comment] => 1
  297.                   [name] => admin
  298.                   [date] =>
  299.                   [status] => 1
  300.                   [promote] => 1
  301.                   [additional_settings__active_tab] => edit-menu
  302.                 )
  303.               [build_info] => Array
  304.                 (
  305.                   [args] => Array
  306.                     (
  307.                       [0] => page
  308.                     )
  309.                   [base_form_id] => node_form
  310.                 )
  311.               [rebuild] => 1
  312.               [rebuild_info] => Array
  313.                 (
  314.                 )
  315.               [redirect] =>
  316.               [temporary] => Array
  317.                 (
  318.                 )
  319.               [submitted] =>
  320.               [executed] =>
  321.               [programmed] =>
  322.               [cache] =>
  323.               [method] => post
  324.               [groups] => Array
  325.                 (
  326.                 )
  327.               [buttons] => Array
  328.                 (
  329.                 )
  330.               [node] => page
  331.             )
  332.           [5] => Array
  333.             (
  334.               [language] => en
  335.               [default] => 1
  336.             )
  337.         )
  338.     )
  339.   [2] => Array
  340.     (
  341.       [file] => path/to/drupal/modules/field/field.attach.inc
  342.       [line] => 557
  343.       [function] => _field_invoke_default
  344.       [args] => Array
  345.         (
  346.           [0] => form
  347.           [1] => node
  348.           [2] => page
  349.           [3] => Array
  350.             (
  351.               [#node_edit_form] => 1
  352.              [#attributes] => Array
  353.                (
  354.                   [class] => Array
  355.                     (
  356.                       [0] => node-form
  357.                     )
  358.                 )
  359.               [nid] => Array
  360.                 (
  361.                   [#type] => value
  362.                  [#value] =>
  363.                )
  364.               [vid] => Array
  365.                 (
  366.                   [#type] => value
  367.                  [#value] =>
  368.                )
  369.               [uid] => Array
  370.                 (
  371.                   [#type] => value
  372.                  [#value] =>
  373.                )
  374.               [created] => Array
  375.                 (
  376.                   [#type] => value
  377.                  [#value] =>
  378.                )
  379.               [type] => Array
  380.                 (
  381.                   [#type] => value
  382.                  [#value] =>
  383.                )
  384.               [language] => Array
  385.                 (
  386.                   [#type] => value
  387.                  [#value] =>
  388.                )
  389.               [changed] => Array
  390.                 (
  391.                   [#type] => hidden
  392.                  [#default_value] =>
  393.                )
  394.               [title] => Array
  395.                 (
  396.                   [#type] => textfield
  397.                  [#title] => Title
  398.                  [#required] => 1
  399.                  [#default_value] =>
  400.                  [#maxlength] => 255
  401.                  [#weight] => -5
  402.                )
  403.               [#node] => page
  404.              [additional_settings] => Array
  405.                 (
  406.                   [#type] => vertical_tabs
  407.                  [#weight] => 99
  408.                )
  409.               [revision_information] => Array
  410.                 (
  411.                   [#type] => fieldset
  412.                  [#title] => Revision information
  413.                  [#collapsible] => 1
  414.                  [#collapsed] => 1
  415.                  [#group] => additional_settings
  416.                  [#attributes] => Array
  417.                    (
  418.                       [class] => Array
  419.                         (
  420.                           [0] => node-form-revision-information
  421.                         )
  422.                     )
  423.                   [#attached] => Array
  424.                    (
  425.                       [js] => Array
  426.                         (
  427.                           [0] => modules/node/node.js
  428.                         )
  429.                     )
  430.                   [#weight] => 20
  431.                  [#access] => 1
  432.                  [revision] => Array
  433.                     (
  434.                       [#type] => checkbox
  435.                      [#title] => Create new revision
  436.                      [#default_value] =>
  437.                      [#access] => 1
  438.                      [#states] => Array
  439.                        (
  440.                           [checked] => Array
  441.                             (
  442.                               [textarea[name="log"]] => Array
  443.                                 (
  444.                                   [empty] =>
  445.                                 )
  446.                             )
  447.                         )
  448.                     )
  449.                   [log] => Array
  450.                     (
  451.                       [#type] => textarea
  452.                      [#title] => Revision log message
  453.                      [#rows] => 4
  454.                      [#default_value] =>
  455.                      [#description] => Provide an explanation of the changes you are making. This will help other authors understand your motivations.
  456.                    )
  457.                 )
  458.               [author] => Array
  459.                 (
  460.                   [#type] => fieldset
  461.                  [#access] => 1
  462.                  [#title] => Authoring information
  463.                  [#collapsible] => 1
  464.                  [#collapsed] => 1
  465.                  [#group] => additional_settings
  466.                  [#attributes] => Array
  467.                    (
  468.                       [class] => Array
  469.                         (
  470.                           [0] => node-form-author
  471.                         )
  472.                     )
  473.                   [#attached] => Array
  474.                    (
  475.                       [js] => Array
  476.                         (
  477.                           [0] => modules/node/node.js
  478.                           [1] => Array
  479.                             (
  480.                               [type] => setting
  481.                               [data] => Array
  482.                                 (
  483.                                   [anonymous] => Anonymous
  484.                                 )
  485.                             )
  486.                         )
  487.                     )
  488.                   [#weight] => 90
  489.                  [name] => Array
  490.                     (
  491.                       [#type] => textfield
  492.                      [#title] => Authored by
  493.                      [#maxlength] => 60
  494.                      [#autocomplete_path] => user/autocomplete
  495.                      [#default_value] =>
  496.                      [#weight] => -1
  497.                      [#description] => Leave blank for <em class="placeholder">Anonymous</em>.
  498.                    )
  499.                   [date] => Array
  500.                     (
  501.                       [#type] => textfield
  502.                      [#title] => Authored on
  503.                      [#maxlength] => 25
  504.                      [#description] => Format: <em class="placeholder"></em>. The date format is YYYY-MM-DD and <em class="placeholder"></em> is the time zone offset from UTC. Leave blank to use the time of form submission.
  505.                      [#default_value] =>
  506.                    )
  507.                 )
  508.               [options] => Array
  509.                 (
  510.                   [#type] => fieldset
  511.                  [#access] => 1
  512.                  [#title] => Publishing options
  513.                  [#collapsible] => 1
  514.                  [#collapsed] => 1
  515.                  [#group] => additional_settings
  516.                  [#attributes] => Array
  517.                    (
  518.                       [class] => Array
  519.                         (
  520.                           [0] => node-form-options
  521.                         )
  522.                     )
  523.                   [#attached] => Array
  524.                    (
  525.                       [js] => Array
  526.                         (
  527.                           [0] => modules/node/node.js
  528.                         )
  529.                     )
  530.                   [#weight] => 95
  531.                  [status] => Array
  532.                     (
  533.                       [#type] => checkbox
  534.                      [#title] => Published
  535.                      [#default_value] =>
  536.                    )
  537.                   [promote] => Array
  538.                     (
  539.                       [#type] => checkbox
  540.                      [#title] => Promoted to front page
  541.                      [#default_value] =>
  542.                    )
  543.                   [sticky] => Array
  544.                     (
  545.                       [#type] => checkbox
  546.                      [#title] => Sticky at top of lists
  547.                      [#default_value] =>
  548.                    )
  549.                 )
  550.               [actions] => Array
  551.                 (
  552.                   [#type] => actions
  553.                  [submit] => Array
  554.                     (
  555.                       [#type] => submit
  556.                      [#access] => 1
  557.                      [#value] => Save
  558.                      [#weight] => 5
  559.                      [#submit] => Array
  560.                        (
  561.                           [0] => node_form_submit
  562.                         )
  563.                     )
  564.                   [preview] => Array
  565.                     (
  566.                       [#access] => 1
  567.                      [#type] => submit
  568.                      [#value] => Preview
  569.                      [#weight] => 10
  570.                      [#submit] => Array
  571.                        (
  572.                           [0] => node_form_build_preview
  573.                         )
  574.                     )
  575.                 )
  576.               [#validate] => Array
  577.                (
  578.                   [0] => node_form_validate
  579.                 )
  580.               [#submit] => Array
  581.                (
  582.                 )
  583.               [#parents] => Array
  584.                (
  585.                 )
  586.             )
  587.           [4] => Array
  588.             (
  589.               [input] => Array
  590.                 (
  591.                   [title] =>
  592.                   [body] => Array
  593.                     (
  594.                       [und] => Array
  595.                         (
  596.                           [0] => Array
  597.                             (
  598.                               [summary] =>
  599.                               [value] => <p>Whale</p>
  600. <p>&nbsp;</p>
  601. <p>&nbsp;</p>
  602.                               [format] => filtered_html
  603.                             )
  604.                         )
  605.                     )
  606.                   [changed] =>
  607.                   [form_token] => BHLCJ0OR1nPoWTyjpOod7M-YgbfnxLvZz6T4HK2wD-M
  608.                   [form_id] => page_node_form
  609.                   [menu] => Array
  610.                     (
  611.                       [link_title] =>
  612.                       [description] =>
  613.                       [parent] => main-menu:0
  614.                       [weight] => 0
  615.                     )
  616.                   [log] =>
  617.                   [path] => Array
  618.                     (
  619.                       [pathauto] => 1
  620.                     )
  621.                   [comment] => 1
  622.                   [name] => admin
  623.                   [date] =>
  624.                   [status] => 1
  625.                   [promote] => 1
  626.                   [additional_settings__active_tab] => edit-menu
  627.                 )
  628.               [build_info] => Array
  629.                 (
  630.                   [args] => Array
  631.                     (
  632.                       [0] => page
  633.                     )
  634.                   [base_form_id] => node_form
  635.                 )
  636.               [rebuild] => 1
  637.               [rebuild_info] => Array
  638.                 (
  639.                 )
  640.               [redirect] =>
  641.               [temporary] => Array
  642.                 (
  643.                 )
  644.               [submitted] =>
  645.               [executed] =>
  646.               [programmed] =>
  647.               [cache] =>
  648.               [method] => post
  649.               [groups] => Array
  650.                 (
  651.                 )
  652.               [buttons] => Array
  653.                 (
  654.                 )
  655.               [node] => page
  656.             )
  657.           [5] => Array
  658.             (
  659.               [language] => en
  660.             )
  661.         )
  662.     )
  663.   [3] => Array
  664.     (
  665.       [file] => path/to/drupal/modules/node/node.pages.inc
  666.       [line] => 302
  667.       [function] => field_attach_form
  668.       [args] => Array
  669.         (
  670.           [0] => node
  671.           [1] => page
  672.           [2] => Array
  673.             (
  674.               [#node_edit_form] => 1
  675.              [#attributes] => Array
  676.                (
  677.                   [class] => Array
  678.                     (
  679.                       [0] => node-form
  680.                     )
  681.                 )
  682.               [nid] => Array
  683.                 (
  684.                   [#type] => value
  685.                  [#value] =>
  686.                )
  687.               [vid] => Array
  688.                 (
  689.                   [#type] => value
  690.                  [#value] =>
  691.                )
  692.               [uid] => Array
  693.                 (
  694.                   [#type] => value
  695.                  [#value] =>
  696.                )
  697.               [created] => Array
  698.                 (
  699.                   [#type] => value
  700.                  [#value] =>
  701.                )
  702.               [type] => Array
  703.                 (
  704.                   [#type] => value
  705.                  [#value] =>
  706.                )
  707.               [language] => Array
  708.                 (
  709.                   [#type] => value
  710.                  [#value] =>
  711.                )
  712.               [changed] => Array
  713.                 (
  714.                   [#type] => hidden
  715.                  [#default_value] =>
  716.                )
  717.               [title] => Array
  718.                 (
  719.                   [#type] => textfield
  720.                  [#title] => Title
  721.                  [#required] => 1
  722.                  [#default_value] =>
  723.                  [#maxlength] => 255
  724.                  [#weight] => -5
  725.                )
  726.               [#node] => page
  727.              [additional_settings] => Array
  728.                 (
  729.                   [#type] => vertical_tabs
  730.                  [#weight] => 99
  731.                )
  732.               [revision_information] => Array
  733.                 (
  734.                   [#type] => fieldset
  735.                  [#title] => Revision information
  736.                  [#collapsible] => 1
  737.                  [#collapsed] => 1
  738.                  [#group] => additional_settings
  739.                  [#attributes] => Array
  740.                    (
  741.                       [class] => Array
  742.                         (
  743.                           [0] => node-form-revision-information
  744.                         )
  745.                     )
  746.                   [#attached] => Array
  747.                    (
  748.                       [js] => Array
  749.                         (
  750.                           [0] => modules/node/node.js
  751.                         )
  752.                     )
  753.                   [#weight] => 20
  754.                  [#access] => 1
  755.                  [revision] => Array
  756.                     (
  757.                       [#type] => checkbox
  758.                      [#title] => Create new revision
  759.                      [#default_value] =>
  760.                      [#access] => 1
  761.                      [#states] => Array
  762.                        (
  763.                           [checked] => Array
  764.                             (
  765.                               [textarea[name="log"]] => Array
  766.                                 (
  767.                                   [empty] =>
  768.                                 )
  769.                             )
  770.                         )
  771.                     )
  772.                   [log] => Array
  773.                     (
  774.                       [#type] => textarea
  775.                      [#title] => Revision log message
  776.                      [#rows] => 4
  777.                      [#default_value] =>
  778.                      [#description] => Provide an explanation of the changes you are making. This will help other authors understand your motivations.
  779.                    )
  780.                 )
  781.               [author] => Array
  782.                 (
  783.                   [#type] => fieldset
  784.                  [#access] => 1
  785.                  [#title] => Authoring information
  786.                  [#collapsible] => 1
  787.                  [#collapsed] => 1
  788.                  [#group] => additional_settings
  789.                  [#attributes] => Array
  790.                    (
  791.                       [class] => Array
  792.                         (
  793.                           [0] => node-form-author
  794.                         )
  795.                     )
  796.                   [#attached] => Array
  797.                    (
  798.                       [js] => Array
  799.                         (
  800.                           [0] => modules/node/node.js
  801.                           [1] => Array
  802.                             (
  803.                               [type] => setting
  804.                               [data] => Array
  805.                                 (
  806.                                   [anonymous] => Anonymous
  807.                                 )
  808.                             )
  809.                         )
  810.                     )
  811.                   [#weight] => 90
  812.                  [name] => Array
  813.                     (
  814.                       [#type] => textfield
  815.                      [#title] => Authored by
  816.                      [#maxlength] => 60
  817.                      [#autocomplete_path] => user/autocomplete
  818.                      [#default_value] =>
  819.                      [#weight] => -1
  820.                      [#description] => Leave blank for <em class="placeholder">Anonymous</em>.
  821.                    )
  822.                   [date] => Array
  823.                     (
  824.                       [#type] => textfield
  825.                      [#title] => Authored on
  826.                      [#maxlength] => 25
  827.                      [#description] => Format: <em class="placeholder"></em>. The date format is YYYY-MM-DD and <em class="placeholder"></em> is the time zone offset from UTC. Leave blank to use the time of form submission.
  828.                      [#default_value] =>
  829.                    )
  830.                 )
  831.               [options] => Array
  832.                 (
  833.                   [#type] => fieldset
  834.                  [#access] => 1
  835.                  [#title] => Publishing options
  836.                  [#collapsible] => 1
  837.                  [#collapsed] => 1
  838.                  [#group] => additional_settings
  839.                  [#attributes] => Array
  840.                    (
  841.                       [class] => Array
  842.                         (
  843.                           [0] => node-form-options
  844.                         )
  845.                     )
  846.                   [#attached] => Array
  847.                    (
  848.                       [js] => Array
  849.                         (
  850.                           [0] => modules/node/node.js
  851.                         )
  852.                     )
  853.                   [#weight] => 95
  854.                  [status] => Array
  855.                     (
  856.                       [#type] => checkbox
  857.                      [#title] => Published
  858.                      [#default_value] =>
  859.                    )
  860.                   [promote] => Array
  861.                     (
  862.                       [#type] => checkbox
  863.                      [#title] => Promoted to front page
  864.                      [#default_value] =>
  865.                    )
  866.                   [sticky] => Array
  867.                     (
  868.                       [#type] => checkbox
  869.                      [#title] => Sticky at top of lists
  870.                      [#default_value] =>
  871.                    )
  872.                 )
  873.               [actions] => Array
  874.                 (
  875.                   [#type] => actions
  876.                  [submit] => Array
  877.                     (
  878.                       [#type] => submit
  879.                      [#access] => 1
  880.                      [#value] => Save
  881.                      [#weight] => 5
  882.                      [#submit] => Array
  883.                        (
  884.                           [0] => node_form_submit
  885.                         )
  886.                     )
  887.                   [preview] => Array
  888.                     (
  889.                       [#access] => 1
  890.                      [#type] => submit
  891.                      [#value] => Preview
  892.                      [#weight] => 10
  893.                      [#submit] => Array
  894.                        (
  895.                           [0] => node_form_build_preview
  896.                         )
  897.                     )
  898.                 )
  899.               [#validate] => Array
  900.                (
  901.                   [0] => node_form_validate
  902.                 )
  903.               [#submit] => Array
  904.                (
  905.                 )
  906.               [#parents] => Array
  907.                (
  908.                 )
  909.             )
  910.           [3] => Array
  911.             (
  912.               [input] => Array
  913.                 (
  914.                   [title] =>
  915.                   [body] => Array
  916.                     (
  917.                       [und] => Array
  918.                         (
  919.                           [0] => Array
  920.                             (
  921.                               [summary] =>
  922.                               [value] => <p>Whale</p>
  923. <p>&nbsp;</p>
  924. <p>&nbsp;</p>
  925.                               [format] => filtered_html
  926.                             )
  927.                         )
  928.                     )
  929.                   [changed] =>
  930.                   [form_token] => BHLCJ0OR1nPoWTyjpOod7M-YgbfnxLvZz6T4HK2wD-M
  931.                   [form_id] => page_node_form
  932.                   [menu] => Array
  933.                     (
  934.                       [link_title] =>
  935.                       [description] =>
  936.                       [parent] => main-menu:0
  937.                       [weight] => 0
  938.                     )
  939.                   [log] =>
  940.                   [path] => Array
  941.                     (
  942.                       [pathauto] => 1
  943.                     )
  944.                   [comment] => 1
  945.                   [name] => admin
  946.                   [date] =>
  947.                   [status] => 1
  948.                   [promote] => 1
  949.                   [additional_settings__active_tab] => edit-menu
  950.                 )
  951.               [build_info] => Array
  952.                 (
  953.                   [args] => Array
  954.                     (
  955.                       [0] => page
  956.                     )
  957.                   [base_form_id] => node_form
  958.                 )
  959.               [rebuild] => 1
  960.               [rebuild_info] => Array
  961.                 (
  962.                 )
  963.               [redirect] =>
  964.               [temporary] => Array
  965.                 (
  966.                 )
  967.               [submitted] =>
  968.               [executed] =>
  969.               [programmed] =>
  970.               [cache] =>
  971.               [method] => post
  972.               [groups] => Array
  973.                 (
  974.                 )
  975.               [buttons] => Array
  976.                 (
  977.                 )
  978.               [node] => page
  979.             )
  980.           [4] =>
  981.         )
  982.     )
  983.   [4] => Array
  984.     (
  985.       [function] => node_form
  986.       [args] => Array
  987.         (
  988.           [0] => Array
  989.             (
  990.             )
  991.           [1] => Array
  992.             (
  993.               [input] => Array
  994.                 (
  995.                   [title] =>
  996.                   [body] => Array
  997.                     (
  998.                       [und] => Array
  999.                         (
  1000.                           [0] => Array
  1001.                             (
  1002.                               [summary] =>
  1003.                               [value] => <p>Whale</p>
  1004. <p>&nbsp;</p>
  1005. <p>&nbsp;</p>
  1006.                               [format] => filtered_html
  1007.                             )
  1008.                         )
  1009.                     )
  1010.                   [changed] =>
  1011.                   [form_token] => BHLCJ0OR1nPoWTyjpOod7M-YgbfnxLvZz6T4HK2wD-M
  1012.                   [form_id] => page_node_form
  1013.                   [menu] => Array
  1014.                     (
  1015.                       [link_title] =>
  1016.                       [description] =>
  1017.                       [parent] => main-menu:0
  1018.                       [weight] => 0
  1019.                     )
  1020.                   [log] =>
  1021.                   [path] => Array
  1022.                     (
  1023.                       [pathauto] => 1
  1024.                     )
  1025.                   [comment] => 1
  1026.                   [name] => admin
  1027.                   [date] =>
  1028.                   [status] => 1
  1029.                   [promote] => 1
  1030.                   [additional_settings__active_tab] => edit-menu
  1031.                 )
  1032.               [build_info] => Array
  1033.                 (
  1034.                   [args] => Array
  1035.                     (
  1036.                       [0] => page
  1037.                     )
  1038.                   [base_form_id] => node_form
  1039.                 )
  1040.               [rebuild] => 1
  1041.               [rebuild_info] => Array
  1042.                 (
  1043.                 )
  1044.               [redirect] =>
  1045.               [temporary] => Array
  1046.                 (
  1047.                 )
  1048.               [submitted] =>
  1049.               [executed] =>
  1050.               [programmed] =>
  1051.               [cache] =>
  1052.               [method] => post
  1053.               [groups] => Array
  1054.                 (
  1055.                 )
  1056.               [buttons] => Array
  1057.                 (
  1058.                 )
  1059.               [node] => page
  1060.             )
  1061.           [2] => page
  1062.         )
  1063.     )
  1064.   [5] => Array
  1065.     (
  1066.       [file] => path/to/drupal/includes/form.inc
  1067.       [line] => 773
  1068.       [function] => call_user_func_array
  1069.       [args] => Array
  1070.         (
  1071.           [0] => node_form
  1072.           [1] => Array
  1073.             (
  1074.               [0] => Array
  1075.                 (
  1076.                 )
  1077.               [1] => Array
  1078.                 (
  1079.                   [input] => Array
  1080.                     (
  1081.                       [title] =>
  1082.                       [body] => Array
  1083.                         (
  1084.                           [und] => Array
  1085.                             (
  1086.                               [0] => Array
  1087.                                 (
  1088.                                   [summary] =>
  1089.                                   [value] => <p>Whale</p>
  1090. <p>&nbsp;</p>
  1091. <p>&nbsp;</p>
  1092.                                   [format] => filtered_html
  1093.                                 )
  1094.                             )
  1095.                         )
  1096.                       [changed] =>
  1097.                       [form_token] => BHLCJ0OR1nPoWTyjpOod7M-YgbfnxLvZz6T4HK2wD-M
  1098.                       [form_id] => page_node_form
  1099.                       [menu] => Array
  1100.                         (
  1101.                           [link_title] =>
  1102.                           [description] =>
  1103.                           [parent] => main-menu:0
  1104.                           [weight] => 0
  1105.                         )
  1106.                       [log] =>
  1107.                       [path] => Array
  1108.                         (
  1109.                           [pathauto] => 1
  1110.                         )
  1111.                       [comment] => 1
  1112.                       [name] => admin
  1113.                       [date] =>
  1114.                       [status] => 1
  1115.                       [promote] => 1
  1116.                       [additional_settings__active_tab] => edit-menu
  1117.                     )
  1118.                   [build_info] => Array
  1119.                     (
  1120.                       [args] => Array
  1121.                         (
  1122.                           [0] => page
  1123.                         )
  1124.                       [base_form_id] => node_form
  1125.                     )
  1126.                   [rebuild] => 1
  1127.                   [rebuild_info] => Array
  1128.                     (
  1129.                     )
  1130.                   [redirect] =>
  1131.                   [temporary] => Array
  1132.                     (
  1133.                     )
  1134.                   [submitted] =>
  1135.                   [executed] =>
  1136.                   [programmed] =>
  1137.                   [cache] =>
  1138.                   [method] => post
  1139.                   [groups] => Array
  1140.                     (
  1141.                     )
  1142.                   [buttons] => Array
  1143.                     (
  1144.                     )
  1145.                   [node] => page
  1146.                 )
  1147.               [2] => page
  1148.             )
  1149.         )
  1150.     )
  1151.   [6] => Array
  1152.     (
  1153.       [file] => path/to/drupal/includes/form.inc
  1154.       [line] => 317
  1155.       [function] => drupal_retrieve_form
  1156.       [args] => Array
  1157.         (
  1158.           [0] => page_node_form
  1159.           [1] => Array
  1160.             (
  1161.               [input] => Array
  1162.                 (
  1163.                   [title] =>
  1164.                   [body] => Array
  1165.                     (
  1166.                       [und] => Array
  1167.                         (
  1168.                           [0] => Array
  1169.                             (
  1170.                               [summary] =>
  1171.                               [value] => <p>Whale</p>
  1172. <p>&nbsp;</p>
  1173. <p>&nbsp;</p>
  1174.                               [format] => filtered_html
  1175.                             )
  1176.                         )
  1177.                     )
  1178.                   [changed] =>
  1179.                   [form_token] => BHLCJ0OR1nPoWTyjpOod7M-YgbfnxLvZz6T4HK2wD-M
  1180.                   [form_id] => page_node_form
  1181.                   [menu] => Array
  1182.                     (
  1183.                       [link_title] =>
  1184.                       [description] =>
  1185.                       [parent] => main-menu:0
  1186.                       [weight] => 0
  1187.                     )
  1188.                   [log] =>
  1189.                   [path] => Array
  1190.                     (
  1191.                       [pathauto] => 1
  1192.                     )
  1193.                   [comment] => 1
  1194.                   [name] => admin
  1195.                   [date] =>
  1196.                   [status] => 1
  1197.                   [promote] => 1
  1198.                   [additional_settings__active_tab] => edit-menu
  1199.                 )
  1200.               [build_info] => Array
  1201.                 (
  1202.                   [args] => Array
  1203.                     (
  1204.                       [0] => page
  1205.                     )
  1206.                   [base_form_id] => node_form
  1207.                 )
  1208.               [rebuild] => 1
  1209.               [rebuild_info] => Array
  1210.                 (
  1211.                 )
  1212.               [redirect] =>
  1213.               [temporary] => Array
  1214.                 (
  1215.                 )
  1216.               [submitted] =>
  1217.               [executed] =>
  1218.               [programmed] =>
  1219.               [cache] =>
  1220.               [method] => post
  1221.               [groups] => Array
  1222.                 (
  1223.                 )
  1224.               [buttons] => Array
  1225.                 (
  1226.                 )
  1227.               [node] => page
  1228.             )
  1229.         )
  1230.     )
  1231.   [7] => Array
  1232.     (
  1233.       [file] => path/to/drupal/sites/all/modules/autosave/autosave.module
  1234.       [line] => 171
  1235.       [function] => drupal_build_form
  1236.       [args] => Array
  1237.         (
  1238.           [0] => page_node_form
  1239.           [1] => Array
  1240.             (
  1241.               [input] => Array
  1242.                 (
  1243.                   [title] =>
  1244.                   [body] => Array
  1245.                     (
  1246.                       [und] => Array
  1247.                         (
  1248.                           [0] => Array
  1249.                             (
  1250.                               [summary] =>
  1251.                               [value] => <p>Whale</p>
  1252. <p>&nbsp;</p>
  1253. <p>&nbsp;</p>
  1254.                               [format] => filtered_html
  1255.                             )
  1256.                         )
  1257.                     )
  1258.                   [changed] =>
  1259.                   [form_token] => BHLCJ0OR1nPoWTyjpOod7M-YgbfnxLvZz6T4HK2wD-M
  1260.                   [form_id] => page_node_form
  1261.                   [menu] => Array
  1262.                     (
  1263.                       [link_title] =>
  1264.                       [description] =>
  1265.                       [parent] => main-menu:0
  1266.                       [weight] => 0
  1267.                     )
  1268.                   [log] =>
  1269.                   [path] => Array
  1270.                     (
  1271.                       [pathauto] => 1
  1272.                     )
  1273.                   [comment] => 1
  1274.                   [name] => admin
  1275.                   [date] =>
  1276.                   [status] => 1
  1277.                   [promote] => 1
  1278.                   [additional_settings__active_tab] => edit-menu
  1279.                 )
  1280.               [build_info] => Array
  1281.                 (
  1282.                   [args] => Array
  1283.                     (
  1284.                       [0] => page
  1285.                     )
  1286.                   [base_form_id] => node_form
  1287.                 )
  1288.               [rebuild] => 1
  1289.               [rebuild_info] => Array
  1290.                 (
  1291.                 )
  1292.               [redirect] =>
  1293.               [temporary] => Array
  1294.                 (
  1295.                 )
  1296.               [submitted] =>
  1297.               [executed] =>
  1298.               [programmed] =>
  1299.               [cache] =>
  1300.               [method] => post
  1301.               [groups] => Array
  1302.                 (
  1303.                 )
  1304.               [buttons] => Array
  1305.                 (
  1306.                 )
  1307.               [node] => page
  1308.             )
  1309.         )
  1310.     )
  1311.   [8] => Array
  1312.     (
  1313.       [function] => autosave_restore
  1314.       [args] => Array
  1315.         (
  1316.           [0] => page-node-form
  1317.           [1] => 1328029344
  1318.         )
  1319.     )
  1320.   [9] => Array
  1321.     (
  1322.       [file] => path/to/drupal/includes/menu.inc
  1323.       [line] => 503
  1324.       [function] => call_user_func_array
  1325.       [args] => Array
  1326.         (
  1327.           [0] => autosave_restore
  1328.           [1] => Array
  1329.             (
  1330.               [0] => page-node-form
  1331.               [1] => 1328029344
  1332.             )
  1333.         )
  1334.     )
  1335.   [10] => Array
  1336.     (
  1337.       [file] => path/to/drupal/index.php
  1338.       [line] => 21
  1339.       [function] => menu_execute_active_handler
  1340.       [args] => Array
  1341.         (
  1342.         )
  1343.     )
  1344. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement