Loading core/lib/Drupal/Core/Render/Element/FormElement.php +3 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,9 @@ * this suffix are wrapped in a <span> element, so the value should not * contain block level HTML. Any HTML must also be valid, i.e. any tags * introduce inside this suffix must also be terminated within the suffix. * - #value: (mixed) A value that cannot be edited by the user. * - #has_garbage_value: (bool) Internal only. Set to TRUE to indicate that the * #value property of an element should not be used or processed. * - #input: (bool, internal) Whether or not the element accepts input. * - #parents: (string[], read-only) Array of names of the element's parents * for purposes of getting values out of $form_state. See also Loading core/lib/Drupal/Core/Render/Element/RenderElement.php +3 −0 Original line number Diff line number Diff line Loading @@ -66,6 +66,9 @@ * in some cases. See also #attached. * - #defaults_loaded: (bool) Set to TRUE during rendering when the defaults * for the element #type have been added to the element. * - #value: (mixed) A value that cannot be edited by the user. * - #has_garbage_value: (bool) Internal only. Set to TRUE to indicate that the * #value property of an element should not be used or processed. * - #id: (string) The HTML ID on the element. This is automatically set for * form elements, but not for all render elements; you can override the * default value or add an ID by setting this property. Loading Loading
core/lib/Drupal/Core/Render/Element/FormElement.php +3 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,9 @@ * this suffix are wrapped in a <span> element, so the value should not * contain block level HTML. Any HTML must also be valid, i.e. any tags * introduce inside this suffix must also be terminated within the suffix. * - #value: (mixed) A value that cannot be edited by the user. * - #has_garbage_value: (bool) Internal only. Set to TRUE to indicate that the * #value property of an element should not be used or processed. * - #input: (bool, internal) Whether or not the element accepts input. * - #parents: (string[], read-only) Array of names of the element's parents * for purposes of getting values out of $form_state. See also Loading
core/lib/Drupal/Core/Render/Element/RenderElement.php +3 −0 Original line number Diff line number Diff line Loading @@ -66,6 +66,9 @@ * in some cases. See also #attached. * - #defaults_loaded: (bool) Set to TRUE during rendering when the defaults * for the element #type have been added to the element. * - #value: (mixed) A value that cannot be edited by the user. * - #has_garbage_value: (bool) Internal only. Set to TRUE to indicate that the * #value property of an element should not be used or processed. * - #id: (string) The HTML ID on the element. This is automatically set for * form elements, but not for all render elements; you can override the * default value or add an ID by setting this property. Loading