Skip to content
Snippets Groups Projects
Verified Commit 849b9483 authored by quietone's avatar quietone
Browse files

Issue #3518967 by quadrexdev, joachim: incorrect @return docs for...

Issue #3518967 by quadrexdev, joachim: incorrect @return docs for ElementInfoManagerInterface::getInfo()

(cherry picked from commit 87c85acb)
parent cad023bb
No related branches found
No related tags found
3 merge requests!12079Issue #3523476 by matthiasm11: Add empty check on operator,!12024Fix: DocBlock comment for return value of Drupal\Core\Database\Connection::transactionManager(),!11974Draft: Issue #3495165 by catch, joeyroth, berdir, texas-bronius: Better warning...
Pipeline #482456 passed
Pipeline: drupal

#482458

    ......@@ -23,11 +23,9 @@ interface ElementInfoManagerInterface extends DiscoveryInterface {
    * The machine name of an element type plugin.
    *
    * @return array
    * An associative array describing the element types being defined. The
    * array contains a sub-array for each element type, with the
    * machine-readable type name as the key. Each sub-array has a number of
    * possible attributes:
    * - #input: boolean indicating whether or not this element carries a value
    * An associative array describing the element type being defined. The
    * array has a number of possible attributes:
    * - #input: boolean indicating whether this element carries a value
    * (even if it's hidden).
    * - #process: array of callback functions taking $element, $form_state,
    * and $complete_form.
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment