Devel Render

$input array(6)
'#node' => Drupal\node\Entity\Node(24)
  • contents
  • Iterator contents (21)
  • Static class properties (3)
  • Available methods (131)
  • public in_preview -> NULL
    protected values -> array(20)
    'vid' => array(1)
    'x-default' => string(2) "42"
    'langcode' => array(1)
    'x-default' => string(2) "en"
    'revision_timestamp' => array(1)
    'x-default' => string(10) "1485831950"
    • timestamp
    • 2017-01-31 16:05:50
    'revision_uid' => array(1)
    'x-default' => string(1) "1"
    'revision_log' => array(1)
    'x-default' => NULL
    'nid' => array(1)
    'x-default' => string(2) "41"
    'type' => array(1)
    'x-default' => string(4) "page"
    'uuid' => array(1)
    'x-default' => string(36) "7f8de2f2-9d2e-49f4-a450-5b13558c9c56"
    'isDefaultRevision' => array(1)
    'x-default' => string(1) "1"
    'title' => array(1)
    'x-default' => string(7) "Contact"
    'uid' => array(1)
    'x-default' => string(1) "2"
    'status' => array(1)
    'x-default' => string(1) "1"
    'created' => array(1)
    'x-default' => string(10) "1485831924"
    • timestamp
    • 2017-01-31 16:05:24
    'changed' => array(1)
    'x-default' => string(10) "1490125530"
    • timestamp
    • 2017-03-22 08:45:30
    'promote' => array(1)
    'x-default' => string(1) "0"
    'sticky' => array(1)
    'x-default' => string(1) "0"
    'revision_translation_affected' => array(1)
    'x-default' => string(1) "1"
    'default_langcode' => array(1)
    'x-default' => string(1) "1"
    'body' => array(1)
    'x-default' => array(1)
    array(3)
    'value' => string UTF-8(303) "<p dir="ltr">Our virtual door is virtually always open, ready for your feedback …"
    <p dir="ltr">Our virtual door is virtually always open, ready for your feedback or to fix any problems you may have. Maybe you have a genius experiment idea you’d like to share with us? Just flick us an <a href="mailto:mindlabkids@themindlab.com">email</a> and keep an eye out for our reply!&nbsp;</p>
    
    'summary' => string(0) ""
    'format' => string(10) "basic_html"
    'field_sidebar' => array(1)
    'x-default' => array(1)
    array(2)
    'value' => string UTF-8(327) "<h3 dir="ltr"><strong>Can’t see the question you were looking for?</strong></h3>…"
    <h3 dir="ltr"><strong>Can’t see the question you were looking for?</strong></h3>
    
    <p>Just give us a call on +64 9 964 4444 and we’ll happily get that answered for you.<br />
    Alternatively, you can reach us at <a href="mindlabkids@themindlab.com">mindlab</a><a href="mailto:kids@themindlab.com">kids@themindlab.com</a>!</p>
    
    'format' => string(10) "basic_html"
    protected fields -> array(0)
    protected fieldDefinitions -> NULL
    protected languages -> array(3)
    'en' => Drupal\Core\Language\Language(5)
    • contents
    • Static class properties (15)
    • Available methods (9)
    • protected name -> string(7) "English"
      protected id -> string(2) "en"
      protected direction -> string(3) "ltr"
      protected weight -> integer0
      protected locked -> boolFALSE
    • public $defaultValues :: array(5)
      'id' => string(2) "en"
      'name' => string(7) "English"
      'direction' => string(3) "ltr"
      'weight' => integer0
      'locked' => boolFALSE
      constant LANGCODE_SYSTEM :: string(6) "system"
      constant LANGCODE_NOT_SPECIFIED :: string(3) "und"
      constant LANGCODE_NOT_APPLICABLE :: string(3) "zxx"
      constant LANGCODE_DEFAULT :: string(9) "x-default"
      constant LANGCODE_SITE_DEFAULT :: string(12) "site_default"
      constant STATE_CONFIGURABLE :: integer1
      constant STATE_LOCKED :: integer2
      constant STATE_ALL :: integer3
      constant STATE_SITE_DEFAULT :: integer4
      constant TYPE_CONTENT :: string(16) "language_content"
      constant TYPE_INTERFACE :: string(18) "language_interface"
      constant TYPE_URL :: string(12) "language_url"
      constant DIRECTION_LTR :: string(3) "ltr"
      constant DIRECTION_RTL :: string(3) "rtl"
    • public static sort(&$languages)
      Sort language objects.
      
      @param \Drupal\Core\Language\LanguageInterface[] $languages
      The array of language objects keyed by langcode.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:146
      public __construct(array $values = array())
      Constructs a new class instance.
      
      @param array $values
      An array of property values, keyed by property name, used to construct
      the language.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:77
      public getDirection()
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:115
      public getId()
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:108
      public getName()
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:101
      public getWeight()
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:122
      public isDefault()
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:129
      public isLocked()
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:136
      protected static getDefaultLangcode() -> string
      Gets the default langcode.
      
      @return string
      The current default langcode.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:173
    'und' => Drupal\Core\Language\Language(5)
    • contents
    • Static class properties (15)
    • Available methods (9)
    • protected name -> Drupal\Core\StringTranslation\TranslatableMarkup(5)
      • contents
      • Available methods (14)
      • protected string -> string(13) "Not specified"
        protected translatedMarkup -> NULL
        protected options -> array(0)
        protected stringTranslation -> NULL
        protected arguments -> array(0)
      • public __construct($string, array $arguments = array(), array $options = array(), Drupal\Core\StringTranslation\TranslationInterface $string_translation = NULL)
        Constructs a new class instance.
        
        When possible, use the
        \Drupal\Core\StringTranslation\StringTranslationTrait $this->t(). Otherwise
        create a new \Drupal\Core\StringTranslation\TranslatableMarkup object
        directly.
        
        Calling the trait's t() method or instantiating a new TranslatableMarkup
        object serves two purposes:
        - At run-time it translates user-visible text into the appropriate
        language.
        - Static analyzers detect calls to t() and new TranslatableMarkup, and add
        the first argument (the string to be translated) to the database of
        strings that need translation. These strings are expected to be in
        English, so the first argument should always be in English.
        To allow the site to be localized, it is important that all human-readable
        text that will be displayed on the site or sent to a user is made available
        in one of the ways supported by the
        @link https://www.drupal.org/node/322729 Localization API @endlink.
        See the @link https://www.drupal.org/node/322729 Localization API @endlink
        pages for more information, including recommendations on how to break up or
        not break up strings for translation.
        
        @section sec_translating_vars Translating Variables
        $string should always be an English literal string.
        
        $string should never contain a variable, such as:
        @code
        new TranslatableMarkup($text)
        @endcode
        There are several reasons for this:
        - Using a variable for $string that is user input is a security risk.
        - Using a variable for $string that has even guaranteed safe text (for
        example, user interface text provided literally in code), will not be
        picked up by the localization static text processor. (The parameter could
        be a variable if the entire string in $text has been passed into t() or
        new TranslatableMarkup() elsewhere as the first argument, but that
        strategy is not recommended.)
        
        It is especially important never to call new TranslatableMarkup($user_text)
        or t($user_text) where $user_text is some text that a user entered -- doing
        that can lead to cross-site scripting and other security problems. However,
        you can use variable substitution in your string, to put variable text such
        as user names or link URLs into translated text. Variable substitution
        looks like this:
        @code
        new TranslatableMarkup("@name's blog", array('@name' => $account->getDisplayName()));
        @endcode
        Basically, you can put placeholders like @name into your string, and the
        method will substitute the sanitized values at translation time. (See the
        Localization API pages referenced above and the documentation of
        \Drupal\Component\Render\FormattableMarkup::placeholderFormat()
        for details about how to safely and correctly define variables in your
        string.) Translators can then rearrange the string as necessary for the
        language (e.g., in Spanish, it might be "blog de @name").
        
        @param string $string
        A string containing the English text to translate.
        @param array $arguments
        (optional) An associative array of replacements to make after
        translation. Based on the first character of the key, the value is
        escaped and/or themed. See
        \Drupal\Component\Render\FormattableMarkup::placeholderFormat() for
        details.
        @param array $options
        (optional) An associative array of additional options, with the following
        elements:
        - 'langcode' (defaults to the current language): A language code, to
        translate to a language other than what is used to display the page.
        - 'context' (defaults to the empty context): The context the source
        string belongs to.
        @param \Drupal\Core\StringTranslation\TranslationInterface $string_translation
        (optional) The string translation service.
        
        @throws \InvalidArgumentException
        Exception thrown when $string is not a string.
        
        @see \Drupal\Component\Render\FormattableMarkup::placeholderFormat()
        @see \Drupal\Core\StringTranslation\StringTranslationTrait::t()
        
        @ingroup sanitization
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:137
        public __sleep()
        Magic __sleep() method to avoid serializing the string translator.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:212
        public __toString()
        Implements the magic __toString() method.
        
        Defined in <ROOT>/core/lib/Drupal/Component/Utility/ToStringTrait.php:13
        public count() -> int
        Returns the string length.
        
        @return int
        The length of the string.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:236
        public getArguments() -> mixed[]
        Gets all arguments from this translated string.
        
        @return mixed[]
        The array of arguments.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:187
        public getOption($name) -> mixed
        Gets a specific option from this translated string.
        
        @param string $name
        Option name.
        
        @return mixed
        The value of this option or empty string of option is not set.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:167
        public getOptions() -> mixed[]
        Gets all options from this translated string.
        
        @return mixed[]
        The array of options.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:177
        public getUntranslatedString() -> string
        Gets the untranslated string value stored in this translated string.
        
        @return string
        The string stored in this wrapper.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:154
        public jsonSerialize() -> string
        Returns a representation of the object for use in JSON serialization.
        
        @return string
        The safe string content.
        
        Inherited from Drupal\Component\Render\FormattableMarkup
        Defined in <ROOT>/core/lib/Drupal/Component/Render/FormattableMarkup.php:112
        public render() -> string
        Renders the object as a string.
        
        @return string
        The translated string.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:197
        protected static placeholderEscape($value) -> string
        Escapes a placeholder replacement value if needed.
        
        @param string|\Drupal\Component\Render\MarkupInterface $value
        A placeholder replacement value.
        
        @return string
        The properly escaped replacement value.
        
        Inherited from Drupal\Component\Render\FormattableMarkup
        Defined in <ROOT>/core/lib/Drupal/Component/Render/FormattableMarkup.php:258
        protected static placeholderFormat($string, array $args) -> string
        Replaces placeholders in a string with values.
        
        @param string $string
        A string containing placeholders. The string itself is expected to be
        safe and correct HTML. Any unsafe content must be in $args and
        inserted via placeholders.
        @param array $args
        An associative array of replacements. Each array key should be the same
        as a placeholder in $string. The corresponding value should be a string
        or an object that implements
        \Drupal\Component\Render\MarkupInterface. The value replaces the
        placeholder in $string. Sanitization and formatting will be done before
        replacement. The type of sanitization and formatting depends on the first
        character of the key:
        - @variable: When the placeholder replacement value is:
        - A string, the replaced value in the returned string will be sanitized
        using \Drupal\Component\Utility\Html::escape().
        - A MarkupInterface object, the replaced value in the returned string
        will not be sanitized.
        - A MarkupInterface object cast to a string, the replaced value in the
        returned string be forcibly sanitized using
        \Drupal\Component\Utility\Html::escape().
        @code
        $this->placeholderFormat('This will force HTML-escaping of the replacement value: @text', ['@text' => (string) $safe_string_interface_object));
        @endcode
        Use this placeholder as the default choice for anything displayed on
        the site, but not within HTML attributes, JavaScript, or CSS. Doing so
        is a security risk.
        - %variable: Use when the replacement value is to be wrapped in <em>
        tags.
        A call like:
        @code
        $string = "%output_text";
        $arguments = ['%output_text' => 'text output here.'];
        $this->placeholderFormat($string, $arguments);
        @endcode
        makes the following HTML code:
        @code
        <em class="placeholder">text output here.</em>
        @endcode
        As with @variable, do not use this within HTML attributes, JavaScript,
        or CSS. Doing so is a security risk.
        - :variable: Return value is escaped with
        \Drupal\Component\Utility\Html::escape() and filtered for dangerous
        protocols using UrlHelper::stripDangerousProtocols(). Use this when
        using the "href" attribute, ensuring the attribute value is always
        wrapped in quotes:
        @code
        // Secure (with quotes):
        $this->placeholderFormat('<a href=":url">@variable</a>', [':url' => $url, '@variable' => $variable]);
        // Insecure (without quotes):
        $this->placeholderFormat('<a href=:url>@variable</a>', [':url' => $url, '@variable' => $variable]);
        @endcode
        When ":variable" comes from arbitrary user input, the result is secure,
        but not guaranteed to be a valid URL (which means the resulting output
        could fail HTML validation). To guarantee a valid URL, use
        Url::fromUri($user_input)->toString() (which either throws an exception
        or returns a well-formed URL) before passing the result into a
        ":variable" placeholder.
        
        @return string
        A formatted HTML string with the placeholders replaced.
        
        @ingroup sanitization
        
        @see \Drupal\Core\StringTranslation\TranslatableMarkup
        @see \Drupal\Core\StringTranslation\PluralTranslatableMarkup
        @see \Drupal\Component\Utility\Html::escape()
        @see \Drupal\Component\Utility\UrlHelper::stripDangerousProtocols()
        @see \Drupal\Core\Url::fromUri()
        
        Inherited from Drupal\Component\Render\FormattableMarkup
        Defined in <ROOT>/core/lib/Drupal/Component/Render/FormattableMarkup.php:188
        protected _die()
        For test purposes, wrap die() in an overridable method.
        
        Defined in <ROOT>/core/lib/Drupal/Component/Utility/ToStringTrait.php:31
        protected getStringTranslation() -> \Drupal\Core\StringTranslation\TranslationInterface
        Gets the string translation service.
        
        @return \Drupal\Core\StringTranslation\TranslationInterface
        The string translation service.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:222
      protected id -> string(3) "und"
      protected direction -> string(3) "ltr"
      protected weight -> integer1
      protected locked -> boolTRUE
    • public $defaultValues :: array(5)
      'id' => string(2) "en"
      'name' => string(7) "English"
      'direction' => string(3) "ltr"
      'weight' => integer0
      'locked' => boolFALSE
      constant LANGCODE_SYSTEM :: string(6) "system"
      constant LANGCODE_NOT_SPECIFIED :: string(3) "und"
      constant LANGCODE_NOT_APPLICABLE :: string(3) "zxx"
      constant LANGCODE_DEFAULT :: string(9) "x-default"
      constant LANGCODE_SITE_DEFAULT :: string(12) "site_default"
      constant STATE_CONFIGURABLE :: integer1
      constant STATE_LOCKED :: integer2
      constant STATE_ALL :: integer3
      constant STATE_SITE_DEFAULT :: integer4
      constant TYPE_CONTENT :: string(16) "language_content"
      constant TYPE_INTERFACE :: string(18) "language_interface"
      constant TYPE_URL :: string(12) "language_url"
      constant DIRECTION_LTR :: string(3) "ltr"
      constant DIRECTION_RTL :: string(3) "rtl"
    • public static sort(&$languages)
      Sort language objects.
      
      @param \Drupal\Core\Language\LanguageInterface[] $languages
      The array of language objects keyed by langcode.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:146
      public __construct(array $values = array())
      Constructs a new class instance.
      
      @param array $values
      An array of property values, keyed by property name, used to construct
      the language.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:77
      public getDirection()
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:115
      public getId()
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:108
      public getName()
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:101
      public getWeight()
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:122
      public isDefault()
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:129
      public isLocked()
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:136
      protected static getDefaultLangcode() -> string
      Gets the default langcode.
      
      @return string
      The current default langcode.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:173
    'zxx' => Drupal\Core\Language\Language(5)
    • contents
    • Static class properties (15)
    • Available methods (9)
    • protected name -> Drupal\Core\StringTranslation\TranslatableMarkup(5)
      • contents
      • Available methods (14)
      • protected string -> string(14) "Not applicable"
        protected translatedMarkup -> NULL
        protected options -> array(0)
        protected stringTranslation -> NULL
        protected arguments -> array(0)
      • public __construct($string, array $arguments = array(), array $options = array(), Drupal\Core\StringTranslation\TranslationInterface $string_translation = NULL)
        Constructs a new class instance.
        
        When possible, use the
        \Drupal\Core\StringTranslation\StringTranslationTrait $this->t(). Otherwise
        create a new \Drupal\Core\StringTranslation\TranslatableMarkup object
        directly.
        
        Calling the trait's t() method or instantiating a new TranslatableMarkup
        object serves two purposes:
        - At run-time it translates user-visible text into the appropriate
        language.
        - Static analyzers detect calls to t() and new TranslatableMarkup, and add
        the first argument (the string to be translated) to the database of
        strings that need translation. These strings are expected to be in
        English, so the first argument should always be in English.
        To allow the site to be localized, it is important that all human-readable
        text that will be displayed on the site or sent to a user is made available
        in one of the ways supported by the
        @link https://www.drupal.org/node/322729 Localization API @endlink.
        See the @link https://www.drupal.org/node/322729 Localization API @endlink
        pages for more information, including recommendations on how to break up or
        not break up strings for translation.
        
        @section sec_translating_vars Translating Variables
        $string should always be an English literal string.
        
        $string should never contain a variable, such as:
        @code
        new TranslatableMarkup($text)
        @endcode
        There are several reasons for this:
        - Using a variable for $string that is user input is a security risk.
        - Using a variable for $string that has even guaranteed safe text (for
        example, user interface text provided literally in code), will not be
        picked up by the localization static text processor. (The parameter could
        be a variable if the entire string in $text has been passed into t() or
        new TranslatableMarkup() elsewhere as the first argument, but that
        strategy is not recommended.)
        
        It is especially important never to call new TranslatableMarkup($user_text)
        or t($user_text) where $user_text is some text that a user entered -- doing
        that can lead to cross-site scripting and other security problems. However,
        you can use variable substitution in your string, to put variable text such
        as user names or link URLs into translated text. Variable substitution
        looks like this:
        @code
        new TranslatableMarkup("@name's blog", array('@name' => $account->getDisplayName()));
        @endcode
        Basically, you can put placeholders like @name into your string, and the
        method will substitute the sanitized values at translation time. (See the
        Localization API pages referenced above and the documentation of
        \Drupal\Component\Render\FormattableMarkup::placeholderFormat()
        for details about how to safely and correctly define variables in your
        string.) Translators can then rearrange the string as necessary for the
        language (e.g., in Spanish, it might be "blog de @name").
        
        @param string $string
        A string containing the English text to translate.
        @param array $arguments
        (optional) An associative array of replacements to make after
        translation. Based on the first character of the key, the value is
        escaped and/or themed. See
        \Drupal\Component\Render\FormattableMarkup::placeholderFormat() for
        details.
        @param array $options
        (optional) An associative array of additional options, with the following
        elements:
        - 'langcode' (defaults to the current language): A language code, to
        translate to a language other than what is used to display the page.
        - 'context' (defaults to the empty context): The context the source
        string belongs to.
        @param \Drupal\Core\StringTranslation\TranslationInterface $string_translation
        (optional) The string translation service.
        
        @throws \InvalidArgumentException
        Exception thrown when $string is not a string.
        
        @see \Drupal\Component\Render\FormattableMarkup::placeholderFormat()
        @see \Drupal\Core\StringTranslation\StringTranslationTrait::t()
        
        @ingroup sanitization
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:137
        public __sleep()
        Magic __sleep() method to avoid serializing the string translator.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:212
        public __toString()
        Implements the magic __toString() method.
        
        Defined in <ROOT>/core/lib/Drupal/Component/Utility/ToStringTrait.php:13
        public count() -> int
        Returns the string length.
        
        @return int
        The length of the string.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:236
        public getArguments() -> mixed[]
        Gets all arguments from this translated string.
        
        @return mixed[]
        The array of arguments.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:187
        public getOption($name) -> mixed
        Gets a specific option from this translated string.
        
        @param string $name
        Option name.
        
        @return mixed
        The value of this option or empty string of option is not set.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:167
        public getOptions() -> mixed[]
        Gets all options from this translated string.
        
        @return mixed[]
        The array of options.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:177
        public getUntranslatedString() -> string
        Gets the untranslated string value stored in this translated string.
        
        @return string
        The string stored in this wrapper.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:154
        public jsonSerialize() -> string
        Returns a representation of the object for use in JSON serialization.
        
        @return string
        The safe string content.
        
        Inherited from Drupal\Component\Render\FormattableMarkup
        Defined in <ROOT>/core/lib/Drupal/Component/Render/FormattableMarkup.php:112
        public render() -> string
        Renders the object as a string.
        
        @return string
        The translated string.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:197
        protected static placeholderEscape($value) -> string
        Escapes a placeholder replacement value if needed.
        
        @param string|\Drupal\Component\Render\MarkupInterface $value
        A placeholder replacement value.
        
        @return string
        The properly escaped replacement value.
        
        Inherited from Drupal\Component\Render\FormattableMarkup
        Defined in <ROOT>/core/lib/Drupal/Component/Render/FormattableMarkup.php:258
        protected static placeholderFormat($string, array $args) -> string
        Replaces placeholders in a string with values.
        
        @param string $string
        A string containing placeholders. The string itself is expected to be
        safe and correct HTML. Any unsafe content must be in $args and
        inserted via placeholders.
        @param array $args
        An associative array of replacements. Each array key should be the same
        as a placeholder in $string. The corresponding value should be a string
        or an object that implements
        \Drupal\Component\Render\MarkupInterface. The value replaces the
        placeholder in $string. Sanitization and formatting will be done before
        replacement. The type of sanitization and formatting depends on the first
        character of the key:
        - @variable: When the placeholder replacement value is:
        - A string, the replaced value in the returned string will be sanitized
        using \Drupal\Component\Utility\Html::escape().
        - A MarkupInterface object, the replaced value in the returned string
        will not be sanitized.
        - A MarkupInterface object cast to a string, the replaced value in the
        returned string be forcibly sanitized using
        \Drupal\Component\Utility\Html::escape().
        @code
        $this->placeholderFormat('This will force HTML-escaping of the replacement value: @text', ['@text' => (string) $safe_string_interface_object));
        @endcode
        Use this placeholder as the default choice for anything displayed on
        the site, but not within HTML attributes, JavaScript, or CSS. Doing so
        is a security risk.
        - %variable: Use when the replacement value is to be wrapped in <em>
        tags.
        A call like:
        @code
        $string = "%output_text";
        $arguments = ['%output_text' => 'text output here.'];
        $this->placeholderFormat($string, $arguments);
        @endcode
        makes the following HTML code:
        @code
        <em class="placeholder">text output here.</em>
        @endcode
        As with @variable, do not use this within HTML attributes, JavaScript,
        or CSS. Doing so is a security risk.
        - :variable: Return value is escaped with
        \Drupal\Component\Utility\Html::escape() and filtered for dangerous
        protocols using UrlHelper::stripDangerousProtocols(). Use this when
        using the "href" attribute, ensuring the attribute value is always
        wrapped in quotes:
        @code
        // Secure (with quotes):
        $this->placeholderFormat('<a href=":url">@variable</a>', [':url' => $url, '@variable' => $variable]);
        // Insecure (without quotes):
        $this->placeholderFormat('<a href=:url>@variable</a>', [':url' => $url, '@variable' => $variable]);
        @endcode
        When ":variable" comes from arbitrary user input, the result is secure,
        but not guaranteed to be a valid URL (which means the resulting output
        could fail HTML validation). To guarantee a valid URL, use
        Url::fromUri($user_input)->toString() (which either throws an exception
        or returns a well-formed URL) before passing the result into a
        ":variable" placeholder.
        
        @return string
        A formatted HTML string with the placeholders replaced.
        
        @ingroup sanitization
        
        @see \Drupal\Core\StringTranslation\TranslatableMarkup
        @see \Drupal\Core\StringTranslation\PluralTranslatableMarkup
        @see \Drupal\Component\Utility\Html::escape()
        @see \Drupal\Component\Utility\UrlHelper::stripDangerousProtocols()
        @see \Drupal\Core\Url::fromUri()
        
        Inherited from Drupal\Component\Render\FormattableMarkup
        Defined in <ROOT>/core/lib/Drupal/Component/Render/FormattableMarkup.php:188
        protected _die()
        For test purposes, wrap die() in an overridable method.
        
        Defined in <ROOT>/core/lib/Drupal/Component/Utility/ToStringTrait.php:31
        protected getStringTranslation() -> \Drupal\Core\StringTranslation\TranslationInterface
        Gets the string translation service.
        
        @return \Drupal\Core\StringTranslation\TranslationInterface
        The string translation service.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:222
      protected id -> string(3) "zxx"
      protected direction -> string(3) "ltr"
      protected weight -> integer2
      protected locked -> boolTRUE
    • public $defaultValues :: array(5)
      'id' => string(2) "en"
      'name' => string(7) "English"
      'direction' => string(3) "ltr"
      'weight' => integer0
      'locked' => boolFALSE
      constant LANGCODE_SYSTEM :: string(6) "system"
      constant LANGCODE_NOT_SPECIFIED :: string(3) "und"
      constant LANGCODE_NOT_APPLICABLE :: string(3) "zxx"
      constant LANGCODE_DEFAULT :: string(9) "x-default"
      constant LANGCODE_SITE_DEFAULT :: string(12) "site_default"
      constant STATE_CONFIGURABLE :: integer1
      constant STATE_LOCKED :: integer2
      constant STATE_ALL :: integer3
      constant STATE_SITE_DEFAULT :: integer4
      constant TYPE_CONTENT :: string(16) "language_content"
      constant TYPE_INTERFACE :: string(18) "language_interface"
      constant TYPE_URL :: string(12) "language_url"
      constant DIRECTION_LTR :: string(3) "ltr"
      constant DIRECTION_RTL :: string(3) "rtl"
    • public static sort(&$languages)
      Sort language objects.
      
      @param \Drupal\Core\Language\LanguageInterface[] $languages
      The array of language objects keyed by langcode.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:146
      public __construct(array $values = array())
      Constructs a new class instance.
      
      @param array $values
      An array of property values, keyed by property name, used to construct
      the language.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:77
      public getDirection()
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:115
      public getId()
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:108
      public getName()
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:101
      public getWeight()
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:122
      public isDefault()
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:129
      public isLocked()
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:136
      protected static getDefaultLangcode() -> string
      Gets the default langcode.
      
      @return string
      The current default langcode.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/Language.php:173
    protected langcodeKey -> string(8) "langcode"
    protected defaultLangcodeKey -> string(16) "default_langcode"
    protected activeLangcode -> string(9) "x-default"
    protected defaultLangcode -> string(2) "en"
    protected translations -> array(1)
    'x-default' => array(1)
    'status' => integer1
    protected translationInitialize -> boolFALSE
    protected newRevision -> boolFALSE
    protected isDefaultRevision -> string(1) "1"
    protected entityKeys -> array(4)
    'bundle' => string(4) "page"
    'id' => string(2) "41"
    'revision' => string(2) "42"
    'uuid' => string(36) "7f8de2f2-9d2e-49f4-a450-5b13558c9c56"
    protected translatableEntityKeys -> array(5)
     x-default
    "label""Contact"
    "langcode""en"
    "status""1"
    "uid""2"
    "default_langcode""1"
    protected validated -> boolFALSE
    protected validationRequired -> boolFALSE
    protected entityTypeId -> string(4) "node"
    protected enforceIsNew -> NULL
    protected typedData -> NULL
    protected cacheContexts -> array(0)
    protected cacheTags -> array(0)
    protected cacheMaxAge -> integer-1
    protected _serviceIds -> array(0)
  • 'nid' => Drupal\Core\Field\FieldItemList(7)
    protected list -> array(1)
    Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    protected definition -> Drupal\Core\Field\TypedData\FieldItemDataDefinition(2)
    *DEPTH TOO GREAT*
    protected values -> array(1)
    *DEPTH TOO GREAT*
    protected properties -> array(0)
    protected name -> integer0
    protected parent -> Drupal\Core\Field\FieldItemList(7) *RECURSION*
    protected stringTranslation -> NULL
    protected typedDataManager -> Drupal\Core\TypedData\TypedDataManager(22)
    *DEPTH TOO GREAT*
    protected langcode -> string(2) "en"
    protected definition -> Drupal\Core\Field\BaseFieldDefinition(6)
    protected type -> string(7) "integer"
    protected propertyDefinitions -> array(1)
    'value' => Drupal\Core\TypedData\DataDefinition(1)
    *DEPTH TOO GREAT*
    protected schema -> NULL
    protected indexes -> array(0)
    protected itemDefinition -> Drupal\Core\Field\TypedData\FieldItemDataDefinition(2)
    protected fieldDefinition -> Drupal\Core\Field\BaseFieldDefinition(6) *RECURSION*
    protected definition -> array(2)
    *DEPTH TOO GREAT*
    protected definition -> array(6)
    'label' => Drupal\Core\StringTranslation\TranslatableMarkup(5)
    *DEPTH TOO GREAT*
    'read-only' => boolTRUE
    'provider' => string(4) "node"
    'field_name' => string(3) "nid"
    'entity_type' => string(4) "node"
    'bundle' => NULL
    protected name -> string(3) "nid"
    protected parent -> Drupal\Core\Entity\Plugin\DataType\EntityAdapter(6)
    protected entity -> Drupal\node\Entity\Node(24) *RECURSION*
    protected definition -> Drupal\Core\Entity\TypedData\EntityDataDefinition(2)
    protected propertyDefinitions -> array(21)
    *DEPTH TOO GREAT*
    protected definition -> array(1)
    *DEPTH TOO GREAT*
    protected name -> NULL
    protected parent -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> Drupal\Core\TypedData\TypedDataManager(22)
    protected validator -> NULL
    protected constraintManager -> Drupal\Core\Validation\ConstraintManager(17)
    protected cacheKey -> string(29) "validation_constraint_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(21) "validation_constraint"
    protected subdir -> string(28) "Plugin/Validation/Constraint"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    *DEPTH TOO GREAT*
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(44) "Drupal\Core\Validation\Annotation\Constraint"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(108)
    *DEPTH TOO GREAT*
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected useCaches -> boolTRUE
    public _serviceId -> string(21) "validation.constraint"
    protected prototypes -> array(46)
    'entity:node:page:.nid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:nid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uuid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uuid.0' => Drupal\Core\Field\Plugin\Field\FieldType\UuidItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.vid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:vid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0.language' => Drupal\Core\TypedData\Plugin\DataType\LanguageReference(6)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\LanguageItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.type' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.title' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:title.0' => Drupal\Core\Field\Plugin\Field\FieldType\StringItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.status' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:status.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.created' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:created.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.changed' => Drupal\Core\Field\ChangedFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:changed.0' => Drupal\Core\Field\Plugin\Field\FieldType\ChangedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.promote' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:promote.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.sticky' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:sticky.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_timestamp' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_timestamp.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_log' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_translation_affected' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_translation_affected.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.default_langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:default_langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.path' => Drupal\path\Plugin\Field\FieldType\PathFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.menu_link' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.body' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.summary_processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0' => Drupal\text\Plugin\Field\FieldType\TextWithSummaryItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.field_sidebar' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0' => Drupal\text\Plugin\Field\FieldType\TextLongItem(7)
    *DEPTH TOO GREAT*
    protected classResolver -> Drupal\Core\DependencyInjection\ClassResolver(3)
    protected _serviceIds -> array(0)
    protected container -> Drupal\Core\DependencyInjection\Container(7)
    *DEPTH TOO GREAT*
    public _serviceId -> string(14) "class_resolver"
    protected cacheKey -> string(24) "typed_data_types_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(14) "data_type_info"
    protected subdir -> string(15) "Plugin/DataType"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    protected loadedFiles -> array(96)
    *DEPTH TOO GREAT*
    protected moduleList -> array(96)
    *DEPTH TOO GREAT*
    protected loaded -> boolTRUE
    protected implementations -> array(438)
    *DEPTH TOO GREAT*
    protected verified -> array(8)
    *DEPTH TOO GREAT*
    protected hookInfo -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected cacheNeedsWriting -> boolFALSE
    protected alterFunctions -> array(3)
    *DEPTH TOO GREAT*
    protected root -> string(17) "/var/www/html/web"
    protected includeFileKeys -> array(0)
    public _serviceId -> string(14) "module_handler"
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(41) "Drupal\Core\TypedData\Annotation\DataType"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(109)
    public Drupal\address -> string(27) "modules/contrib/address/src"
    public Drupal\allowed_formats -> string(35) "modules/contrib/allowed_formats/src"
    public Drupal\autologout -> string(30) "modules/contrib/autologout/src"
    public Drupal\automated_cron -> string(31) "core/modules/automated_cron/src"
    public Drupal\block -> string(22) "core/modules/block/src"
    public Drupal\block_content -> string(30) "core/modules/block_content/src"
    public Drupal\block_visibility_groups -> string(43) "modules/contrib/block_visibility_groups/src"
    public Drupal\breakpoint -> string(27) "core/modules/breakpoint/src"
    public Drupal\captcha -> string(27) "modules/contrib/captcha/src"
    public Drupal\ckeditor -> string(25) "core/modules/ckeditor/src"
    public Drupal\color -> string(22) "core/modules/color/src"
    public Drupal\config -> string(23) "core/modules/config/src"
    public Drupal\contact -> string(24) "core/modules/contact/src"
    public Drupal\contact_block -> string(33) "modules/contrib/contact_block/src"
    public Drupal\contextual -> string(27) "core/modules/contextual/src"
    public Drupal\csv_serialization -> string(37) "modules/contrib/csv_serialization/src"
    public Drupal\ctools -> string(26) "modules/contrib/ctools/src"
    public Drupal\custom -> string(32) "sites/default/modules/custom/src"
    public Drupal\custom_administer_content -> string(51) "sites/default/modules/custom_administer_content/src"
    public Drupal\custom_cancel_methods -> string(47) "sites/default/modules/custom_cancel_methods/src"
    public Drupal\custom_favourite -> string(42) "sites/default/modules/custom_favourite/src"
    public Drupal\custom_feature_polls -> string(46) "sites/default/modules/custom_feature_polls/src"
    public Drupal\custom_featured -> string(41) "sites/default/modules/custom_featured/src"
    public Drupal\custom_follow -> string(39) "sites/default/modules/custom_follow/src"
    public Drupal\custom_mail -> string(37) "sites/default/modules/custom_mail/src"
    public Drupal\custom_menu -> string(37) "sites/default/modules/custom_menu/src"
    public Drupal\custom_more -> string(37) "sites/default/modules/custom_more/src"
    public Drupal\custom_password_policy -> string(48) "sites/default/modules/custom_password_policy/src"
    public Drupal\custom_reactions -> string(42) "sites/default/modules/custom_reactions/src"
    public Drupal\custom_user_login -> string(43) "sites/default/modules/custom_user_login/src"
    public Drupal\custom_user_onboarding -> string(48) "sites/default/modules/custom_user_onboarding/src"
    public Drupal\custom_user_register -> string(46) "sites/default/modules/custom_user_register/src"
    public Drupal\custom_username_policy -> string(48) "sites/default/modules/custom_username_policy/src"
    public Drupal\custom_video -> string(38) "sites/default/modules/custom_video/src"
    public Drupal\datetime -> string(25) "core/modules/datetime/src"
    public Drupal\dblog -> string(22) "core/modules/dblog/src"
    public Drupal\devel -> string(25) "modules/contrib/devel/src"
    public Drupal\dynamic_entity_reference -> string(44) "modules/contrib/dynamic_entity_reference/src"
    public Drupal\dynamic_page_cache -> string(35) "core/modules/dynamic_page_cache/src"
    public Drupal\editor -> string(23) "core/modules/editor/src"
    public Drupal\editor_advanced_link -> string(40) "modules/contrib/editor_advanced_link/src"
    public Drupal\entity -> string(26) "modules/contrib/entity/src"
    public Drupal\entity_reference_revisions -> string(46) "modules/contrib/entity_reference_revisions/src"
    public Drupal\field -> string(22) "core/modules/field/src"
    public Drupal\field_ui -> string(25) "core/modules/field_ui/src"
    public Drupal\file -> string(21) "core/modules/file/src"
    public Drupal\filter -> string(23) "core/modules/filter/src"
    public Drupal\flag -> string(24) "modules/contrib/flag/src"
    public Drupal\google_analytics -> string(36) "modules/contrib/google_analytics/src"
    public Drupal\help -> string(21) "core/modules/help/src"
    public Drupal\history -> string(24) "core/modules/history/src"
    public Drupal\image -> string(22) "core/modules/image/src"
    public Drupal\imagemagick -> string(37) "sites/default/modules/imagemagick/src"
    public Drupal\kint -> string(30) "modules/contrib/devel/kint/src"
    public Drupal\link -> string(21) "core/modules/link/src"
    public Drupal\login_emailusername -> string(39) "modules/contrib/login_emailusername/src"
    public Drupal\mailsystem -> string(30) "modules/contrib/mailsystem/src"
    public Drupal\markup -> string(26) "modules/contrib/markup/src"
    public Drupal\masquerade -> string(30) "modules/contrib/masquerade/src"
    public Drupal\menu_ui -> string(24) "core/modules/menu_ui/src"
    public Drupal\mimemail -> string(28) "modules/contrib/mimemail/src"
    public Drupal\node -> string(21) "core/modules/node/src"
    public Drupal\options -> string(24) "core/modules/options/src"
    public Drupal\page_cache -> string(27) "core/modules/page_cache/src"
    public Drupal\paragraphs -> string(30) "modules/contrib/paragraphs/src"
    public Drupal\path -> string(21) "core/modules/path/src"
    public Drupal\prepopulate -> string(31) "modules/contrib/prepopulate/src"
    public Drupal\quickedit -> string(26) "core/modules/quickedit/src"
    public Drupal\r4032login -> string(30) "modules/contrib/r4032login/src"
    public Drupal\rate -> string(24) "modules/contrib/rate/src"
    public Drupal\rdf -> string(20) "core/modules/rdf/src"
    public Drupal\recaptcha -> string(29) "modules/contrib/recaptcha/src"
    public Drupal\rest -> string(21) "core/modules/rest/src"
    public Drupal\roleassign -> string(30) "modules/contrib/roleassign/src"
    public Drupal\s3fs -> string(24) "modules/contrib/s3fs/src"
    public Drupal\security_review -> string(35) "modules/contrib/security_review/src"
    public Drupal\serialization -> string(30) "core/modules/serialization/src"
    public Drupal\shortcut -> string(25) "core/modules/shortcut/src"
    public Drupal\smtp -> string(24) "modules/contrib/smtp/src"
    public Drupal\system -> string(23) "core/modules/system/src"
    public Drupal\taxonomy -> string(25) "core/modules/taxonomy/src"
    public Drupal\text -> string(21) "core/modules/text/src"
    public Drupal\token -> string(25) "modules/contrib/token/src"
    public Drupal\toolbar -> string(24) "core/modules/toolbar/src"
    public Drupal\update -> string(23) "core/modules/update/src"
    public Drupal\user -> string(21) "core/modules/user/src"
    public Drupal\user_registrationpassword -> string(51) "sites/default/modules/user_registrationpassword/src"
    public Drupal\view_unpublished -> string(36) "modules/contrib/view_unpublished/src"
    public Drupal\views_ifempty -> string(25) "modules/views_ifempty/src"
    public Drupal\views_ui -> string(25) "core/modules/views_ui/src"
    public Drupal\votingapi -> string(29) "modules/contrib/votingapi/src"
    public Drupal\menu_admin_per_menu -> string(39) "modules/contrib/menu_admin_per_menu/src"
    public Drupal\menu_link_content -> string(34) "core/modules/menu_link_content/src"
    public Drupal\pathauto -> string(28) "modules/contrib/pathauto/src"
    public Drupal\views -> string(22) "core/modules/views/src"
    public Drupal\standard -> string(26) "core/profiles/standard/src"
    public Drupal\Core\Config -> string(27) "core/lib/Drupal/Core/Config"
    public Drupal\Core\Entity -> string(27) "core/lib/Drupal/Core/Entity"
    public Drupal\Core\Datetime -> string(29) "core/lib/Drupal/Core/Datetime"
    public Drupal\Core\Block -> string(26) "core/lib/Drupal/Core/Block"
    public Drupal\Core\Validation -> string(31) "core/lib/Drupal/Core/Validation"
    public Drupal\Core\ProxyClass -> string(31) "core/lib/Drupal/Core/ProxyClass"
    public Drupal\Core\Field -> string(26) "core/lib/Drupal/Core/Field"
    public Drupal\Core\TypedData -> string(30) "core/lib/Drupal/Core/TypedData"
    public Drupal\Core\Render -> string(27) "core/lib/Drupal/Core/Render"
    public Drupal\Core\Mail -> string(25) "core/lib/Drupal/Core/Mail"
    public Drupal\Core\Menu -> string(25) "core/lib/Drupal/Core/Menu"
    public Drupal\Component\Annotation -> string(36) "core/lib/Drupal/Component/Annotation"
    public _serviceId -> string(20) "container.namespaces"
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> array(183)
    'dynamic_entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'entity_revision' => array(10)
    *DEPTH TOO GREAT*
    'entity_revision:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:file' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:action' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:view' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision_reference' => array(8)
    *DEPTH TOO GREAT*
    'filter_format' => array(8)
    *DEPTH TOO GREAT*
    'entity' => array(10)
    *DEPTH TOO GREAT*
    'entity:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity:block' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:file' => array(11)
    *DEPTH TOO GREAT*
    'entity:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity:node' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity:action' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity:user' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity:view' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'field_item:address' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_country' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_zone' => array(13)
    *DEPTH TOO GREAT*
    'field_item:datetime' => array(13)
    *DEPTH TOO GREAT*
    'field_item:dynamic_entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference_revisions' => array(13)
    *DEPTH TOO GREAT*
    'field_item:file' => array(15)
    *DEPTH TOO GREAT*
    'field_item:image' => array(16)
    *DEPTH TOO GREAT*
    'field_item:link' => array(14)
    *DEPTH TOO GREAT*
    'field_item:markup' => array(13)
    *DEPTH TOO GREAT*
    'field_item:list_float' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_integer' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_string' => array(14)
    *DEPTH TOO GREAT*
    'field_item:path' => array(12)
    *DEPTH TOO GREAT*
    'field_item:text_with_summary' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text_long' => array(14)
    *DEPTH TOO GREAT*
    'field_item:string' => array(13)
    *DEPTH TOO GREAT*
    'field_item:decimal' => array(13)
    *DEPTH TOO GREAT*
    'field_item:integer' => array(13)
    *DEPTH TOO GREAT*
    'field_item:uuid' => array(12)
    *DEPTH TOO GREAT*
    'field_item:float' => array(13)
    *DEPTH TOO GREAT*
    'field_item:boolean' => array(13)
    *DEPTH TOO GREAT*
    'field_item:created' => array(13)
    *DEPTH TOO GREAT*
    'field_item:changed' => array(13)
    *DEPTH TOO GREAT*
    'field_item:password' => array(11)
    *DEPTH TOO GREAT*
    'field_item:uri' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:string_long' => array(13)
    *DEPTH TOO GREAT*
    'field_item:email' => array(13)
    *DEPTH TOO GREAT*
    'field_item:language' => array(14)
    *DEPTH TOO GREAT*
    'field_item:timestamp' => array(14)
    *DEPTH TOO GREAT*
    'field_item:map' => array(11)
    *DEPTH TOO GREAT*
    'list' => array(8)
    *DEPTH TOO GREAT*
    'map' => array(8)
    *DEPTH TOO GREAT*
    'any' => array(8)
    *DEPTH TOO GREAT*
    'boolean' => array(8)
    *DEPTH TOO GREAT*
    'language' => array(9)
    *DEPTH TOO GREAT*
    'uri' => array(8)
    *DEPTH TOO GREAT*
    'float' => array(8)
    *DEPTH TOO GREAT*
    'integer' => array(8)
    *DEPTH TOO GREAT*
    'timespan' => array(8)
    *DEPTH TOO GREAT*
    'email' => array(9)
    *DEPTH TOO GREAT*
    'binary' => array(8)
    *DEPTH TOO GREAT*
    'string' => array(8)
    *DEPTH TOO GREAT*
    'datetime_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'timestamp' => array(8)
    *DEPTH TOO GREAT*
    'duration_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'language_reference' => array(8)
    *DEPTH TOO GREAT*
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    protected bin -> string(15) "cache_discovery"
    protected consistentBackend -> Drupal\Core\Cache\DatabaseBackend(3)
    *DEPTH TOO GREAT*
    protected fastBackend -> Drupal\Core\Cache\ApcuBackend(4)
    *DEPTH TOO GREAT*
    protected lastWriteTimestamp -> float1500182527.777
    public _serviceId -> string(15) "cache.discovery"
    protected useCaches -> boolTRUE
    protected _serviceIds -> array(0)
    public _serviceId -> string(18) "typed_data_manager"
    'uuid' => Drupal\Core\Field\FieldItemList(7)
    protected list -> array(1)
    Drupal\Core\Field\Plugin\Field\FieldType\UuidItem(7)
    protected definition -> Drupal\Core\Field\TypedData\FieldItemDataDefinition(2)
    *DEPTH TOO GREAT*
    protected values -> array(1)
    *DEPTH TOO GREAT*
    protected properties -> array(0)
    protected name -> integer0
    protected parent -> Drupal\Core\Field\FieldItemList(7) *RECURSION*
    protected stringTranslation -> NULL
    protected typedDataManager -> Drupal\Core\TypedData\TypedDataManager(22)
    *DEPTH TOO GREAT*
    protected langcode -> string(2) "en"
    protected definition -> Drupal\Core\Field\BaseFieldDefinition(6)
    protected type -> string(4) "uuid"
    protected propertyDefinitions -> array(1)
    'value' => Drupal\Core\TypedData\DataDefinition(1)
    *DEPTH TOO GREAT*
    protected schema -> NULL
    protected indexes -> array(0)
    protected itemDefinition -> Drupal\Core\Field\TypedData\FieldItemDataDefinition(2)
    protected fieldDefinition -> Drupal\Core\Field\BaseFieldDefinition(6) *RECURSION*
    protected definition -> array(2)
    *DEPTH TOO GREAT*
    protected definition -> array(6)
    'label' => Drupal\Core\StringTranslation\TranslatableMarkup(5)
    *DEPTH TOO GREAT*
    'read-only' => boolTRUE
    'provider' => string(4) "node"
    'field_name' => string(4) "uuid"
    'entity_type' => string(4) "node"
    'bundle' => NULL
    protected name -> string(4) "uuid"
    protected parent -> Drupal\Core\Entity\Plugin\DataType\EntityAdapter(6)
    protected entity -> Drupal\node\Entity\Node(24) *RECURSION*
    protected definition -> Drupal\Core\Entity\TypedData\EntityDataDefinition(2)
    protected propertyDefinitions -> array(21)
    *DEPTH TOO GREAT*
    protected definition -> array(1)
    *DEPTH TOO GREAT*
    protected name -> NULL
    protected parent -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> Drupal\Core\TypedData\TypedDataManager(22)
    protected validator -> NULL
    protected constraintManager -> Drupal\Core\Validation\ConstraintManager(17)
    protected cacheKey -> string(29) "validation_constraint_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(21) "validation_constraint"
    protected subdir -> string(28) "Plugin/Validation/Constraint"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    *DEPTH TOO GREAT*
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(44) "Drupal\Core\Validation\Annotation\Constraint"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(108)
    *DEPTH TOO GREAT*
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected useCaches -> boolTRUE
    public _serviceId -> string(21) "validation.constraint"
    protected prototypes -> array(46)
    'entity:node:page:.nid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:nid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uuid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uuid.0' => Drupal\Core\Field\Plugin\Field\FieldType\UuidItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.vid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:vid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0.language' => Drupal\Core\TypedData\Plugin\DataType\LanguageReference(6)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\LanguageItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.type' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.title' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:title.0' => Drupal\Core\Field\Plugin\Field\FieldType\StringItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.status' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:status.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.created' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:created.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.changed' => Drupal\Core\Field\ChangedFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:changed.0' => Drupal\Core\Field\Plugin\Field\FieldType\ChangedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.promote' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:promote.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.sticky' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:sticky.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_timestamp' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_timestamp.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_log' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_translation_affected' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_translation_affected.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.default_langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:default_langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.path' => Drupal\path\Plugin\Field\FieldType\PathFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.menu_link' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.body' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.summary_processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0' => Drupal\text\Plugin\Field\FieldType\TextWithSummaryItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.field_sidebar' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0' => Drupal\text\Plugin\Field\FieldType\TextLongItem(7)
    *DEPTH TOO GREAT*
    protected classResolver -> Drupal\Core\DependencyInjection\ClassResolver(3)
    protected _serviceIds -> array(0)
    protected container -> Drupal\Core\DependencyInjection\Container(7)
    *DEPTH TOO GREAT*
    public _serviceId -> string(14) "class_resolver"
    protected cacheKey -> string(24) "typed_data_types_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(14) "data_type_info"
    protected subdir -> string(15) "Plugin/DataType"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    protected loadedFiles -> array(96)
    *DEPTH TOO GREAT*
    protected moduleList -> array(96)
    *DEPTH TOO GREAT*
    protected loaded -> boolTRUE
    protected implementations -> array(438)
    *DEPTH TOO GREAT*
    protected verified -> array(8)
    *DEPTH TOO GREAT*
    protected hookInfo -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected cacheNeedsWriting -> boolFALSE
    protected alterFunctions -> array(3)
    *DEPTH TOO GREAT*
    protected root -> string(17) "/var/www/html/web"
    protected includeFileKeys -> array(0)
    public _serviceId -> string(14) "module_handler"
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(41) "Drupal\Core\TypedData\Annotation\DataType"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(109)
    public Drupal\address -> string(27) "modules/contrib/address/src"
    public Drupal\allowed_formats -> string(35) "modules/contrib/allowed_formats/src"
    public Drupal\autologout -> string(30) "modules/contrib/autologout/src"
    public Drupal\automated_cron -> string(31) "core/modules/automated_cron/src"
    public Drupal\block -> string(22) "core/modules/block/src"
    public Drupal\block_content -> string(30) "core/modules/block_content/src"
    public Drupal\block_visibility_groups -> string(43) "modules/contrib/block_visibility_groups/src"
    public Drupal\breakpoint -> string(27) "core/modules/breakpoint/src"
    public Drupal\captcha -> string(27) "modules/contrib/captcha/src"
    public Drupal\ckeditor -> string(25) "core/modules/ckeditor/src"
    public Drupal\color -> string(22) "core/modules/color/src"
    public Drupal\config -> string(23) "core/modules/config/src"
    public Drupal\contact -> string(24) "core/modules/contact/src"
    public Drupal\contact_block -> string(33) "modules/contrib/contact_block/src"
    public Drupal\contextual -> string(27) "core/modules/contextual/src"
    public Drupal\csv_serialization -> string(37) "modules/contrib/csv_serialization/src"
    public Drupal\ctools -> string(26) "modules/contrib/ctools/src"
    public Drupal\custom -> string(32) "sites/default/modules/custom/src"
    public Drupal\custom_administer_content -> string(51) "sites/default/modules/custom_administer_content/src"
    public Drupal\custom_cancel_methods -> string(47) "sites/default/modules/custom_cancel_methods/src"
    public Drupal\custom_favourite -> string(42) "sites/default/modules/custom_favourite/src"
    public Drupal\custom_feature_polls -> string(46) "sites/default/modules/custom_feature_polls/src"
    public Drupal\custom_featured -> string(41) "sites/default/modules/custom_featured/src"
    public Drupal\custom_follow -> string(39) "sites/default/modules/custom_follow/src"
    public Drupal\custom_mail -> string(37) "sites/default/modules/custom_mail/src"
    public Drupal\custom_menu -> string(37) "sites/default/modules/custom_menu/src"
    public Drupal\custom_more -> string(37) "sites/default/modules/custom_more/src"
    public Drupal\custom_password_policy -> string(48) "sites/default/modules/custom_password_policy/src"
    public Drupal\custom_reactions -> string(42) "sites/default/modules/custom_reactions/src"
    public Drupal\custom_user_login -> string(43) "sites/default/modules/custom_user_login/src"
    public Drupal\custom_user_onboarding -> string(48) "sites/default/modules/custom_user_onboarding/src"
    public Drupal\custom_user_register -> string(46) "sites/default/modules/custom_user_register/src"
    public Drupal\custom_username_policy -> string(48) "sites/default/modules/custom_username_policy/src"
    public Drupal\custom_video -> string(38) "sites/default/modules/custom_video/src"
    public Drupal\datetime -> string(25) "core/modules/datetime/src"
    public Drupal\dblog -> string(22) "core/modules/dblog/src"
    public Drupal\devel -> string(25) "modules/contrib/devel/src"
    public Drupal\dynamic_entity_reference -> string(44) "modules/contrib/dynamic_entity_reference/src"
    public Drupal\dynamic_page_cache -> string(35) "core/modules/dynamic_page_cache/src"
    public Drupal\editor -> string(23) "core/modules/editor/src"
    public Drupal\editor_advanced_link -> string(40) "modules/contrib/editor_advanced_link/src"
    public Drupal\entity -> string(26) "modules/contrib/entity/src"
    public Drupal\entity_reference_revisions -> string(46) "modules/contrib/entity_reference_revisions/src"
    public Drupal\field -> string(22) "core/modules/field/src"
    public Drupal\field_ui -> string(25) "core/modules/field_ui/src"
    public Drupal\file -> string(21) "core/modules/file/src"
    public Drupal\filter -> string(23) "core/modules/filter/src"
    public Drupal\flag -> string(24) "modules/contrib/flag/src"
    public Drupal\google_analytics -> string(36) "modules/contrib/google_analytics/src"
    public Drupal\help -> string(21) "core/modules/help/src"
    public Drupal\history -> string(24) "core/modules/history/src"
    public Drupal\image -> string(22) "core/modules/image/src"
    public Drupal\imagemagick -> string(37) "sites/default/modules/imagemagick/src"
    public Drupal\kint -> string(30) "modules/contrib/devel/kint/src"
    public Drupal\link -> string(21) "core/modules/link/src"
    public Drupal\login_emailusername -> string(39) "modules/contrib/login_emailusername/src"
    public Drupal\mailsystem -> string(30) "modules/contrib/mailsystem/src"
    public Drupal\markup -> string(26) "modules/contrib/markup/src"
    public Drupal\masquerade -> string(30) "modules/contrib/masquerade/src"
    public Drupal\menu_ui -> string(24) "core/modules/menu_ui/src"
    public Drupal\mimemail -> string(28) "modules/contrib/mimemail/src"
    public Drupal\node -> string(21) "core/modules/node/src"
    public Drupal\options -> string(24) "core/modules/options/src"
    public Drupal\page_cache -> string(27) "core/modules/page_cache/src"
    public Drupal\paragraphs -> string(30) "modules/contrib/paragraphs/src"
    public Drupal\path -> string(21) "core/modules/path/src"
    public Drupal\prepopulate -> string(31) "modules/contrib/prepopulate/src"
    public Drupal\quickedit -> string(26) "core/modules/quickedit/src"
    public Drupal\r4032login -> string(30) "modules/contrib/r4032login/src"
    public Drupal\rate -> string(24) "modules/contrib/rate/src"
    public Drupal\rdf -> string(20) "core/modules/rdf/src"
    public Drupal\recaptcha -> string(29) "modules/contrib/recaptcha/src"
    public Drupal\rest -> string(21) "core/modules/rest/src"
    public Drupal\roleassign -> string(30) "modules/contrib/roleassign/src"
    public Drupal\s3fs -> string(24) "modules/contrib/s3fs/src"
    public Drupal\security_review -> string(35) "modules/contrib/security_review/src"
    public Drupal\serialization -> string(30) "core/modules/serialization/src"
    public Drupal\shortcut -> string(25) "core/modules/shortcut/src"
    public Drupal\smtp -> string(24) "modules/contrib/smtp/src"
    public Drupal\system -> string(23) "core/modules/system/src"
    public Drupal\taxonomy -> string(25) "core/modules/taxonomy/src"
    public Drupal\text -> string(21) "core/modules/text/src"
    public Drupal\token -> string(25) "modules/contrib/token/src"
    public Drupal\toolbar -> string(24) "core/modules/toolbar/src"
    public Drupal\update -> string(23) "core/modules/update/src"
    public Drupal\user -> string(21) "core/modules/user/src"
    public Drupal\user_registrationpassword -> string(51) "sites/default/modules/user_registrationpassword/src"
    public Drupal\view_unpublished -> string(36) "modules/contrib/view_unpublished/src"
    public Drupal\views_ifempty -> string(25) "modules/views_ifempty/src"
    public Drupal\views_ui -> string(25) "core/modules/views_ui/src"
    public Drupal\votingapi -> string(29) "modules/contrib/votingapi/src"
    public Drupal\menu_admin_per_menu -> string(39) "modules/contrib/menu_admin_per_menu/src"
    public Drupal\menu_link_content -> string(34) "core/modules/menu_link_content/src"
    public Drupal\pathauto -> string(28) "modules/contrib/pathauto/src"
    public Drupal\views -> string(22) "core/modules/views/src"
    public Drupal\standard -> string(26) "core/profiles/standard/src"
    public Drupal\Core\Config -> string(27) "core/lib/Drupal/Core/Config"
    public Drupal\Core\Entity -> string(27) "core/lib/Drupal/Core/Entity"
    public Drupal\Core\Datetime -> string(29) "core/lib/Drupal/Core/Datetime"
    public Drupal\Core\Block -> string(26) "core/lib/Drupal/Core/Block"
    public Drupal\Core\Validation -> string(31) "core/lib/Drupal/Core/Validation"
    public Drupal\Core\ProxyClass -> string(31) "core/lib/Drupal/Core/ProxyClass"
    public Drupal\Core\Field -> string(26) "core/lib/Drupal/Core/Field"
    public Drupal\Core\TypedData -> string(30) "core/lib/Drupal/Core/TypedData"
    public Drupal\Core\Render -> string(27) "core/lib/Drupal/Core/Render"
    public Drupal\Core\Mail -> string(25) "core/lib/Drupal/Core/Mail"
    public Drupal\Core\Menu -> string(25) "core/lib/Drupal/Core/Menu"
    public Drupal\Component\Annotation -> string(36) "core/lib/Drupal/Component/Annotation"
    public _serviceId -> string(20) "container.namespaces"
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> array(183)
    'dynamic_entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'entity_revision' => array(10)
    *DEPTH TOO GREAT*
    'entity_revision:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:file' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:action' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:view' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision_reference' => array(8)
    *DEPTH TOO GREAT*
    'filter_format' => array(8)
    *DEPTH TOO GREAT*
    'entity' => array(10)
    *DEPTH TOO GREAT*
    'entity:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity:block' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:file' => array(11)
    *DEPTH TOO GREAT*
    'entity:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity:node' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity:action' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity:user' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity:view' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'field_item:address' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_country' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_zone' => array(13)
    *DEPTH TOO GREAT*
    'field_item:datetime' => array(13)
    *DEPTH TOO GREAT*
    'field_item:dynamic_entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference_revisions' => array(13)
    *DEPTH TOO GREAT*
    'field_item:file' => array(15)
    *DEPTH TOO GREAT*
    'field_item:image' => array(16)
    *DEPTH TOO GREAT*
    'field_item:link' => array(14)
    *DEPTH TOO GREAT*
    'field_item:markup' => array(13)
    *DEPTH TOO GREAT*
    'field_item:list_float' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_integer' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_string' => array(14)
    *DEPTH TOO GREAT*
    'field_item:path' => array(12)
    *DEPTH TOO GREAT*
    'field_item:text_with_summary' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text_long' => array(14)
    *DEPTH TOO GREAT*
    'field_item:string' => array(13)
    *DEPTH TOO GREAT*
    'field_item:decimal' => array(13)
    *DEPTH TOO GREAT*
    'field_item:integer' => array(13)
    *DEPTH TOO GREAT*
    'field_item:uuid' => array(12)
    *DEPTH TOO GREAT*
    'field_item:float' => array(13)
    *DEPTH TOO GREAT*
    'field_item:boolean' => array(13)
    *DEPTH TOO GREAT*
    'field_item:created' => array(13)
    *DEPTH TOO GREAT*
    'field_item:changed' => array(13)
    *DEPTH TOO GREAT*
    'field_item:password' => array(11)
    *DEPTH TOO GREAT*
    'field_item:uri' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:string_long' => array(13)
    *DEPTH TOO GREAT*
    'field_item:email' => array(13)
    *DEPTH TOO GREAT*
    'field_item:language' => array(14)
    *DEPTH TOO GREAT*
    'field_item:timestamp' => array(14)
    *DEPTH TOO GREAT*
    'field_item:map' => array(11)
    *DEPTH TOO GREAT*
    'list' => array(8)
    *DEPTH TOO GREAT*
    'map' => array(8)
    *DEPTH TOO GREAT*
    'any' => array(8)
    *DEPTH TOO GREAT*
    'boolean' => array(8)
    *DEPTH TOO GREAT*
    'language' => array(9)
    *DEPTH TOO GREAT*
    'uri' => array(8)
    *DEPTH TOO GREAT*
    'float' => array(8)
    *DEPTH TOO GREAT*
    'integer' => array(8)
    *DEPTH TOO GREAT*
    'timespan' => array(8)
    *DEPTH TOO GREAT*
    'email' => array(9)
    *DEPTH TOO GREAT*
    'binary' => array(8)
    *DEPTH TOO GREAT*
    'string' => array(8)
    *DEPTH TOO GREAT*
    'datetime_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'timestamp' => array(8)
    *DEPTH TOO GREAT*
    'duration_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'language_reference' => array(8)
    *DEPTH TOO GREAT*
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    protected bin -> string(15) "cache_discovery"
    protected consistentBackend -> Drupal\Core\Cache\DatabaseBackend(3)
    *DEPTH TOO GREAT*
    protected fastBackend -> Drupal\Core\Cache\ApcuBackend(4)
    *DEPTH TOO GREAT*
    protected lastWriteTimestamp -> float1500182527.777
    public _serviceId -> string(15) "cache.discovery"
    protected useCaches -> boolTRUE
    protected _serviceIds -> array(0)
    public _serviceId -> string(18) "typed_data_manager"
    'vid' => Drupal\Core\Field\FieldItemList(7)
    protected list -> array(1)
    Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    protected definition -> Drupal\Core\Field\TypedData\FieldItemDataDefinition(2)
    *DEPTH TOO GREAT*
    protected values -> array(1)
    *DEPTH TOO GREAT*
    protected properties -> array(0)
    protected name -> integer0
    protected parent -> Drupal\Core\Field\FieldItemList(7) *RECURSION*
    protected stringTranslation -> NULL
    protected typedDataManager -> Drupal\Core\TypedData\TypedDataManager(22)
    *DEPTH TOO GREAT*
    protected langcode -> string(2) "en"
    protected definition -> Drupal\Core\Field\BaseFieldDefinition(6)
    protected type -> string(7) "integer"
    protected propertyDefinitions -> array(1)
    'value' => Drupal\Core\TypedData\DataDefinition(1)
    *DEPTH TOO GREAT*
    protected schema -> NULL
    protected indexes -> array(0)
    protected itemDefinition -> Drupal\Core\Field\TypedData\FieldItemDataDefinition(2)
    protected fieldDefinition -> Drupal\Core\Field\BaseFieldDefinition(6) *RECURSION*
    protected definition -> array(2)
    *DEPTH TOO GREAT*
    protected definition -> array(6)
    'label' => Drupal\Core\StringTranslation\TranslatableMarkup(5)
    *DEPTH TOO GREAT*
    'read-only' => boolTRUE
    'provider' => string(4) "node"
    'field_name' => string(3) "vid"
    'entity_type' => string(4) "node"
    'bundle' => NULL
    protected name -> string(3) "vid"
    protected parent -> Drupal\Core\Entity\Plugin\DataType\EntityAdapter(6)
    protected entity -> Drupal\node\Entity\Node(24) *RECURSION*
    protected definition -> Drupal\Core\Entity\TypedData\EntityDataDefinition(2)
    protected propertyDefinitions -> array(21)
    *DEPTH TOO GREAT*
    protected definition -> array(1)
    *DEPTH TOO GREAT*
    protected name -> NULL
    protected parent -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> Drupal\Core\TypedData\TypedDataManager(22)
    protected validator -> NULL
    protected constraintManager -> Drupal\Core\Validation\ConstraintManager(17)
    protected cacheKey -> string(29) "validation_constraint_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(21) "validation_constraint"
    protected subdir -> string(28) "Plugin/Validation/Constraint"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    *DEPTH TOO GREAT*
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(44) "Drupal\Core\Validation\Annotation\Constraint"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(108)
    *DEPTH TOO GREAT*
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected useCaches -> boolTRUE
    public _serviceId -> string(21) "validation.constraint"
    protected prototypes -> array(46)
    'entity:node:page:.nid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:nid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uuid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uuid.0' => Drupal\Core\Field\Plugin\Field\FieldType\UuidItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.vid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:vid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0.language' => Drupal\Core\TypedData\Plugin\DataType\LanguageReference(6)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\LanguageItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.type' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.title' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:title.0' => Drupal\Core\Field\Plugin\Field\FieldType\StringItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.status' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:status.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.created' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:created.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.changed' => Drupal\Core\Field\ChangedFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:changed.0' => Drupal\Core\Field\Plugin\Field\FieldType\ChangedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.promote' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:promote.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.sticky' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:sticky.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_timestamp' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_timestamp.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_log' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_translation_affected' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_translation_affected.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.default_langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:default_langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.path' => Drupal\path\Plugin\Field\FieldType\PathFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.menu_link' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.body' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.summary_processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0' => Drupal\text\Plugin\Field\FieldType\TextWithSummaryItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.field_sidebar' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0' => Drupal\text\Plugin\Field\FieldType\TextLongItem(7)
    *DEPTH TOO GREAT*
    protected classResolver -> Drupal\Core\DependencyInjection\ClassResolver(3)
    protected _serviceIds -> array(0)
    protected container -> Drupal\Core\DependencyInjection\Container(7)
    *DEPTH TOO GREAT*
    public _serviceId -> string(14) "class_resolver"
    protected cacheKey -> string(24) "typed_data_types_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(14) "data_type_info"
    protected subdir -> string(15) "Plugin/DataType"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    protected loadedFiles -> array(96)
    *DEPTH TOO GREAT*
    protected moduleList -> array(96)
    *DEPTH TOO GREAT*
    protected loaded -> boolTRUE
    protected implementations -> array(438)
    *DEPTH TOO GREAT*
    protected verified -> array(8)
    *DEPTH TOO GREAT*
    protected hookInfo -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected cacheNeedsWriting -> boolFALSE
    protected alterFunctions -> array(3)
    *DEPTH TOO GREAT*
    protected root -> string(17) "/var/www/html/web"
    protected includeFileKeys -> array(0)
    public _serviceId -> string(14) "module_handler"
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(41) "Drupal\Core\TypedData\Annotation\DataType"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(109)
    public Drupal\address -> string(27) "modules/contrib/address/src"
    public Drupal\allowed_formats -> string(35) "modules/contrib/allowed_formats/src"
    public Drupal\autologout -> string(30) "modules/contrib/autologout/src"
    public Drupal\automated_cron -> string(31) "core/modules/automated_cron/src"
    public Drupal\block -> string(22) "core/modules/block/src"
    public Drupal\block_content -> string(30) "core/modules/block_content/src"
    public Drupal\block_visibility_groups -> string(43) "modules/contrib/block_visibility_groups/src"
    public Drupal\breakpoint -> string(27) "core/modules/breakpoint/src"
    public Drupal\captcha -> string(27) "modules/contrib/captcha/src"
    public Drupal\ckeditor -> string(25) "core/modules/ckeditor/src"
    public Drupal\color -> string(22) "core/modules/color/src"
    public Drupal\config -> string(23) "core/modules/config/src"
    public Drupal\contact -> string(24) "core/modules/contact/src"
    public Drupal\contact_block -> string(33) "modules/contrib/contact_block/src"
    public Drupal\contextual -> string(27) "core/modules/contextual/src"
    public Drupal\csv_serialization -> string(37) "modules/contrib/csv_serialization/src"
    public Drupal\ctools -> string(26) "modules/contrib/ctools/src"
    public Drupal\custom -> string(32) "sites/default/modules/custom/src"
    public Drupal\custom_administer_content -> string(51) "sites/default/modules/custom_administer_content/src"
    public Drupal\custom_cancel_methods -> string(47) "sites/default/modules/custom_cancel_methods/src"
    public Drupal\custom_favourite -> string(42) "sites/default/modules/custom_favourite/src"
    public Drupal\custom_feature_polls -> string(46) "sites/default/modules/custom_feature_polls/src"
    public Drupal\custom_featured -> string(41) "sites/default/modules/custom_featured/src"
    public Drupal\custom_follow -> string(39) "sites/default/modules/custom_follow/src"
    public Drupal\custom_mail -> string(37) "sites/default/modules/custom_mail/src"
    public Drupal\custom_menu -> string(37) "sites/default/modules/custom_menu/src"
    public Drupal\custom_more -> string(37) "sites/default/modules/custom_more/src"
    public Drupal\custom_password_policy -> string(48) "sites/default/modules/custom_password_policy/src"
    public Drupal\custom_reactions -> string(42) "sites/default/modules/custom_reactions/src"
    public Drupal\custom_user_login -> string(43) "sites/default/modules/custom_user_login/src"
    public Drupal\custom_user_onboarding -> string(48) "sites/default/modules/custom_user_onboarding/src"
    public Drupal\custom_user_register -> string(46) "sites/default/modules/custom_user_register/src"
    public Drupal\custom_username_policy -> string(48) "sites/default/modules/custom_username_policy/src"
    public Drupal\custom_video -> string(38) "sites/default/modules/custom_video/src"
    public Drupal\datetime -> string(25) "core/modules/datetime/src"
    public Drupal\dblog -> string(22) "core/modules/dblog/src"
    public Drupal\devel -> string(25) "modules/contrib/devel/src"
    public Drupal\dynamic_entity_reference -> string(44) "modules/contrib/dynamic_entity_reference/src"
    public Drupal\dynamic_page_cache -> string(35) "core/modules/dynamic_page_cache/src"
    public Drupal\editor -> string(23) "core/modules/editor/src"
    public Drupal\editor_advanced_link -> string(40) "modules/contrib/editor_advanced_link/src"
    public Drupal\entity -> string(26) "modules/contrib/entity/src"
    public Drupal\entity_reference_revisions -> string(46) "modules/contrib/entity_reference_revisions/src"
    public Drupal\field -> string(22) "core/modules/field/src"
    public Drupal\field_ui -> string(25) "core/modules/field_ui/src"
    public Drupal\file -> string(21) "core/modules/file/src"
    public Drupal\filter -> string(23) "core/modules/filter/src"
    public Drupal\flag -> string(24) "modules/contrib/flag/src"
    public Drupal\google_analytics -> string(36) "modules/contrib/google_analytics/src"
    public Drupal\help -> string(21) "core/modules/help/src"
    public Drupal\history -> string(24) "core/modules/history/src"
    public Drupal\image -> string(22) "core/modules/image/src"
    public Drupal\imagemagick -> string(37) "sites/default/modules/imagemagick/src"
    public Drupal\kint -> string(30) "modules/contrib/devel/kint/src"
    public Drupal\link -> string(21) "core/modules/link/src"
    public Drupal\login_emailusername -> string(39) "modules/contrib/login_emailusername/src"
    public Drupal\mailsystem -> string(30) "modules/contrib/mailsystem/src"
    public Drupal\markup -> string(26) "modules/contrib/markup/src"
    public Drupal\masquerade -> string(30) "modules/contrib/masquerade/src"
    public Drupal\menu_ui -> string(24) "core/modules/menu_ui/src"
    public Drupal\mimemail -> string(28) "modules/contrib/mimemail/src"
    public Drupal\node -> string(21) "core/modules/node/src"
    public Drupal\options -> string(24) "core/modules/options/src"
    public Drupal\page_cache -> string(27) "core/modules/page_cache/src"
    public Drupal\paragraphs -> string(30) "modules/contrib/paragraphs/src"
    public Drupal\path -> string(21) "core/modules/path/src"
    public Drupal\prepopulate -> string(31) "modules/contrib/prepopulate/src"
    public Drupal\quickedit -> string(26) "core/modules/quickedit/src"
    public Drupal\r4032login -> string(30) "modules/contrib/r4032login/src"
    public Drupal\rate -> string(24) "modules/contrib/rate/src"
    public Drupal\rdf -> string(20) "core/modules/rdf/src"
    public Drupal\recaptcha -> string(29) "modules/contrib/recaptcha/src"
    public Drupal\rest -> string(21) "core/modules/rest/src"
    public Drupal\roleassign -> string(30) "modules/contrib/roleassign/src"
    public Drupal\s3fs -> string(24) "modules/contrib/s3fs/src"
    public Drupal\security_review -> string(35) "modules/contrib/security_review/src"
    public Drupal\serialization -> string(30) "core/modules/serialization/src"
    public Drupal\shortcut -> string(25) "core/modules/shortcut/src"
    public Drupal\smtp -> string(24) "modules/contrib/smtp/src"
    public Drupal\system -> string(23) "core/modules/system/src"
    public Drupal\taxonomy -> string(25) "core/modules/taxonomy/src"
    public Drupal\text -> string(21) "core/modules/text/src"
    public Drupal\token -> string(25) "modules/contrib/token/src"
    public Drupal\toolbar -> string(24) "core/modules/toolbar/src"
    public Drupal\update -> string(23) "core/modules/update/src"
    public Drupal\user -> string(21) "core/modules/user/src"
    public Drupal\user_registrationpassword -> string(51) "sites/default/modules/user_registrationpassword/src"
    public Drupal\view_unpublished -> string(36) "modules/contrib/view_unpublished/src"
    public Drupal\views_ifempty -> string(25) "modules/views_ifempty/src"
    public Drupal\views_ui -> string(25) "core/modules/views_ui/src"
    public Drupal\votingapi -> string(29) "modules/contrib/votingapi/src"
    public Drupal\menu_admin_per_menu -> string(39) "modules/contrib/menu_admin_per_menu/src"
    public Drupal\menu_link_content -> string(34) "core/modules/menu_link_content/src"
    public Drupal\pathauto -> string(28) "modules/contrib/pathauto/src"
    public Drupal\views -> string(22) "core/modules/views/src"
    public Drupal\standard -> string(26) "core/profiles/standard/src"
    public Drupal\Core\Config -> string(27) "core/lib/Drupal/Core/Config"
    public Drupal\Core\Entity -> string(27) "core/lib/Drupal/Core/Entity"
    public Drupal\Core\Datetime -> string(29) "core/lib/Drupal/Core/Datetime"
    public Drupal\Core\Block -> string(26) "core/lib/Drupal/Core/Block"
    public Drupal\Core\Validation -> string(31) "core/lib/Drupal/Core/Validation"
    public Drupal\Core\ProxyClass -> string(31) "core/lib/Drupal/Core/ProxyClass"
    public Drupal\Core\Field -> string(26) "core/lib/Drupal/Core/Field"
    public Drupal\Core\TypedData -> string(30) "core/lib/Drupal/Core/TypedData"
    public Drupal\Core\Render -> string(27) "core/lib/Drupal/Core/Render"
    public Drupal\Core\Mail -> string(25) "core/lib/Drupal/Core/Mail"
    public Drupal\Core\Menu -> string(25) "core/lib/Drupal/Core/Menu"
    public Drupal\Component\Annotation -> string(36) "core/lib/Drupal/Component/Annotation"
    public _serviceId -> string(20) "container.namespaces"
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> array(183)
    'dynamic_entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'entity_revision' => array(10)
    *DEPTH TOO GREAT*
    'entity_revision:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:file' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:action' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:view' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision_reference' => array(8)
    *DEPTH TOO GREAT*
    'filter_format' => array(8)
    *DEPTH TOO GREAT*
    'entity' => array(10)
    *DEPTH TOO GREAT*
    'entity:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity:block' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:file' => array(11)
    *DEPTH TOO GREAT*
    'entity:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity:node' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity:action' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity:user' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity:view' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'field_item:address' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_country' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_zone' => array(13)
    *DEPTH TOO GREAT*
    'field_item:datetime' => array(13)
    *DEPTH TOO GREAT*
    'field_item:dynamic_entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference_revisions' => array(13)
    *DEPTH TOO GREAT*
    'field_item:file' => array(15)
    *DEPTH TOO GREAT*
    'field_item:image' => array(16)
    *DEPTH TOO GREAT*
    'field_item:link' => array(14)
    *DEPTH TOO GREAT*
    'field_item:markup' => array(13)
    *DEPTH TOO GREAT*
    'field_item:list_float' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_integer' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_string' => array(14)
    *DEPTH TOO GREAT*
    'field_item:path' => array(12)
    *DEPTH TOO GREAT*
    'field_item:text_with_summary' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text_long' => array(14)
    *DEPTH TOO GREAT*
    'field_item:string' => array(13)
    *DEPTH TOO GREAT*
    'field_item:decimal' => array(13)
    *DEPTH TOO GREAT*
    'field_item:integer' => array(13)
    *DEPTH TOO GREAT*
    'field_item:uuid' => array(12)
    *DEPTH TOO GREAT*
    'field_item:float' => array(13)
    *DEPTH TOO GREAT*
    'field_item:boolean' => array(13)
    *DEPTH TOO GREAT*
    'field_item:created' => array(13)
    *DEPTH TOO GREAT*
    'field_item:changed' => array(13)
    *DEPTH TOO GREAT*
    'field_item:password' => array(11)
    *DEPTH TOO GREAT*
    'field_item:uri' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:string_long' => array(13)
    *DEPTH TOO GREAT*
    'field_item:email' => array(13)
    *DEPTH TOO GREAT*
    'field_item:language' => array(14)
    *DEPTH TOO GREAT*
    'field_item:timestamp' => array(14)
    *DEPTH TOO GREAT*
    'field_item:map' => array(11)
    *DEPTH TOO GREAT*
    'list' => array(8)
    *DEPTH TOO GREAT*
    'map' => array(8)
    *DEPTH TOO GREAT*
    'any' => array(8)
    *DEPTH TOO GREAT*
    'boolean' => array(8)
    *DEPTH TOO GREAT*
    'language' => array(9)
    *DEPTH TOO GREAT*
    'uri' => array(8)
    *DEPTH TOO GREAT*
    'float' => array(8)
    *DEPTH TOO GREAT*
    'integer' => array(8)
    *DEPTH TOO GREAT*
    'timespan' => array(8)
    *DEPTH TOO GREAT*
    'email' => array(9)
    *DEPTH TOO GREAT*
    'binary' => array(8)
    *DEPTH TOO GREAT*
    'string' => array(8)
    *DEPTH TOO GREAT*
    'datetime_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'timestamp' => array(8)
    *DEPTH TOO GREAT*
    'duration_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'language_reference' => array(8)
    *DEPTH TOO GREAT*
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    protected bin -> string(15) "cache_discovery"
    protected consistentBackend -> Drupal\Core\Cache\DatabaseBackend(3)
    *DEPTH TOO GREAT*
    protected fastBackend -> Drupal\Core\Cache\ApcuBackend(4)
    *DEPTH TOO GREAT*
    protected lastWriteTimestamp -> float1500182527.777
    public _serviceId -> string(15) "cache.discovery"
    protected useCaches -> boolTRUE
    protected _serviceIds -> array(0)
    public _serviceId -> string(18) "typed_data_manager"
    'langcode' => Drupal\Core\Field\FieldItemList(7)
    protected list -> array(1)
    Drupal\Core\Field\Plugin\Field\FieldType\LanguageItem(7)
    protected definition -> Drupal\Core\Field\TypedData\FieldItemDataDefinition(2)
    *DEPTH TOO GREAT*
    protected values -> array(1)
    *DEPTH TOO GREAT*
    protected properties -> array(1)
    *DEPTH TOO GREAT*
    protected name -> integer0
    protected parent -> Drupal\Core\Field\FieldItemList(7) *RECURSION*
    protected stringTranslation -> NULL
    protected typedDataManager -> Drupal\Core\TypedData\TypedDataManager(22)
    *DEPTH TOO GREAT*
    protected langcode -> string(2) "en"
    protected definition -> Drupal\Core\Field\BaseFieldDefinition(6)
    protected type -> string(8) "language"
    protected propertyDefinitions -> array(2)
    'value' => Drupal\Core\TypedData\DataDefinition(1)
    *DEPTH TOO GREAT*
    'language' => Drupal\Core\TypedData\DataReferenceDefinition(2)
    *DEPTH TOO GREAT*
    protected schema -> NULL
    protected indexes -> array(0)
    protected itemDefinition -> Drupal\Core\Field\TypedData\FieldItemDataDefinition(2)
    protected fieldDefinition -> Drupal\Core\Field\BaseFieldDefinition(6) *RECURSION*
    protected definition -> array(2)
    *DEPTH TOO GREAT*
    protected definition -> array(8)
    'label' => Drupal\Core\StringTranslation\TranslatableMarkup(5)
    *DEPTH TOO GREAT*
    'display' => array(2)
    *DEPTH TOO GREAT*
    'revisionable' => boolTRUE
    'translatable' => boolTRUE
    'provider' => string(4) "node"
    'field_name' => string(8) "langcode"
    'entity_type' => string(4) "node"
    'bundle' => NULL
    protected name -> string(8) "langcode"
    protected parent -> Drupal\Core\Entity\Plugin\DataType\EntityAdapter(6)
    protected entity -> Drupal\node\Entity\Node(24) *RECURSION*
    protected definition -> Drupal\Core\Entity\TypedData\EntityDataDefinition(2)
    protected propertyDefinitions -> array(21)
    *DEPTH TOO GREAT*
    protected definition -> array(1)
    *DEPTH TOO GREAT*
    protected name -> NULL
    protected parent -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> Drupal\Core\TypedData\TypedDataManager(22)
    protected validator -> NULL
    protected constraintManager -> Drupal\Core\Validation\ConstraintManager(17)
    protected cacheKey -> string(29) "validation_constraint_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(21) "validation_constraint"
    protected subdir -> string(28) "Plugin/Validation/Constraint"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    *DEPTH TOO GREAT*
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(44) "Drupal\Core\Validation\Annotation\Constraint"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(108)
    *DEPTH TOO GREAT*
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected useCaches -> boolTRUE
    public _serviceId -> string(21) "validation.constraint"
    protected prototypes -> array(46)
    'entity:node:page:.nid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:nid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uuid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uuid.0' => Drupal\Core\Field\Plugin\Field\FieldType\UuidItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.vid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:vid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0.language' => Drupal\Core\TypedData\Plugin\DataType\LanguageReference(6)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\LanguageItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.type' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.title' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:title.0' => Drupal\Core\Field\Plugin\Field\FieldType\StringItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.status' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:status.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.created' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:created.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.changed' => Drupal\Core\Field\ChangedFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:changed.0' => Drupal\Core\Field\Plugin\Field\FieldType\ChangedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.promote' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:promote.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.sticky' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:sticky.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_timestamp' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_timestamp.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_log' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_translation_affected' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_translation_affected.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.default_langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:default_langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.path' => Drupal\path\Plugin\Field\FieldType\PathFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.menu_link' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.body' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.summary_processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0' => Drupal\text\Plugin\Field\FieldType\TextWithSummaryItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.field_sidebar' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0' => Drupal\text\Plugin\Field\FieldType\TextLongItem(7)
    *DEPTH TOO GREAT*
    protected classResolver -> Drupal\Core\DependencyInjection\ClassResolver(3)
    protected _serviceIds -> array(0)
    protected container -> Drupal\Core\DependencyInjection\Container(7)
    *DEPTH TOO GREAT*
    public _serviceId -> string(14) "class_resolver"
    protected cacheKey -> string(24) "typed_data_types_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(14) "data_type_info"
    protected subdir -> string(15) "Plugin/DataType"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    protected loadedFiles -> array(96)
    *DEPTH TOO GREAT*
    protected moduleList -> array(96)
    *DEPTH TOO GREAT*
    protected loaded -> boolTRUE
    protected implementations -> array(438)
    *DEPTH TOO GREAT*
    protected verified -> array(8)
    *DEPTH TOO GREAT*
    protected hookInfo -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected cacheNeedsWriting -> boolFALSE
    protected alterFunctions -> array(3)
    *DEPTH TOO GREAT*
    protected root -> string(17) "/var/www/html/web"
    protected includeFileKeys -> array(0)
    public _serviceId -> string(14) "module_handler"
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(41) "Drupal\Core\TypedData\Annotation\DataType"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(109)
    public Drupal\address -> string(27) "modules/contrib/address/src"
    public Drupal\allowed_formats -> string(35) "modules/contrib/allowed_formats/src"
    public Drupal\autologout -> string(30) "modules/contrib/autologout/src"
    public Drupal\automated_cron -> string(31) "core/modules/automated_cron/src"
    public Drupal\block -> string(22) "core/modules/block/src"
    public Drupal\block_content -> string(30) "core/modules/block_content/src"
    public Drupal\block_visibility_groups -> string(43) "modules/contrib/block_visibility_groups/src"
    public Drupal\breakpoint -> string(27) "core/modules/breakpoint/src"
    public Drupal\captcha -> string(27) "modules/contrib/captcha/src"
    public Drupal\ckeditor -> string(25) "core/modules/ckeditor/src"
    public Drupal\color -> string(22) "core/modules/color/src"
    public Drupal\config -> string(23) "core/modules/config/src"
    public Drupal\contact -> string(24) "core/modules/contact/src"
    public Drupal\contact_block -> string(33) "modules/contrib/contact_block/src"
    public Drupal\contextual -> string(27) "core/modules/contextual/src"
    public Drupal\csv_serialization -> string(37) "modules/contrib/csv_serialization/src"
    public Drupal\ctools -> string(26) "modules/contrib/ctools/src"
    public Drupal\custom -> string(32) "sites/default/modules/custom/src"
    public Drupal\custom_administer_content -> string(51) "sites/default/modules/custom_administer_content/src"
    public Drupal\custom_cancel_methods -> string(47) "sites/default/modules/custom_cancel_methods/src"
    public Drupal\custom_favourite -> string(42) "sites/default/modules/custom_favourite/src"
    public Drupal\custom_feature_polls -> string(46) "sites/default/modules/custom_feature_polls/src"
    public Drupal\custom_featured -> string(41) "sites/default/modules/custom_featured/src"
    public Drupal\custom_follow -> string(39) "sites/default/modules/custom_follow/src"
    public Drupal\custom_mail -> string(37) "sites/default/modules/custom_mail/src"
    public Drupal\custom_menu -> string(37) "sites/default/modules/custom_menu/src"
    public Drupal\custom_more -> string(37) "sites/default/modules/custom_more/src"
    public Drupal\custom_password_policy -> string(48) "sites/default/modules/custom_password_policy/src"
    public Drupal\custom_reactions -> string(42) "sites/default/modules/custom_reactions/src"
    public Drupal\custom_user_login -> string(43) "sites/default/modules/custom_user_login/src"
    public Drupal\custom_user_onboarding -> string(48) "sites/default/modules/custom_user_onboarding/src"
    public Drupal\custom_user_register -> string(46) "sites/default/modules/custom_user_register/src"
    public Drupal\custom_username_policy -> string(48) "sites/default/modules/custom_username_policy/src"
    public Drupal\custom_video -> string(38) "sites/default/modules/custom_video/src"
    public Drupal\datetime -> string(25) "core/modules/datetime/src"
    public Drupal\dblog -> string(22) "core/modules/dblog/src"
    public Drupal\devel -> string(25) "modules/contrib/devel/src"
    public Drupal\dynamic_entity_reference -> string(44) "modules/contrib/dynamic_entity_reference/src"
    public Drupal\dynamic_page_cache -> string(35) "core/modules/dynamic_page_cache/src"
    public Drupal\editor -> string(23) "core/modules/editor/src"
    public Drupal\editor_advanced_link -> string(40) "modules/contrib/editor_advanced_link/src"
    public Drupal\entity -> string(26) "modules/contrib/entity/src"
    public Drupal\entity_reference_revisions -> string(46) "modules/contrib/entity_reference_revisions/src"
    public Drupal\field -> string(22) "core/modules/field/src"
    public Drupal\field_ui -> string(25) "core/modules/field_ui/src"
    public Drupal\file -> string(21) "core/modules/file/src"
    public Drupal\filter -> string(23) "core/modules/filter/src"
    public Drupal\flag -> string(24) "modules/contrib/flag/src"
    public Drupal\google_analytics -> string(36) "modules/contrib/google_analytics/src"
    public Drupal\help -> string(21) "core/modules/help/src"
    public Drupal\history -> string(24) "core/modules/history/src"
    public Drupal\image -> string(22) "core/modules/image/src"
    public Drupal\imagemagick -> string(37) "sites/default/modules/imagemagick/src"
    public Drupal\kint -> string(30) "modules/contrib/devel/kint/src"
    public Drupal\link -> string(21) "core/modules/link/src"
    public Drupal\login_emailusername -> string(39) "modules/contrib/login_emailusername/src"
    public Drupal\mailsystem -> string(30) "modules/contrib/mailsystem/src"
    public Drupal\markup -> string(26) "modules/contrib/markup/src"
    public Drupal\masquerade -> string(30) "modules/contrib/masquerade/src"
    public Drupal\menu_ui -> string(24) "core/modules/menu_ui/src"
    public Drupal\mimemail -> string(28) "modules/contrib/mimemail/src"
    public Drupal\node -> string(21) "core/modules/node/src"
    public Drupal\options -> string(24) "core/modules/options/src"
    public Drupal\page_cache -> string(27) "core/modules/page_cache/src"
    public Drupal\paragraphs -> string(30) "modules/contrib/paragraphs/src"
    public Drupal\path -> string(21) "core/modules/path/src"
    public Drupal\prepopulate -> string(31) "modules/contrib/prepopulate/src"
    public Drupal\quickedit -> string(26) "core/modules/quickedit/src"
    public Drupal\r4032login -> string(30) "modules/contrib/r4032login/src"
    public Drupal\rate -> string(24) "modules/contrib/rate/src"
    public Drupal\rdf -> string(20) "core/modules/rdf/src"
    public Drupal\recaptcha -> string(29) "modules/contrib/recaptcha/src"
    public Drupal\rest -> string(21) "core/modules/rest/src"
    public Drupal\roleassign -> string(30) "modules/contrib/roleassign/src"
    public Drupal\s3fs -> string(24) "modules/contrib/s3fs/src"
    public Drupal\security_review -> string(35) "modules/contrib/security_review/src"
    public Drupal\serialization -> string(30) "core/modules/serialization/src"
    public Drupal\shortcut -> string(25) "core/modules/shortcut/src"
    public Drupal\smtp -> string(24) "modules/contrib/smtp/src"
    public Drupal\system -> string(23) "core/modules/system/src"
    public Drupal\taxonomy -> string(25) "core/modules/taxonomy/src"
    public Drupal\text -> string(21) "core/modules/text/src"
    public Drupal\token -> string(25) "modules/contrib/token/src"
    public Drupal\toolbar -> string(24) "core/modules/toolbar/src"
    public Drupal\update -> string(23) "core/modules/update/src"
    public Drupal\user -> string(21) "core/modules/user/src"
    public Drupal\user_registrationpassword -> string(51) "sites/default/modules/user_registrationpassword/src"
    public Drupal\view_unpublished -> string(36) "modules/contrib/view_unpublished/src"
    public Drupal\views_ifempty -> string(25) "modules/views_ifempty/src"
    public Drupal\views_ui -> string(25) "core/modules/views_ui/src"
    public Drupal\votingapi -> string(29) "modules/contrib/votingapi/src"
    public Drupal\menu_admin_per_menu -> string(39) "modules/contrib/menu_admin_per_menu/src"
    public Drupal\menu_link_content -> string(34) "core/modules/menu_link_content/src"
    public Drupal\pathauto -> string(28) "modules/contrib/pathauto/src"
    public Drupal\views -> string(22) "core/modules/views/src"
    public Drupal\standard -> string(26) "core/profiles/standard/src"
    public Drupal\Core\Config -> string(27) "core/lib/Drupal/Core/Config"
    public Drupal\Core\Entity -> string(27) "core/lib/Drupal/Core/Entity"
    public Drupal\Core\Datetime -> string(29) "core/lib/Drupal/Core/Datetime"
    public Drupal\Core\Block -> string(26) "core/lib/Drupal/Core/Block"
    public Drupal\Core\Validation -> string(31) "core/lib/Drupal/Core/Validation"
    public Drupal\Core\ProxyClass -> string(31) "core/lib/Drupal/Core/ProxyClass"
    public Drupal\Core\Field -> string(26) "core/lib/Drupal/Core/Field"
    public Drupal\Core\TypedData -> string(30) "core/lib/Drupal/Core/TypedData"
    public Drupal\Core\Render -> string(27) "core/lib/Drupal/Core/Render"
    public Drupal\Core\Mail -> string(25) "core/lib/Drupal/Core/Mail"
    public Drupal\Core\Menu -> string(25) "core/lib/Drupal/Core/Menu"
    public Drupal\Component\Annotation -> string(36) "core/lib/Drupal/Component/Annotation"
    public _serviceId -> string(20) "container.namespaces"
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> array(183)
    'dynamic_entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'entity_revision' => array(10)
    *DEPTH TOO GREAT*
    'entity_revision:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:file' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:action' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:view' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision_reference' => array(8)
    *DEPTH TOO GREAT*
    'filter_format' => array(8)
    *DEPTH TOO GREAT*
    'entity' => array(10)
    *DEPTH TOO GREAT*
    'entity:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity:block' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:file' => array(11)
    *DEPTH TOO GREAT*
    'entity:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity:node' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity:action' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity:user' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity:view' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'field_item:address' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_country' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_zone' => array(13)
    *DEPTH TOO GREAT*
    'field_item:datetime' => array(13)
    *DEPTH TOO GREAT*
    'field_item:dynamic_entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference_revisions' => array(13)
    *DEPTH TOO GREAT*
    'field_item:file' => array(15)
    *DEPTH TOO GREAT*
    'field_item:image' => array(16)
    *DEPTH TOO GREAT*
    'field_item:link' => array(14)
    *DEPTH TOO GREAT*
    'field_item:markup' => array(13)
    *DEPTH TOO GREAT*
    'field_item:list_float' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_integer' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_string' => array(14)
    *DEPTH TOO GREAT*
    'field_item:path' => array(12)
    *DEPTH TOO GREAT*
    'field_item:text_with_summary' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text_long' => array(14)
    *DEPTH TOO GREAT*
    'field_item:string' => array(13)
    *DEPTH TOO GREAT*
    'field_item:decimal' => array(13)
    *DEPTH TOO GREAT*
    'field_item:integer' => array(13)
    *DEPTH TOO GREAT*
    'field_item:uuid' => array(12)
    *DEPTH TOO GREAT*
    'field_item:float' => array(13)
    *DEPTH TOO GREAT*
    'field_item:boolean' => array(13)
    *DEPTH TOO GREAT*
    'field_item:created' => array(13)
    *DEPTH TOO GREAT*
    'field_item:changed' => array(13)
    *DEPTH TOO GREAT*
    'field_item:password' => array(11)
    *DEPTH TOO GREAT*
    'field_item:uri' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:string_long' => array(13)
    *DEPTH TOO GREAT*
    'field_item:email' => array(13)
    *DEPTH TOO GREAT*
    'field_item:language' => array(14)
    *DEPTH TOO GREAT*
    'field_item:timestamp' => array(14)
    *DEPTH TOO GREAT*
    'field_item:map' => array(11)
    *DEPTH TOO GREAT*
    'list' => array(8)
    *DEPTH TOO GREAT*
    'map' => array(8)
    *DEPTH TOO GREAT*
    'any' => array(8)
    *DEPTH TOO GREAT*
    'boolean' => array(8)
    *DEPTH TOO GREAT*
    'language' => array(9)
    *DEPTH TOO GREAT*
    'uri' => array(8)
    *DEPTH TOO GREAT*
    'float' => array(8)
    *DEPTH TOO GREAT*
    'integer' => array(8)
    *DEPTH TOO GREAT*
    'timespan' => array(8)
    *DEPTH TOO GREAT*
    'email' => array(9)
    *DEPTH TOO GREAT*
    'binary' => array(8)
    *DEPTH TOO GREAT*
    'string' => array(8)
    *DEPTH TOO GREAT*
    'datetime_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'timestamp' => array(8)
    *DEPTH TOO GREAT*
    'duration_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'language_reference' => array(8)
    *DEPTH TOO GREAT*
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    protected bin -> string(15) "cache_discovery"
    protected consistentBackend -> Drupal\Core\Cache\DatabaseBackend(3)
    *DEPTH TOO GREAT*
    protected fastBackend -> Drupal\Core\Cache\ApcuBackend(4)
    *DEPTH TOO GREAT*
    protected lastWriteTimestamp -> float1500182527.777
    public _serviceId -> string(15) "cache.discovery"
    protected useCaches -> boolTRUE
    protected _serviceIds -> array(0)
    public _serviceId -> string(18) "typed_data_manager"
    'type' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    protected list -> array(1)
    Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    protected definition -> Drupal\Core\Field\TypedData\FieldItemDataDefinition(2)
    *DEPTH TOO GREAT*
    protected values -> array(1)
    *DEPTH TOO GREAT*
    protected properties -> array(1)
    *DEPTH TOO GREAT*
    protected name -> integer0
    protected parent -> Drupal\Core\Field\EntityReferenceFieldItemList(7) *RECURSION*
    protected stringTranslation -> NULL
    protected typedDataManager -> Drupal\Core\TypedData\TypedDataManager(22)
    *DEPTH TOO GREAT*
    protected langcode -> string(2) "en"
    protected definition -> Drupal\Core\Field\BaseFieldDefinition(6)
    protected type -> string(16) "entity_reference"
    protected propertyDefinitions -> array(2)
    'target_id' => Drupal\Core\TypedData\DataReferenceTargetDefinition(1)
    *DEPTH TOO GREAT*
    'entity' => Drupal\Core\TypedData\DataReferenceDefinition(2)
    *DEPTH TOO GREAT*
    protected schema -> NULL
    protected indexes -> array(0)
    protected itemDefinition -> Drupal\Core\Field\TypedData\FieldItemDataDefinition(2)
    protected fieldDefinition -> Drupal\Core\Field\BaseFieldDefinition(6) *RECURSION*
    protected definition -> array(2)
    *DEPTH TOO GREAT*
    protected definition -> array(7)
    'label' => string(12) "Content type"
    'required' => boolTRUE
    'read-only' => boolTRUE
    'provider' => string(4) "node"
    'field_name' => string(4) "type"
    'entity_type' => string(4) "node"
    'bundle' => NULL
    protected name -> string(4) "type"
    protected parent -> Drupal\Core\Entity\Plugin\DataType\EntityAdapter(6)
    protected entity -> Drupal\node\Entity\Node(24) *RECURSION*
    protected definition -> Drupal\Core\Entity\TypedData\EntityDataDefinition(2)
    protected propertyDefinitions -> array(21)
    *DEPTH TOO GREAT*
    protected definition -> array(1)
    *DEPTH TOO GREAT*
    protected name -> NULL
    protected parent -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> Drupal\Core\TypedData\TypedDataManager(22)
    protected validator -> NULL
    protected constraintManager -> Drupal\Core\Validation\ConstraintManager(17)
    protected cacheKey -> string(29) "validation_constraint_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(21) "validation_constraint"
    protected subdir -> string(28) "Plugin/Validation/Constraint"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    *DEPTH TOO GREAT*
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(44) "Drupal\Core\Validation\Annotation\Constraint"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(108)
    *DEPTH TOO GREAT*
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected useCaches -> boolTRUE
    public _serviceId -> string(21) "validation.constraint"
    protected prototypes -> array(46)
    'entity:node:page:.nid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:nid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uuid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uuid.0' => Drupal\Core\Field\Plugin\Field\FieldType\UuidItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.vid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:vid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0.language' => Drupal\Core\TypedData\Plugin\DataType\LanguageReference(6)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\LanguageItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.type' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.title' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:title.0' => Drupal\Core\Field\Plugin\Field\FieldType\StringItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.status' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:status.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.created' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:created.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.changed' => Drupal\Core\Field\ChangedFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:changed.0' => Drupal\Core\Field\Plugin\Field\FieldType\ChangedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.promote' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:promote.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.sticky' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:sticky.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_timestamp' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_timestamp.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_log' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_translation_affected' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_translation_affected.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.default_langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:default_langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.path' => Drupal\path\Plugin\Field\FieldType\PathFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.menu_link' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.body' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.summary_processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0' => Drupal\text\Plugin\Field\FieldType\TextWithSummaryItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.field_sidebar' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0' => Drupal\text\Plugin\Field\FieldType\TextLongItem(7)
    *DEPTH TOO GREAT*
    protected classResolver -> Drupal\Core\DependencyInjection\ClassResolver(3)
    protected _serviceIds -> array(0)
    protected container -> Drupal\Core\DependencyInjection\Container(7)
    *DEPTH TOO GREAT*
    public _serviceId -> string(14) "class_resolver"
    protected cacheKey -> string(24) "typed_data_types_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(14) "data_type_info"
    protected subdir -> string(15) "Plugin/DataType"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    protected loadedFiles -> array(96)
    *DEPTH TOO GREAT*
    protected moduleList -> array(96)
    *DEPTH TOO GREAT*
    protected loaded -> boolTRUE
    protected implementations -> array(438)
    *DEPTH TOO GREAT*
    protected verified -> array(8)
    *DEPTH TOO GREAT*
    protected hookInfo -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected cacheNeedsWriting -> boolFALSE
    protected alterFunctions -> array(3)
    *DEPTH TOO GREAT*
    protected root -> string(17) "/var/www/html/web"
    protected includeFileKeys -> array(0)
    public _serviceId -> string(14) "module_handler"
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(41) "Drupal\Core\TypedData\Annotation\DataType"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(109)
    public Drupal\address -> string(27) "modules/contrib/address/src"
    public Drupal\allowed_formats -> string(35) "modules/contrib/allowed_formats/src"
    public Drupal\autologout -> string(30) "modules/contrib/autologout/src"
    public Drupal\automated_cron -> string(31) "core/modules/automated_cron/src"
    public Drupal\block -> string(22) "core/modules/block/src"
    public Drupal\block_content -> string(30) "core/modules/block_content/src"
    public Drupal\block_visibility_groups -> string(43) "modules/contrib/block_visibility_groups/src"
    public Drupal\breakpoint -> string(27) "core/modules/breakpoint/src"
    public Drupal\captcha -> string(27) "modules/contrib/captcha/src"
    public Drupal\ckeditor -> string(25) "core/modules/ckeditor/src"
    public Drupal\color -> string(22) "core/modules/color/src"
    public Drupal\config -> string(23) "core/modules/config/src"
    public Drupal\contact -> string(24) "core/modules/contact/src"
    public Drupal\contact_block -> string(33) "modules/contrib/contact_block/src"
    public Drupal\contextual -> string(27) "core/modules/contextual/src"
    public Drupal\csv_serialization -> string(37) "modules/contrib/csv_serialization/src"
    public Drupal\ctools -> string(26) "modules/contrib/ctools/src"
    public Drupal\custom -> string(32) "sites/default/modules/custom/src"
    public Drupal\custom_administer_content -> string(51) "sites/default/modules/custom_administer_content/src"
    public Drupal\custom_cancel_methods -> string(47) "sites/default/modules/custom_cancel_methods/src"
    public Drupal\custom_favourite -> string(42) "sites/default/modules/custom_favourite/src"
    public Drupal\custom_feature_polls -> string(46) "sites/default/modules/custom_feature_polls/src"
    public Drupal\custom_featured -> string(41) "sites/default/modules/custom_featured/src"
    public Drupal\custom_follow -> string(39) "sites/default/modules/custom_follow/src"
    public Drupal\custom_mail -> string(37) "sites/default/modules/custom_mail/src"
    public Drupal\custom_menu -> string(37) "sites/default/modules/custom_menu/src"
    public Drupal\custom_more -> string(37) "sites/default/modules/custom_more/src"
    public Drupal\custom_password_policy -> string(48) "sites/default/modules/custom_password_policy/src"
    public Drupal\custom_reactions -> string(42) "sites/default/modules/custom_reactions/src"
    public Drupal\custom_user_login -> string(43) "sites/default/modules/custom_user_login/src"
    public Drupal\custom_user_onboarding -> string(48) "sites/default/modules/custom_user_onboarding/src"
    public Drupal\custom_user_register -> string(46) "sites/default/modules/custom_user_register/src"
    public Drupal\custom_username_policy -> string(48) "sites/default/modules/custom_username_policy/src"
    public Drupal\custom_video -> string(38) "sites/default/modules/custom_video/src"
    public Drupal\datetime -> string(25) "core/modules/datetime/src"
    public Drupal\dblog -> string(22) "core/modules/dblog/src"
    public Drupal\devel -> string(25) "modules/contrib/devel/src"
    public Drupal\dynamic_entity_reference -> string(44) "modules/contrib/dynamic_entity_reference/src"
    public Drupal\dynamic_page_cache -> string(35) "core/modules/dynamic_page_cache/src"
    public Drupal\editor -> string(23) "core/modules/editor/src"
    public Drupal\editor_advanced_link -> string(40) "modules/contrib/editor_advanced_link/src"
    public Drupal\entity -> string(26) "modules/contrib/entity/src"
    public Drupal\entity_reference_revisions -> string(46) "modules/contrib/entity_reference_revisions/src"
    public Drupal\field -> string(22) "core/modules/field/src"
    public Drupal\field_ui -> string(25) "core/modules/field_ui/src"
    public Drupal\file -> string(21) "core/modules/file/src"
    public Drupal\filter -> string(23) "core/modules/filter/src"
    public Drupal\flag -> string(24) "modules/contrib/flag/src"
    public Drupal\google_analytics -> string(36) "modules/contrib/google_analytics/src"
    public Drupal\help -> string(21) "core/modules/help/src"
    public Drupal\history -> string(24) "core/modules/history/src"
    public Drupal\image -> string(22) "core/modules/image/src"
    public Drupal\imagemagick -> string(37) "sites/default/modules/imagemagick/src"
    public Drupal\kint -> string(30) "modules/contrib/devel/kint/src"
    public Drupal\link -> string(21) "core/modules/link/src"
    public Drupal\login_emailusername -> string(39) "modules/contrib/login_emailusername/src"
    public Drupal\mailsystem -> string(30) "modules/contrib/mailsystem/src"
    public Drupal\markup -> string(26) "modules/contrib/markup/src"
    public Drupal\masquerade -> string(30) "modules/contrib/masquerade/src"
    public Drupal\menu_ui -> string(24) "core/modules/menu_ui/src"
    public Drupal\mimemail -> string(28) "modules/contrib/mimemail/src"
    public Drupal\node -> string(21) "core/modules/node/src"
    public Drupal\options -> string(24) "core/modules/options/src"
    public Drupal\page_cache -> string(27) "core/modules/page_cache/src"
    public Drupal\paragraphs -> string(30) "modules/contrib/paragraphs/src"
    public Drupal\path -> string(21) "core/modules/path/src"
    public Drupal\prepopulate -> string(31) "modules/contrib/prepopulate/src"
    public Drupal\quickedit -> string(26) "core/modules/quickedit/src"
    public Drupal\r4032login -> string(30) "modules/contrib/r4032login/src"
    public Drupal\rate -> string(24) "modules/contrib/rate/src"
    public Drupal\rdf -> string(20) "core/modules/rdf/src"
    public Drupal\recaptcha -> string(29) "modules/contrib/recaptcha/src"
    public Drupal\rest -> string(21) "core/modules/rest/src"
    public Drupal\roleassign -> string(30) "modules/contrib/roleassign/src"
    public Drupal\s3fs -> string(24) "modules/contrib/s3fs/src"
    public Drupal\security_review -> string(35) "modules/contrib/security_review/src"
    public Drupal\serialization -> string(30) "core/modules/serialization/src"
    public Drupal\shortcut -> string(25) "core/modules/shortcut/src"
    public Drupal\smtp -> string(24) "modules/contrib/smtp/src"
    public Drupal\system -> string(23) "core/modules/system/src"
    public Drupal\taxonomy -> string(25) "core/modules/taxonomy/src"
    public Drupal\text -> string(21) "core/modules/text/src"
    public Drupal\token -> string(25) "modules/contrib/token/src"
    public Drupal\toolbar -> string(24) "core/modules/toolbar/src"
    public Drupal\update -> string(23) "core/modules/update/src"
    public Drupal\user -> string(21) "core/modules/user/src"
    public Drupal\user_registrationpassword -> string(51) "sites/default/modules/user_registrationpassword/src"
    public Drupal\view_unpublished -> string(36) "modules/contrib/view_unpublished/src"
    public Drupal\views_ifempty -> string(25) "modules/views_ifempty/src"
    public Drupal\views_ui -> string(25) "core/modules/views_ui/src"
    public Drupal\votingapi -> string(29) "modules/contrib/votingapi/src"
    public Drupal\menu_admin_per_menu -> string(39) "modules/contrib/menu_admin_per_menu/src"
    public Drupal\menu_link_content -> string(34) "core/modules/menu_link_content/src"
    public Drupal\pathauto -> string(28) "modules/contrib/pathauto/src"
    public Drupal\views -> string(22) "core/modules/views/src"
    public Drupal\standard -> string(26) "core/profiles/standard/src"
    public Drupal\Core\Config -> string(27) "core/lib/Drupal/Core/Config"
    public Drupal\Core\Entity -> string(27) "core/lib/Drupal/Core/Entity"
    public Drupal\Core\Datetime -> string(29) "core/lib/Drupal/Core/Datetime"
    public Drupal\Core\Block -> string(26) "core/lib/Drupal/Core/Block"
    public Drupal\Core\Validation -> string(31) "core/lib/Drupal/Core/Validation"
    public Drupal\Core\ProxyClass -> string(31) "core/lib/Drupal/Core/ProxyClass"
    public Drupal\Core\Field -> string(26) "core/lib/Drupal/Core/Field"
    public Drupal\Core\TypedData -> string(30) "core/lib/Drupal/Core/TypedData"
    public Drupal\Core\Render -> string(27) "core/lib/Drupal/Core/Render"
    public Drupal\Core\Mail -> string(25) "core/lib/Drupal/Core/Mail"
    public Drupal\Core\Menu -> string(25) "core/lib/Drupal/Core/Menu"
    public Drupal\Component\Annotation -> string(36) "core/lib/Drupal/Component/Annotation"
    public _serviceId -> string(20) "container.namespaces"
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> array(183)
    'dynamic_entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'entity_revision' => array(10)
    *DEPTH TOO GREAT*
    'entity_revision:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:file' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:action' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:view' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision_reference' => array(8)
    *DEPTH TOO GREAT*
    'filter_format' => array(8)
    *DEPTH TOO GREAT*
    'entity' => array(10)
    *DEPTH TOO GREAT*
    'entity:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity:block' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:file' => array(11)
    *DEPTH TOO GREAT*
    'entity:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity:node' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity:action' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity:user' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity:view' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'field_item:address' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_country' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_zone' => array(13)
    *DEPTH TOO GREAT*
    'field_item:datetime' => array(13)
    *DEPTH TOO GREAT*
    'field_item:dynamic_entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference_revisions' => array(13)
    *DEPTH TOO GREAT*
    'field_item:file' => array(15)
    *DEPTH TOO GREAT*
    'field_item:image' => array(16)
    *DEPTH TOO GREAT*
    'field_item:link' => array(14)
    *DEPTH TOO GREAT*
    'field_item:markup' => array(13)
    *DEPTH TOO GREAT*
    'field_item:list_float' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_integer' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_string' => array(14)
    *DEPTH TOO GREAT*
    'field_item:path' => array(12)
    *DEPTH TOO GREAT*
    'field_item:text_with_summary' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text_long' => array(14)
    *DEPTH TOO GREAT*
    'field_item:string' => array(13)
    *DEPTH TOO GREAT*
    'field_item:decimal' => array(13)
    *DEPTH TOO GREAT*
    'field_item:integer' => array(13)
    *DEPTH TOO GREAT*
    'field_item:uuid' => array(12)
    *DEPTH TOO GREAT*
    'field_item:float' => array(13)
    *DEPTH TOO GREAT*
    'field_item:boolean' => array(13)
    *DEPTH TOO GREAT*
    'field_item:created' => array(13)
    *DEPTH TOO GREAT*
    'field_item:changed' => array(13)
    *DEPTH TOO GREAT*
    'field_item:password' => array(11)
    *DEPTH TOO GREAT*
    'field_item:uri' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:string_long' => array(13)
    *DEPTH TOO GREAT*
    'field_item:email' => array(13)
    *DEPTH TOO GREAT*
    'field_item:language' => array(14)
    *DEPTH TOO GREAT*
    'field_item:timestamp' => array(14)
    *DEPTH TOO GREAT*
    'field_item:map' => array(11)
    *DEPTH TOO GREAT*
    'list' => array(8)
    *DEPTH TOO GREAT*
    'map' => array(8)
    *DEPTH TOO GREAT*
    'any' => array(8)
    *DEPTH TOO GREAT*
    'boolean' => array(8)
    *DEPTH TOO GREAT*
    'language' => array(9)
    *DEPTH TOO GREAT*
    'uri' => array(8)
    *DEPTH TOO GREAT*
    'float' => array(8)
    *DEPTH TOO GREAT*
    'integer' => array(8)
    *DEPTH TOO GREAT*
    'timespan' => array(8)
    *DEPTH TOO GREAT*
    'email' => array(9)
    *DEPTH TOO GREAT*
    'binary' => array(8)
    *DEPTH TOO GREAT*
    'string' => array(8)
    *DEPTH TOO GREAT*
    'datetime_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'timestamp' => array(8)
    *DEPTH TOO GREAT*
    'duration_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'language_reference' => array(8)
    *DEPTH TOO GREAT*
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    protected bin -> string(15) "cache_discovery"
    protected consistentBackend -> Drupal\Core\Cache\DatabaseBackend(3)
    *DEPTH TOO GREAT*
    protected fastBackend -> Drupal\Core\Cache\ApcuBackend(4)
    *DEPTH TOO GREAT*
    protected lastWriteTimestamp -> float1500182527.777
    public _serviceId -> string(15) "cache.discovery"
    protected useCaches -> boolTRUE
    protected _serviceIds -> array(0)
    public _serviceId -> string(18) "typed_data_manager"
    'title' => Drupal\Core\Field\FieldItemList(7)
    protected list -> array(1)
    Drupal\Core\Field\Plugin\Field\FieldType\StringItem(7)
    protected definition -> Drupal\Core\Field\TypedData\FieldItemDataDefinition(2)
    *DEPTH TOO GREAT*
    protected values -> array(1)
    *DEPTH TOO GREAT*
    protected properties -> array(0)
    protected name -> integer0
    protected parent -> Drupal\Core\Field\FieldItemList(7) *RECURSION*
    protected stringTranslation -> NULL
    protected typedDataManager -> Drupal\Core\TypedData\TypedDataManager(22)
    *DEPTH TOO GREAT*
    protected langcode -> string(2) "en"
    protected definition -> Drupal\Core\Field\BaseFieldDefinition(6)
    protected type -> string(6) "string"
    protected propertyDefinitions -> array(1)
    'value' => Drupal\Core\TypedData\DataDefinition(1)
    *DEPTH TOO GREAT*
    protected schema -> NULL
    protected indexes -> array(0)
    protected itemDefinition -> Drupal\Core\Field\TypedData\FieldItemDataDefinition(2)
    protected fieldDefinition -> Drupal\Core\Field\BaseFieldDefinition(6) *RECURSION*
    protected definition -> array(2)
    *DEPTH TOO GREAT*
    protected definition -> array(9)
    'label' => Drupal\Core\StringTranslation\TranslatableMarkup(5)
    *DEPTH TOO GREAT*
    'required' => boolTRUE
    'translatable' => boolTRUE
    'revisionable' => boolTRUE
    'display' => array(2)
    *DEPTH TOO GREAT*
    'provider' => string(4) "node"
    'field_name' => string(5) "title"
    'entity_type' => string(4) "node"
    'bundle' => NULL
    protected name -> string(5) "title"
    protected parent -> Drupal\Core\Entity\Plugin\DataType\EntityAdapter(6)
    protected entity -> Drupal\node\Entity\Node(24) *RECURSION*
    protected definition -> Drupal\Core\Entity\TypedData\EntityDataDefinition(2)
    protected propertyDefinitions -> array(21)
    *DEPTH TOO GREAT*
    protected definition -> array(1)
    *DEPTH TOO GREAT*
    protected name -> NULL
    protected parent -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> Drupal\Core\TypedData\TypedDataManager(22)
    protected validator -> NULL
    protected constraintManager -> Drupal\Core\Validation\ConstraintManager(17)
    protected cacheKey -> string(29) "validation_constraint_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(21) "validation_constraint"
    protected subdir -> string(28) "Plugin/Validation/Constraint"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    *DEPTH TOO GREAT*
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(44) "Drupal\Core\Validation\Annotation\Constraint"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(108)
    *DEPTH TOO GREAT*
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected useCaches -> boolTRUE
    public _serviceId -> string(21) "validation.constraint"
    protected prototypes -> array(46)
    'entity:node:page:.nid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:nid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uuid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uuid.0' => Drupal\Core\Field\Plugin\Field\FieldType\UuidItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.vid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:vid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0.language' => Drupal\Core\TypedData\Plugin\DataType\LanguageReference(6)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\LanguageItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.type' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.title' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:title.0' => Drupal\Core\Field\Plugin\Field\FieldType\StringItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.status' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:status.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.created' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:created.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.changed' => Drupal\Core\Field\ChangedFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:changed.0' => Drupal\Core\Field\Plugin\Field\FieldType\ChangedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.promote' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:promote.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.sticky' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:sticky.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_timestamp' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_timestamp.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_log' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_translation_affected' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_translation_affected.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.default_langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:default_langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.path' => Drupal\path\Plugin\Field\FieldType\PathFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.menu_link' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.body' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.summary_processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0' => Drupal\text\Plugin\Field\FieldType\TextWithSummaryItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.field_sidebar' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0' => Drupal\text\Plugin\Field\FieldType\TextLongItem(7)
    *DEPTH TOO GREAT*
    protected classResolver -> Drupal\Core\DependencyInjection\ClassResolver(3)
    protected _serviceIds -> array(0)
    protected container -> Drupal\Core\DependencyInjection\Container(7)
    *DEPTH TOO GREAT*
    public _serviceId -> string(14) "class_resolver"
    protected cacheKey -> string(24) "typed_data_types_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(14) "data_type_info"
    protected subdir -> string(15) "Plugin/DataType"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    protected loadedFiles -> array(96)
    *DEPTH TOO GREAT*
    protected moduleList -> array(96)
    *DEPTH TOO GREAT*
    protected loaded -> boolTRUE
    protected implementations -> array(438)
    *DEPTH TOO GREAT*
    protected verified -> array(8)
    *DEPTH TOO GREAT*
    protected hookInfo -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected cacheNeedsWriting -> boolFALSE
    protected alterFunctions -> array(3)
    *DEPTH TOO GREAT*
    protected root -> string(17) "/var/www/html/web"
    protected includeFileKeys -> array(0)
    public _serviceId -> string(14) "module_handler"
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(41) "Drupal\Core\TypedData\Annotation\DataType"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(109)
    public Drupal\address -> string(27) "modules/contrib/address/src"
    public Drupal\allowed_formats -> string(35) "modules/contrib/allowed_formats/src"
    public Drupal\autologout -> string(30) "modules/contrib/autologout/src"
    public Drupal\automated_cron -> string(31) "core/modules/automated_cron/src"
    public Drupal\block -> string(22) "core/modules/block/src"
    public Drupal\block_content -> string(30) "core/modules/block_content/src"
    public Drupal\block_visibility_groups -> string(43) "modules/contrib/block_visibility_groups/src"
    public Drupal\breakpoint -> string(27) "core/modules/breakpoint/src"
    public Drupal\captcha -> string(27) "modules/contrib/captcha/src"
    public Drupal\ckeditor -> string(25) "core/modules/ckeditor/src"
    public Drupal\color -> string(22) "core/modules/color/src"
    public Drupal\config -> string(23) "core/modules/config/src"
    public Drupal\contact -> string(24) "core/modules/contact/src"
    public Drupal\contact_block -> string(33) "modules/contrib/contact_block/src"
    public Drupal\contextual -> string(27) "core/modules/contextual/src"
    public Drupal\csv_serialization -> string(37) "modules/contrib/csv_serialization/src"
    public Drupal\ctools -> string(26) "modules/contrib/ctools/src"
    public Drupal\custom -> string(32) "sites/default/modules/custom/src"
    public Drupal\custom_administer_content -> string(51) "sites/default/modules/custom_administer_content/src"
    public Drupal\custom_cancel_methods -> string(47) "sites/default/modules/custom_cancel_methods/src"
    public Drupal\custom_favourite -> string(42) "sites/default/modules/custom_favourite/src"
    public Drupal\custom_feature_polls -> string(46) "sites/default/modules/custom_feature_polls/src"
    public Drupal\custom_featured -> string(41) "sites/default/modules/custom_featured/src"
    public Drupal\custom_follow -> string(39) "sites/default/modules/custom_follow/src"
    public Drupal\custom_mail -> string(37) "sites/default/modules/custom_mail/src"
    public Drupal\custom_menu -> string(37) "sites/default/modules/custom_menu/src"
    public Drupal\custom_more -> string(37) "sites/default/modules/custom_more/src"
    public Drupal\custom_password_policy -> string(48) "sites/default/modules/custom_password_policy/src"
    public Drupal\custom_reactions -> string(42) "sites/default/modules/custom_reactions/src"
    public Drupal\custom_user_login -> string(43) "sites/default/modules/custom_user_login/src"
    public Drupal\custom_user_onboarding -> string(48) "sites/default/modules/custom_user_onboarding/src"
    public Drupal\custom_user_register -> string(46) "sites/default/modules/custom_user_register/src"
    public Drupal\custom_username_policy -> string(48) "sites/default/modules/custom_username_policy/src"
    public Drupal\custom_video -> string(38) "sites/default/modules/custom_video/src"
    public Drupal\datetime -> string(25) "core/modules/datetime/src"
    public Drupal\dblog -> string(22) "core/modules/dblog/src"
    public Drupal\devel -> string(25) "modules/contrib/devel/src"
    public Drupal\dynamic_entity_reference -> string(44) "modules/contrib/dynamic_entity_reference/src"
    public Drupal\dynamic_page_cache -> string(35) "core/modules/dynamic_page_cache/src"
    public Drupal\editor -> string(23) "core/modules/editor/src"
    public Drupal\editor_advanced_link -> string(40) "modules/contrib/editor_advanced_link/src"
    public Drupal\entity -> string(26) "modules/contrib/entity/src"
    public Drupal\entity_reference_revisions -> string(46) "modules/contrib/entity_reference_revisions/src"
    public Drupal\field -> string(22) "core/modules/field/src"
    public Drupal\field_ui -> string(25) "core/modules/field_ui/src"
    public Drupal\file -> string(21) "core/modules/file/src"
    public Drupal\filter -> string(23) "core/modules/filter/src"
    public Drupal\flag -> string(24) "modules/contrib/flag/src"
    public Drupal\google_analytics -> string(36) "modules/contrib/google_analytics/src"
    public Drupal\help -> string(21) "core/modules/help/src"
    public Drupal\history -> string(24) "core/modules/history/src"
    public Drupal\image -> string(22) "core/modules/image/src"
    public Drupal\imagemagick -> string(37) "sites/default/modules/imagemagick/src"
    public Drupal\kint -> string(30) "modules/contrib/devel/kint/src"
    public Drupal\link -> string(21) "core/modules/link/src"
    public Drupal\login_emailusername -> string(39) "modules/contrib/login_emailusername/src"
    public Drupal\mailsystem -> string(30) "modules/contrib/mailsystem/src"
    public Drupal\markup -> string(26) "modules/contrib/markup/src"
    public Drupal\masquerade -> string(30) "modules/contrib/masquerade/src"
    public Drupal\menu_ui -> string(24) "core/modules/menu_ui/src"
    public Drupal\mimemail -> string(28) "modules/contrib/mimemail/src"
    public Drupal\node -> string(21) "core/modules/node/src"
    public Drupal\options -> string(24) "core/modules/options/src"
    public Drupal\page_cache -> string(27) "core/modules/page_cache/src"
    public Drupal\paragraphs -> string(30) "modules/contrib/paragraphs/src"
    public Drupal\path -> string(21) "core/modules/path/src"
    public Drupal\prepopulate -> string(31) "modules/contrib/prepopulate/src"
    public Drupal\quickedit -> string(26) "core/modules/quickedit/src"
    public Drupal\r4032login -> string(30) "modules/contrib/r4032login/src"
    public Drupal\rate -> string(24) "modules/contrib/rate/src"
    public Drupal\rdf -> string(20) "core/modules/rdf/src"
    public Drupal\recaptcha -> string(29) "modules/contrib/recaptcha/src"
    public Drupal\rest -> string(21) "core/modules/rest/src"
    public Drupal\roleassign -> string(30) "modules/contrib/roleassign/src"
    public Drupal\s3fs -> string(24) "modules/contrib/s3fs/src"
    public Drupal\security_review -> string(35) "modules/contrib/security_review/src"
    public Drupal\serialization -> string(30) "core/modules/serialization/src"
    public Drupal\shortcut -> string(25) "core/modules/shortcut/src"
    public Drupal\smtp -> string(24) "modules/contrib/smtp/src"
    public Drupal\system -> string(23) "core/modules/system/src"
    public Drupal\taxonomy -> string(25) "core/modules/taxonomy/src"
    public Drupal\text -> string(21) "core/modules/text/src"
    public Drupal\token -> string(25) "modules/contrib/token/src"
    public Drupal\toolbar -> string(24) "core/modules/toolbar/src"
    public Drupal\update -> string(23) "core/modules/update/src"
    public Drupal\user -> string(21) "core/modules/user/src"
    public Drupal\user_registrationpassword -> string(51) "sites/default/modules/user_registrationpassword/src"
    public Drupal\view_unpublished -> string(36) "modules/contrib/view_unpublished/src"
    public Drupal\views_ifempty -> string(25) "modules/views_ifempty/src"
    public Drupal\views_ui -> string(25) "core/modules/views_ui/src"
    public Drupal\votingapi -> string(29) "modules/contrib/votingapi/src"
    public Drupal\menu_admin_per_menu -> string(39) "modules/contrib/menu_admin_per_menu/src"
    public Drupal\menu_link_content -> string(34) "core/modules/menu_link_content/src"
    public Drupal\pathauto -> string(28) "modules/contrib/pathauto/src"
    public Drupal\views -> string(22) "core/modules/views/src"
    public Drupal\standard -> string(26) "core/profiles/standard/src"
    public Drupal\Core\Config -> string(27) "core/lib/Drupal/Core/Config"
    public Drupal\Core\Entity -> string(27) "core/lib/Drupal/Core/Entity"
    public Drupal\Core\Datetime -> string(29) "core/lib/Drupal/Core/Datetime"
    public Drupal\Core\Block -> string(26) "core/lib/Drupal/Core/Block"
    public Drupal\Core\Validation -> string(31) "core/lib/Drupal/Core/Validation"
    public Drupal\Core\ProxyClass -> string(31) "core/lib/Drupal/Core/ProxyClass"
    public Drupal\Core\Field -> string(26) "core/lib/Drupal/Core/Field"
    public Drupal\Core\TypedData -> string(30) "core/lib/Drupal/Core/TypedData"
    public Drupal\Core\Render -> string(27) "core/lib/Drupal/Core/Render"
    public Drupal\Core\Mail -> string(25) "core/lib/Drupal/Core/Mail"
    public Drupal\Core\Menu -> string(25) "core/lib/Drupal/Core/Menu"
    public Drupal\Component\Annotation -> string(36) "core/lib/Drupal/Component/Annotation"
    public _serviceId -> string(20) "container.namespaces"
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> array(183)
    'dynamic_entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'entity_revision' => array(10)
    *DEPTH TOO GREAT*
    'entity_revision:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:file' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:action' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:view' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision_reference' => array(8)
    *DEPTH TOO GREAT*
    'filter_format' => array(8)
    *DEPTH TOO GREAT*
    'entity' => array(10)
    *DEPTH TOO GREAT*
    'entity:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity:block' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:file' => array(11)
    *DEPTH TOO GREAT*
    'entity:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity:node' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity:action' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity:user' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity:view' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'field_item:address' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_country' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_zone' => array(13)
    *DEPTH TOO GREAT*
    'field_item:datetime' => array(13)
    *DEPTH TOO GREAT*
    'field_item:dynamic_entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference_revisions' => array(13)
    *DEPTH TOO GREAT*
    'field_item:file' => array(15)
    *DEPTH TOO GREAT*
    'field_item:image' => array(16)
    *DEPTH TOO GREAT*
    'field_item:link' => array(14)
    *DEPTH TOO GREAT*
    'field_item:markup' => array(13)
    *DEPTH TOO GREAT*
    'field_item:list_float' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_integer' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_string' => array(14)
    *DEPTH TOO GREAT*
    'field_item:path' => array(12)
    *DEPTH TOO GREAT*
    'field_item:text_with_summary' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text_long' => array(14)
    *DEPTH TOO GREAT*
    'field_item:string' => array(13)
    *DEPTH TOO GREAT*
    'field_item:decimal' => array(13)
    *DEPTH TOO GREAT*
    'field_item:integer' => array(13)
    *DEPTH TOO GREAT*
    'field_item:uuid' => array(12)
    *DEPTH TOO GREAT*
    'field_item:float' => array(13)
    *DEPTH TOO GREAT*
    'field_item:boolean' => array(13)
    *DEPTH TOO GREAT*
    'field_item:created' => array(13)
    *DEPTH TOO GREAT*
    'field_item:changed' => array(13)
    *DEPTH TOO GREAT*
    'field_item:password' => array(11)
    *DEPTH TOO GREAT*
    'field_item:uri' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:string_long' => array(13)
    *DEPTH TOO GREAT*
    'field_item:email' => array(13)
    *DEPTH TOO GREAT*
    'field_item:language' => array(14)
    *DEPTH TOO GREAT*
    'field_item:timestamp' => array(14)
    *DEPTH TOO GREAT*
    'field_item:map' => array(11)
    *DEPTH TOO GREAT*
    'list' => array(8)
    *DEPTH TOO GREAT*
    'map' => array(8)
    *DEPTH TOO GREAT*
    'any' => array(8)
    *DEPTH TOO GREAT*
    'boolean' => array(8)
    *DEPTH TOO GREAT*
    'language' => array(9)
    *DEPTH TOO GREAT*
    'uri' => array(8)
    *DEPTH TOO GREAT*
    'float' => array(8)
    *DEPTH TOO GREAT*
    'integer' => array(8)
    *DEPTH TOO GREAT*
    'timespan' => array(8)
    *DEPTH TOO GREAT*
    'email' => array(9)
    *DEPTH TOO GREAT*
    'binary' => array(8)
    *DEPTH TOO GREAT*
    'string' => array(8)
    *DEPTH TOO GREAT*
    'datetime_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'timestamp' => array(8)
    *DEPTH TOO GREAT*
    'duration_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'language_reference' => array(8)
    *DEPTH TOO GREAT*
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    protected bin -> string(15) "cache_discovery"
    protected consistentBackend -> Drupal\Core\Cache\DatabaseBackend(3)
    *DEPTH TOO GREAT*
    protected fastBackend -> Drupal\Core\Cache\ApcuBackend(4)
    *DEPTH TOO GREAT*
    protected lastWriteTimestamp -> float1500182527.777
    public _serviceId -> string(15) "cache.discovery"
    protected useCaches -> boolTRUE
    protected _serviceIds -> array(0)
    public _serviceId -> string(18) "typed_data_manager"
    'uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    protected list -> array(1)
    Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    protected definition -> Drupal\Core\Field\TypedData\FieldItemDataDefinition(2)
    *DEPTH TOO GREAT*
    protected values -> array(1)
    *DEPTH TOO GREAT*
    protected properties -> array(1)
    *DEPTH TOO GREAT*
    protected name -> integer0
    protected parent -> Drupal\Core\Field\EntityReferenceFieldItemList(7) *RECURSION*
    protected stringTranslation -> NULL
    protected typedDataManager -> Drupal\Core\TypedData\TypedDataManager(22)
    *DEPTH TOO GREAT*
    protected langcode -> string(2) "en"
    protected definition -> Drupal\Core\Field\BaseFieldDefinition(6)
    protected type -> string(16) "entity_reference"
    protected propertyDefinitions -> array(2)
    'target_id' => Drupal\Core\TypedData\DataReferenceTargetDefinition(1)
    *DEPTH TOO GREAT*
    'entity' => Drupal\Core\TypedData\DataReferenceDefinition(2)
    *DEPTH TOO GREAT*
    protected schema -> NULL
    protected indexes -> array(0)
    protected itemDefinition -> Drupal\Core\Field\TypedData\FieldItemDataDefinition(2)
    protected fieldDefinition -> Drupal\Core\Field\BaseFieldDefinition(6) *RECURSION*
    protected definition -> array(2)
    *DEPTH TOO GREAT*
    protected definition -> array(10)
    'label' => Drupal\Core\StringTranslation\TranslatableMarkup(5)
    *DEPTH TOO GREAT*
    'description' => Drupal\Core\StringTranslation\TranslatableMarkup(5)
    *DEPTH TOO GREAT*
    'revisionable' => boolTRUE
    'default_value_callback' => string(41) "Drupal\node\Entity\Node::getCurrentUserId"
    'translatable' => boolTRUE
    'display' => array(2)
    *DEPTH TOO GREAT*
    'provider' => string(4) "node"
    'field_name' => string(3) "uid"
    'entity_type' => string(4) "node"
    'bundle' => NULL
    protected name -> string(3) "uid"
    protected parent -> Drupal\Core\Entity\Plugin\DataType\EntityAdapter(6)
    protected entity -> Drupal\node\Entity\Node(24) *RECURSION*
    protected definition -> Drupal\Core\Entity\TypedData\EntityDataDefinition(2)
    protected propertyDefinitions -> array(21)
    *DEPTH TOO GREAT*
    protected definition -> array(1)
    *DEPTH TOO GREAT*
    protected name -> NULL
    protected parent -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> Drupal\Core\TypedData\TypedDataManager(22)
    protected validator -> NULL
    protected constraintManager -> Drupal\Core\Validation\ConstraintManager(17)
    protected cacheKey -> string(29) "validation_constraint_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(21) "validation_constraint"
    protected subdir -> string(28) "Plugin/Validation/Constraint"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    *DEPTH TOO GREAT*
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(44) "Drupal\Core\Validation\Annotation\Constraint"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(108)
    *DEPTH TOO GREAT*
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected useCaches -> boolTRUE
    public _serviceId -> string(21) "validation.constraint"
    protected prototypes -> array(46)
    'entity:node:page:.nid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:nid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uuid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uuid.0' => Drupal\Core\Field\Plugin\Field\FieldType\UuidItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.vid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:vid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0.language' => Drupal\Core\TypedData\Plugin\DataType\LanguageReference(6)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\LanguageItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.type' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.title' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:title.0' => Drupal\Core\Field\Plugin\Field\FieldType\StringItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.status' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:status.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.created' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:created.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.changed' => Drupal\Core\Field\ChangedFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:changed.0' => Drupal\Core\Field\Plugin\Field\FieldType\ChangedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.promote' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:promote.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.sticky' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:sticky.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_timestamp' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_timestamp.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_log' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_translation_affected' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_translation_affected.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.default_langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:default_langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.path' => Drupal\path\Plugin\Field\FieldType\PathFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.menu_link' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.body' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.summary_processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0' => Drupal\text\Plugin\Field\FieldType\TextWithSummaryItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.field_sidebar' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0' => Drupal\text\Plugin\Field\FieldType\TextLongItem(7)
    *DEPTH TOO GREAT*
    protected classResolver -> Drupal\Core\DependencyInjection\ClassResolver(3)
    protected _serviceIds -> array(0)
    protected container -> Drupal\Core\DependencyInjection\Container(7)
    *DEPTH TOO GREAT*
    public _serviceId -> string(14) "class_resolver"
    protected cacheKey -> string(24) "typed_data_types_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(14) "data_type_info"
    protected subdir -> string(15) "Plugin/DataType"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    protected loadedFiles -> array(96)
    *DEPTH TOO GREAT*
    protected moduleList -> array(96)
    *DEPTH TOO GREAT*
    protected loaded -> boolTRUE
    protected implementations -> array(438)
    *DEPTH TOO GREAT*
    protected verified -> array(8)
    *DEPTH TOO GREAT*
    protected hookInfo -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected cacheNeedsWriting -> boolFALSE
    protected alterFunctions -> array(3)
    *DEPTH TOO GREAT*
    protected root -> string(17) "/var/www/html/web"
    protected includeFileKeys -> array(0)
    public _serviceId -> string(14) "module_handler"
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(41) "Drupal\Core\TypedData\Annotation\DataType"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(109)
    public Drupal\address -> string(27) "modules/contrib/address/src"
    public Drupal\allowed_formats -> string(35) "modules/contrib/allowed_formats/src"
    public Drupal\autologout -> string(30) "modules/contrib/autologout/src"
    public Drupal\automated_cron -> string(31) "core/modules/automated_cron/src"
    public Drupal\block -> string(22) "core/modules/block/src"
    public Drupal\block_content -> string(30) "core/modules/block_content/src"
    public Drupal\block_visibility_groups -> string(43) "modules/contrib/block_visibility_groups/src"
    public Drupal\breakpoint -> string(27) "core/modules/breakpoint/src"
    public Drupal\captcha -> string(27) "modules/contrib/captcha/src"
    public Drupal\ckeditor -> string(25) "core/modules/ckeditor/src"
    public Drupal\color -> string(22) "core/modules/color/src"
    public Drupal\config -> string(23) "core/modules/config/src"
    public Drupal\contact -> string(24) "core/modules/contact/src"
    public Drupal\contact_block -> string(33) "modules/contrib/contact_block/src"
    public Drupal\contextual -> string(27) "core/modules/contextual/src"
    public Drupal\csv_serialization -> string(37) "modules/contrib/csv_serialization/src"
    public Drupal\ctools -> string(26) "modules/contrib/ctools/src"
    public Drupal\custom -> string(32) "sites/default/modules/custom/src"
    public Drupal\custom_administer_content -> string(51) "sites/default/modules/custom_administer_content/src"
    public Drupal\custom_cancel_methods -> string(47) "sites/default/modules/custom_cancel_methods/src"
    public Drupal\custom_favourite -> string(42) "sites/default/modules/custom_favourite/src"
    public Drupal\custom_feature_polls -> string(46) "sites/default/modules/custom_feature_polls/src"
    public Drupal\custom_featured -> string(41) "sites/default/modules/custom_featured/src"
    public Drupal\custom_follow -> string(39) "sites/default/modules/custom_follow/src"
    public Drupal\custom_mail -> string(37) "sites/default/modules/custom_mail/src"
    public Drupal\custom_menu -> string(37) "sites/default/modules/custom_menu/src"
    public Drupal\custom_more -> string(37) "sites/default/modules/custom_more/src"
    public Drupal\custom_password_policy -> string(48) "sites/default/modules/custom_password_policy/src"
    public Drupal\custom_reactions -> string(42) "sites/default/modules/custom_reactions/src"
    public Drupal\custom_user_login -> string(43) "sites/default/modules/custom_user_login/src"
    public Drupal\custom_user_onboarding -> string(48) "sites/default/modules/custom_user_onboarding/src"
    public Drupal\custom_user_register -> string(46) "sites/default/modules/custom_user_register/src"
    public Drupal\custom_username_policy -> string(48) "sites/default/modules/custom_username_policy/src"
    public Drupal\custom_video -> string(38) "sites/default/modules/custom_video/src"
    public Drupal\datetime -> string(25) "core/modules/datetime/src"
    public Drupal\dblog -> string(22) "core/modules/dblog/src"
    public Drupal\devel -> string(25) "modules/contrib/devel/src"
    public Drupal\dynamic_entity_reference -> string(44) "modules/contrib/dynamic_entity_reference/src"
    public Drupal\dynamic_page_cache -> string(35) "core/modules/dynamic_page_cache/src"
    public Drupal\editor -> string(23) "core/modules/editor/src"
    public Drupal\editor_advanced_link -> string(40) "modules/contrib/editor_advanced_link/src"
    public Drupal\entity -> string(26) "modules/contrib/entity/src"
    public Drupal\entity_reference_revisions -> string(46) "modules/contrib/entity_reference_revisions/src"
    public Drupal\field -> string(22) "core/modules/field/src"
    public Drupal\field_ui -> string(25) "core/modules/field_ui/src"
    public Drupal\file -> string(21) "core/modules/file/src"
    public Drupal\filter -> string(23) "core/modules/filter/src"
    public Drupal\flag -> string(24) "modules/contrib/flag/src"
    public Drupal\google_analytics -> string(36) "modules/contrib/google_analytics/src"
    public Drupal\help -> string(21) "core/modules/help/src"
    public Drupal\history -> string(24) "core/modules/history/src"
    public Drupal\image -> string(22) "core/modules/image/src"
    public Drupal\imagemagick -> string(37) "sites/default/modules/imagemagick/src"
    public Drupal\kint -> string(30) "modules/contrib/devel/kint/src"
    public Drupal\link -> string(21) "core/modules/link/src"
    public Drupal\login_emailusername -> string(39) "modules/contrib/login_emailusername/src"
    public Drupal\mailsystem -> string(30) "modules/contrib/mailsystem/src"
    public Drupal\markup -> string(26) "modules/contrib/markup/src"
    public Drupal\masquerade -> string(30) "modules/contrib/masquerade/src"
    public Drupal\menu_ui -> string(24) "core/modules/menu_ui/src"
    public Drupal\mimemail -> string(28) "modules/contrib/mimemail/src"
    public Drupal\node -> string(21) "core/modules/node/src"
    public Drupal\options -> string(24) "core/modules/options/src"
    public Drupal\page_cache -> string(27) "core/modules/page_cache/src"
    public Drupal\paragraphs -> string(30) "modules/contrib/paragraphs/src"
    public Drupal\path -> string(21) "core/modules/path/src"
    public Drupal\prepopulate -> string(31) "modules/contrib/prepopulate/src"
    public Drupal\quickedit -> string(26) "core/modules/quickedit/src"
    public Drupal\r4032login -> string(30) "modules/contrib/r4032login/src"
    public Drupal\rate -> string(24) "modules/contrib/rate/src"
    public Drupal\rdf -> string(20) "core/modules/rdf/src"
    public Drupal\recaptcha -> string(29) "modules/contrib/recaptcha/src"
    public Drupal\rest -> string(21) "core/modules/rest/src"
    public Drupal\roleassign -> string(30) "modules/contrib/roleassign/src"
    public Drupal\s3fs -> string(24) "modules/contrib/s3fs/src"
    public Drupal\security_review -> string(35) "modules/contrib/security_review/src"
    public Drupal\serialization -> string(30) "core/modules/serialization/src"
    public Drupal\shortcut -> string(25) "core/modules/shortcut/src"
    public Drupal\smtp -> string(24) "modules/contrib/smtp/src"
    public Drupal\system -> string(23) "core/modules/system/src"
    public Drupal\taxonomy -> string(25) "core/modules/taxonomy/src"
    public Drupal\text -> string(21) "core/modules/text/src"
    public Drupal\token -> string(25) "modules/contrib/token/src"
    public Drupal\toolbar -> string(24) "core/modules/toolbar/src"
    public Drupal\update -> string(23) "core/modules/update/src"
    public Drupal\user -> string(21) "core/modules/user/src"
    public Drupal\user_registrationpassword -> string(51) "sites/default/modules/user_registrationpassword/src"
    public Drupal\view_unpublished -> string(36) "modules/contrib/view_unpublished/src"
    public Drupal\views_ifempty -> string(25) "modules/views_ifempty/src"
    public Drupal\views_ui -> string(25) "core/modules/views_ui/src"
    public Drupal\votingapi -> string(29) "modules/contrib/votingapi/src"
    public Drupal\menu_admin_per_menu -> string(39) "modules/contrib/menu_admin_per_menu/src"
    public Drupal\menu_link_content -> string(34) "core/modules/menu_link_content/src"
    public Drupal\pathauto -> string(28) "modules/contrib/pathauto/src"
    public Drupal\views -> string(22) "core/modules/views/src"
    public Drupal\standard -> string(26) "core/profiles/standard/src"
    public Drupal\Core\Config -> string(27) "core/lib/Drupal/Core/Config"
    public Drupal\Core\Entity -> string(27) "core/lib/Drupal/Core/Entity"
    public Drupal\Core\Datetime -> string(29) "core/lib/Drupal/Core/Datetime"
    public Drupal\Core\Block -> string(26) "core/lib/Drupal/Core/Block"
    public Drupal\Core\Validation -> string(31) "core/lib/Drupal/Core/Validation"
    public Drupal\Core\ProxyClass -> string(31) "core/lib/Drupal/Core/ProxyClass"
    public Drupal\Core\Field -> string(26) "core/lib/Drupal/Core/Field"
    public Drupal\Core\TypedData -> string(30) "core/lib/Drupal/Core/TypedData"
    public Drupal\Core\Render -> string(27) "core/lib/Drupal/Core/Render"
    public Drupal\Core\Mail -> string(25) "core/lib/Drupal/Core/Mail"
    public Drupal\Core\Menu -> string(25) "core/lib/Drupal/Core/Menu"
    public Drupal\Component\Annotation -> string(36) "core/lib/Drupal/Component/Annotation"
    public _serviceId -> string(20) "container.namespaces"
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> array(183)
    'dynamic_entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'entity_revision' => array(10)
    *DEPTH TOO GREAT*
    'entity_revision:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:file' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:action' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:view' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision_reference' => array(8)
    *DEPTH TOO GREAT*
    'filter_format' => array(8)
    *DEPTH TOO GREAT*
    'entity' => array(10)
    *DEPTH TOO GREAT*
    'entity:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity:block' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:file' => array(11)
    *DEPTH TOO GREAT*
    'entity:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity:node' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity:action' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity:user' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity:view' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'field_item:address' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_country' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_zone' => array(13)
    *DEPTH TOO GREAT*
    'field_item:datetime' => array(13)
    *DEPTH TOO GREAT*
    'field_item:dynamic_entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference_revisions' => array(13)
    *DEPTH TOO GREAT*
    'field_item:file' => array(15)
    *DEPTH TOO GREAT*
    'field_item:image' => array(16)
    *DEPTH TOO GREAT*
    'field_item:link' => array(14)
    *DEPTH TOO GREAT*
    'field_item:markup' => array(13)
    *DEPTH TOO GREAT*
    'field_item:list_float' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_integer' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_string' => array(14)
    *DEPTH TOO GREAT*
    'field_item:path' => array(12)
    *DEPTH TOO GREAT*
    'field_item:text_with_summary' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text_long' => array(14)
    *DEPTH TOO GREAT*
    'field_item:string' => array(13)
    *DEPTH TOO GREAT*
    'field_item:decimal' => array(13)
    *DEPTH TOO GREAT*
    'field_item:integer' => array(13)
    *DEPTH TOO GREAT*
    'field_item:uuid' => array(12)
    *DEPTH TOO GREAT*
    'field_item:float' => array(13)
    *DEPTH TOO GREAT*
    'field_item:boolean' => array(13)
    *DEPTH TOO GREAT*
    'field_item:created' => array(13)
    *DEPTH TOO GREAT*
    'field_item:changed' => array(13)
    *DEPTH TOO GREAT*
    'field_item:password' => array(11)
    *DEPTH TOO GREAT*
    'field_item:uri' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:string_long' => array(13)
    *DEPTH TOO GREAT*
    'field_item:email' => array(13)
    *DEPTH TOO GREAT*
    'field_item:language' => array(14)
    *DEPTH TOO GREAT*
    'field_item:timestamp' => array(14)
    *DEPTH TOO GREAT*
    'field_item:map' => array(11)
    *DEPTH TOO GREAT*
    'list' => array(8)
    *DEPTH TOO GREAT*
    'map' => array(8)
    *DEPTH TOO GREAT*
    'any' => array(8)
    *DEPTH TOO GREAT*
    'boolean' => array(8)
    *DEPTH TOO GREAT*
    'language' => array(9)
    *DEPTH TOO GREAT*
    'uri' => array(8)
    *DEPTH TOO GREAT*
    'float' => array(8)
    *DEPTH TOO GREAT*
    'integer' => array(8)
    *DEPTH TOO GREAT*
    'timespan' => array(8)
    *DEPTH TOO GREAT*
    'email' => array(9)
    *DEPTH TOO GREAT*
    'binary' => array(8)
    *DEPTH TOO GREAT*
    'string' => array(8)
    *DEPTH TOO GREAT*
    'datetime_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'timestamp' => array(8)
    *DEPTH TOO GREAT*
    'duration_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'language_reference' => array(8)
    *DEPTH TOO GREAT*
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    protected bin -> string(15) "cache_discovery"
    protected consistentBackend -> Drupal\Core\Cache\DatabaseBackend(3)
    *DEPTH TOO GREAT*
    protected fastBackend -> Drupal\Core\Cache\ApcuBackend(4)
    *DEPTH TOO GREAT*
    protected lastWriteTimestamp -> float1500182527.777
    public _serviceId -> string(15) "cache.discovery"
    protected useCaches -> boolTRUE
    protected _serviceIds -> array(0)
    public _serviceId -> string(18) "typed_data_manager"
    'status' => Drupal\Core\Field\FieldItemList(7)
    protected list -> array(1)
    Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    protected definition -> Drupal\Core\Field\TypedData\FieldItemDataDefinition(2)
    *DEPTH TOO GREAT*
    protected values -> array(1)
    *DEPTH TOO GREAT*
    protected properties -> array(0)
    protected name -> integer0
    protected parent -> Drupal\Core\Field\FieldItemList(7) *RECURSION*
    protected stringTranslation -> NULL
    protected typedDataManager -> Drupal\Core\TypedData\TypedDataManager(22)
    *DEPTH TOO GREAT*
    protected langcode -> string(2) "en"
    protected definition -> Drupal\Core\Field\BaseFieldDefinition(6)
    protected type -> string(7) "boolean"
    protected propertyDefinitions -> array(1)
    'value' => Drupal\Core\TypedData\DataDefinition(1)
    *DEPTH TOO GREAT*
    protected schema -> NULL
    protected indexes -> array(0)
    protected itemDefinition -> Drupal\Core\Field\TypedData\FieldItemDataDefinition(2)
    protected fieldDefinition -> Drupal\Core\Field\BaseFieldDefinition(6) *RECURSION*
    protected definition -> array(2)
    *DEPTH TOO GREAT*
    protected definition -> array(9)
    'label' => Drupal\Core\StringTranslation\TranslatableMarkup(5)
    *DEPTH TOO GREAT*
    'description' => Drupal\Core\StringTranslation\TranslatableMarkup(5)
    *DEPTH TOO GREAT*
    'revisionable' => boolTRUE
    'translatable' => boolTRUE
    'default_value' => array(1)
    *DEPTH TOO GREAT*
    'provider' => string(4) "node"
    'field_name' => string(6) "status"
    'entity_type' => string(4) "node"
    'bundle' => NULL
    protected name -> string(6) "status"
    protected parent -> Drupal\Core\Entity\Plugin\DataType\EntityAdapter(6)
    protected entity -> Drupal\node\Entity\Node(24) *RECURSION*
    protected definition -> Drupal\Core\Entity\TypedData\EntityDataDefinition(2)
    protected propertyDefinitions -> array(21)
    *DEPTH TOO GREAT*
    protected definition -> array(1)
    *DEPTH TOO GREAT*
    protected name -> NULL
    protected parent -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> Drupal\Core\TypedData\TypedDataManager(22)
    protected validator -> NULL
    protected constraintManager -> Drupal\Core\Validation\ConstraintManager(17)
    protected cacheKey -> string(29) "validation_constraint_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(21) "validation_constraint"
    protected subdir -> string(28) "Plugin/Validation/Constraint"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    *DEPTH TOO GREAT*
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(44) "Drupal\Core\Validation\Annotation\Constraint"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(108)
    *DEPTH TOO GREAT*
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected useCaches -> boolTRUE
    public _serviceId -> string(21) "validation.constraint"
    protected prototypes -> array(46)
    'entity:node:page:.nid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:nid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uuid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uuid.0' => Drupal\Core\Field\Plugin\Field\FieldType\UuidItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.vid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:vid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0.language' => Drupal\Core\TypedData\Plugin\DataType\LanguageReference(6)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\LanguageItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.type' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.title' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:title.0' => Drupal\Core\Field\Plugin\Field\FieldType\StringItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.status' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:status.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.created' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:created.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.changed' => Drupal\Core\Field\ChangedFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:changed.0' => Drupal\Core\Field\Plugin\Field\FieldType\ChangedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.promote' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:promote.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.sticky' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:sticky.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_timestamp' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_timestamp.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_log' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_translation_affected' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_translation_affected.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.default_langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:default_langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.path' => Drupal\path\Plugin\Field\FieldType\PathFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.menu_link' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.body' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.summary_processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0' => Drupal\text\Plugin\Field\FieldType\TextWithSummaryItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.field_sidebar' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0' => Drupal\text\Plugin\Field\FieldType\TextLongItem(7)
    *DEPTH TOO GREAT*
    protected classResolver -> Drupal\Core\DependencyInjection\ClassResolver(3)
    protected _serviceIds -> array(0)
    protected container -> Drupal\Core\DependencyInjection\Container(7)
    *DEPTH TOO GREAT*
    public _serviceId -> string(14) "class_resolver"
    protected cacheKey -> string(24) "typed_data_types_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(14) "data_type_info"
    protected subdir -> string(15) "Plugin/DataType"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    protected loadedFiles -> array(96)
    *DEPTH TOO GREAT*
    protected moduleList -> array(96)
    *DEPTH TOO GREAT*
    protected loaded -> boolTRUE
    protected implementations -> array(438)
    *DEPTH TOO GREAT*
    protected verified -> array(8)
    *DEPTH TOO GREAT*
    protected hookInfo -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected cacheNeedsWriting -> boolFALSE
    protected alterFunctions -> array(3)
    *DEPTH TOO GREAT*
    protected root -> string(17) "/var/www/html/web"
    protected includeFileKeys -> array(0)
    public _serviceId -> string(14) "module_handler"
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(41) "Drupal\Core\TypedData\Annotation\DataType"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(109)
    public Drupal\address -> string(27) "modules/contrib/address/src"
    public Drupal\allowed_formats -> string(35) "modules/contrib/allowed_formats/src"
    public Drupal\autologout -> string(30) "modules/contrib/autologout/src"
    public Drupal\automated_cron -> string(31) "core/modules/automated_cron/src"
    public Drupal\block -> string(22) "core/modules/block/src"
    public Drupal\block_content -> string(30) "core/modules/block_content/src"
    public Drupal\block_visibility_groups -> string(43) "modules/contrib/block_visibility_groups/src"
    public Drupal\breakpoint -> string(27) "core/modules/breakpoint/src"
    public Drupal\captcha -> string(27) "modules/contrib/captcha/src"
    public Drupal\ckeditor -> string(25) "core/modules/ckeditor/src"
    public Drupal\color -> string(22) "core/modules/color/src"
    public Drupal\config -> string(23) "core/modules/config/src"
    public Drupal\contact -> string(24) "core/modules/contact/src"
    public Drupal\contact_block -> string(33) "modules/contrib/contact_block/src"
    public Drupal\contextual -> string(27) "core/modules/contextual/src"
    public Drupal\csv_serialization -> string(37) "modules/contrib/csv_serialization/src"
    public Drupal\ctools -> string(26) "modules/contrib/ctools/src"
    public Drupal\custom -> string(32) "sites/default/modules/custom/src"
    public Drupal\custom_administer_content -> string(51) "sites/default/modules/custom_administer_content/src"
    public Drupal\custom_cancel_methods -> string(47) "sites/default/modules/custom_cancel_methods/src"
    public Drupal\custom_favourite -> string(42) "sites/default/modules/custom_favourite/src"
    public Drupal\custom_feature_polls -> string(46) "sites/default/modules/custom_feature_polls/src"
    public Drupal\custom_featured -> string(41) "sites/default/modules/custom_featured/src"
    public Drupal\custom_follow -> string(39) "sites/default/modules/custom_follow/src"
    public Drupal\custom_mail -> string(37) "sites/default/modules/custom_mail/src"
    public Drupal\custom_menu -> string(37) "sites/default/modules/custom_menu/src"
    public Drupal\custom_more -> string(37) "sites/default/modules/custom_more/src"
    public Drupal\custom_password_policy -> string(48) "sites/default/modules/custom_password_policy/src"
    public Drupal\custom_reactions -> string(42) "sites/default/modules/custom_reactions/src"
    public Drupal\custom_user_login -> string(43) "sites/default/modules/custom_user_login/src"
    public Drupal\custom_user_onboarding -> string(48) "sites/default/modules/custom_user_onboarding/src"
    public Drupal\custom_user_register -> string(46) "sites/default/modules/custom_user_register/src"
    public Drupal\custom_username_policy -> string(48) "sites/default/modules/custom_username_policy/src"
    public Drupal\custom_video -> string(38) "sites/default/modules/custom_video/src"
    public Drupal\datetime -> string(25) "core/modules/datetime/src"
    public Drupal\dblog -> string(22) "core/modules/dblog/src"
    public Drupal\devel -> string(25) "modules/contrib/devel/src"
    public Drupal\dynamic_entity_reference -> string(44) "modules/contrib/dynamic_entity_reference/src"
    public Drupal\dynamic_page_cache -> string(35) "core/modules/dynamic_page_cache/src"
    public Drupal\editor -> string(23) "core/modules/editor/src"
    public Drupal\editor_advanced_link -> string(40) "modules/contrib/editor_advanced_link/src"
    public Drupal\entity -> string(26) "modules/contrib/entity/src"
    public Drupal\entity_reference_revisions -> string(46) "modules/contrib/entity_reference_revisions/src"
    public Drupal\field -> string(22) "core/modules/field/src"
    public Drupal\field_ui -> string(25) "core/modules/field_ui/src"
    public Drupal\file -> string(21) "core/modules/file/src"
    public Drupal\filter -> string(23) "core/modules/filter/src"
    public Drupal\flag -> string(24) "modules/contrib/flag/src"
    public Drupal\google_analytics -> string(36) "modules/contrib/google_analytics/src"
    public Drupal\help -> string(21) "core/modules/help/src"
    public Drupal\history -> string(24) "core/modules/history/src"
    public Drupal\image -> string(22) "core/modules/image/src"
    public Drupal\imagemagick -> string(37) "sites/default/modules/imagemagick/src"
    public Drupal\kint -> string(30) "modules/contrib/devel/kint/src"
    public Drupal\link -> string(21) "core/modules/link/src"
    public Drupal\login_emailusername -> string(39) "modules/contrib/login_emailusername/src"
    public Drupal\mailsystem -> string(30) "modules/contrib/mailsystem/src"
    public Drupal\markup -> string(26) "modules/contrib/markup/src"
    public Drupal\masquerade -> string(30) "modules/contrib/masquerade/src"
    public Drupal\menu_ui -> string(24) "core/modules/menu_ui/src"
    public Drupal\mimemail -> string(28) "modules/contrib/mimemail/src"
    public Drupal\node -> string(21) "core/modules/node/src"
    public Drupal\options -> string(24) "core/modules/options/src"
    public Drupal\page_cache -> string(27) "core/modules/page_cache/src"
    public Drupal\paragraphs -> string(30) "modules/contrib/paragraphs/src"
    public Drupal\path -> string(21) "core/modules/path/src"
    public Drupal\prepopulate -> string(31) "modules/contrib/prepopulate/src"
    public Drupal\quickedit -> string(26) "core/modules/quickedit/src"
    public Drupal\r4032login -> string(30) "modules/contrib/r4032login/src"
    public Drupal\rate -> string(24) "modules/contrib/rate/src"
    public Drupal\rdf -> string(20) "core/modules/rdf/src"
    public Drupal\recaptcha -> string(29) "modules/contrib/recaptcha/src"
    public Drupal\rest -> string(21) "core/modules/rest/src"
    public Drupal\roleassign -> string(30) "modules/contrib/roleassign/src"
    public Drupal\s3fs -> string(24) "modules/contrib/s3fs/src"
    public Drupal\security_review -> string(35) "modules/contrib/security_review/src"
    public Drupal\serialization -> string(30) "core/modules/serialization/src"
    public Drupal\shortcut -> string(25) "core/modules/shortcut/src"
    public Drupal\smtp -> string(24) "modules/contrib/smtp/src"
    public Drupal\system -> string(23) "core/modules/system/src"
    public Drupal\taxonomy -> string(25) "core/modules/taxonomy/src"
    public Drupal\text -> string(21) "core/modules/text/src"
    public Drupal\token -> string(25) "modules/contrib/token/src"
    public Drupal\toolbar -> string(24) "core/modules/toolbar/src"
    public Drupal\update -> string(23) "core/modules/update/src"
    public Drupal\user -> string(21) "core/modules/user/src"
    public Drupal\user_registrationpassword -> string(51) "sites/default/modules/user_registrationpassword/src"
    public Drupal\view_unpublished -> string(36) "modules/contrib/view_unpublished/src"
    public Drupal\views_ifempty -> string(25) "modules/views_ifempty/src"
    public Drupal\views_ui -> string(25) "core/modules/views_ui/src"
    public Drupal\votingapi -> string(29) "modules/contrib/votingapi/src"
    public Drupal\menu_admin_per_menu -> string(39) "modules/contrib/menu_admin_per_menu/src"
    public Drupal\menu_link_content -> string(34) "core/modules/menu_link_content/src"
    public Drupal\pathauto -> string(28) "modules/contrib/pathauto/src"
    public Drupal\views -> string(22) "core/modules/views/src"
    public Drupal\standard -> string(26) "core/profiles/standard/src"
    public Drupal\Core\Config -> string(27) "core/lib/Drupal/Core/Config"
    public Drupal\Core\Entity -> string(27) "core/lib/Drupal/Core/Entity"
    public Drupal\Core\Datetime -> string(29) "core/lib/Drupal/Core/Datetime"
    public Drupal\Core\Block -> string(26) "core/lib/Drupal/Core/Block"
    public Drupal\Core\Validation -> string(31) "core/lib/Drupal/Core/Validation"
    public Drupal\Core\ProxyClass -> string(31) "core/lib/Drupal/Core/ProxyClass"
    public Drupal\Core\Field -> string(26) "core/lib/Drupal/Core/Field"
    public Drupal\Core\TypedData -> string(30) "core/lib/Drupal/Core/TypedData"
    public Drupal\Core\Render -> string(27) "core/lib/Drupal/Core/Render"
    public Drupal\Core\Mail -> string(25) "core/lib/Drupal/Core/Mail"
    public Drupal\Core\Menu -> string(25) "core/lib/Drupal/Core/Menu"
    public Drupal\Component\Annotation -> string(36) "core/lib/Drupal/Component/Annotation"
    public _serviceId -> string(20) "container.namespaces"
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> array(183)
    'dynamic_entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'entity_revision' => array(10)
    *DEPTH TOO GREAT*
    'entity_revision:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:file' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:action' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:view' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision_reference' => array(8)
    *DEPTH TOO GREAT*
    'filter_format' => array(8)
    *DEPTH TOO GREAT*
    'entity' => array(10)
    *DEPTH TOO GREAT*
    'entity:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity:block' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:file' => array(11)
    *DEPTH TOO GREAT*
    'entity:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity:node' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity:action' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity:user' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity:view' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'field_item:address' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_country' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_zone' => array(13)
    *DEPTH TOO GREAT*
    'field_item:datetime' => array(13)
    *DEPTH TOO GREAT*
    'field_item:dynamic_entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference_revisions' => array(13)
    *DEPTH TOO GREAT*
    'field_item:file' => array(15)
    *DEPTH TOO GREAT*
    'field_item:image' => array(16)
    *DEPTH TOO GREAT*
    'field_item:link' => array(14)
    *DEPTH TOO GREAT*
    'field_item:markup' => array(13)
    *DEPTH TOO GREAT*
    'field_item:list_float' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_integer' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_string' => array(14)
    *DEPTH TOO GREAT*
    'field_item:path' => array(12)
    *DEPTH TOO GREAT*
    'field_item:text_with_summary' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text_long' => array(14)
    *DEPTH TOO GREAT*
    'field_item:string' => array(13)
    *DEPTH TOO GREAT*
    'field_item:decimal' => array(13)
    *DEPTH TOO GREAT*
    'field_item:integer' => array(13)
    *DEPTH TOO GREAT*
    'field_item:uuid' => array(12)
    *DEPTH TOO GREAT*
    'field_item:float' => array(13)
    *DEPTH TOO GREAT*
    'field_item:boolean' => array(13)
    *DEPTH TOO GREAT*
    'field_item:created' => array(13)
    *DEPTH TOO GREAT*
    'field_item:changed' => array(13)
    *DEPTH TOO GREAT*
    'field_item:password' => array(11)
    *DEPTH TOO GREAT*
    'field_item:uri' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:string_long' => array(13)
    *DEPTH TOO GREAT*
    'field_item:email' => array(13)
    *DEPTH TOO GREAT*
    'field_item:language' => array(14)
    *DEPTH TOO GREAT*
    'field_item:timestamp' => array(14)
    *DEPTH TOO GREAT*
    'field_item:map' => array(11)
    *DEPTH TOO GREAT*
    'list' => array(8)
    *DEPTH TOO GREAT*
    'map' => array(8)
    *DEPTH TOO GREAT*
    'any' => array(8)
    *DEPTH TOO GREAT*
    'boolean' => array(8)
    *DEPTH TOO GREAT*
    'language' => array(9)
    *DEPTH TOO GREAT*
    'uri' => array(8)
    *DEPTH TOO GREAT*
    'float' => array(8)
    *DEPTH TOO GREAT*
    'integer' => array(8)
    *DEPTH TOO GREAT*
    'timespan' => array(8)
    *DEPTH TOO GREAT*
    'email' => array(9)
    *DEPTH TOO GREAT*
    'binary' => array(8)
    *DEPTH TOO GREAT*
    'string' => array(8)
    *DEPTH TOO GREAT*
    'datetime_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'timestamp' => array(8)
    *DEPTH TOO GREAT*
    'duration_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'language_reference' => array(8)
    *DEPTH TOO GREAT*
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    protected bin -> string(15) "cache_discovery"
    protected consistentBackend -> Drupal\Core\Cache\DatabaseBackend(3)
    *DEPTH TOO GREAT*
    protected fastBackend -> Drupal\Core\Cache\ApcuBackend(4)
    *DEPTH TOO GREAT*
    protected lastWriteTimestamp -> float1500182527.777
    public _serviceId -> string(15) "cache.discovery"
    protected useCaches -> boolTRUE
    protected _serviceIds -> array(0)
    public _serviceId -> string(18) "typed_data_manager"
    'created' => Drupal\Core\Field\FieldItemList(7)
    protected list -> array(1)
    Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    protected definition -> Drupal\Core\Field\TypedData\FieldItemDataDefinition(2)
    *DEPTH TOO GREAT*
    protected values -> array(1)
    *DEPTH TOO GREAT*
    protected properties -> array(0)
    protected name -> integer0
    protected parent -> Drupal\Core\Field\FieldItemList(7) *RECURSION*
    protected stringTranslation -> NULL
    protected typedDataManager -> Drupal\Core\TypedData\TypedDataManager(22)
    *DEPTH TOO GREAT*
    protected langcode -> string(2) "en"
    protected definition -> Drupal\Core\Field\BaseFieldDefinition(6)
    protected type -> string(7) "created"
    protected propertyDefinitions -> array(1)
    'value' => Drupal\Core\TypedData\DataDefinition(1)
    *DEPTH TOO GREAT*
    protected schema -> NULL
    protected indexes -> array(0)
    protected itemDefinition -> Drupal\Core\Field\TypedData\FieldItemDataDefinition(2)
    protected fieldDefinition -> Drupal\Core\Field\BaseFieldDefinition(6) *RECURSION*
    protected definition -> array(2)
    *DEPTH TOO GREAT*
    protected definition -> array(9)
    'label' => Drupal\Core\StringTranslation\TranslatableMarkup(5)
    *DEPTH TOO GREAT*
    'description' => Drupal\Core\StringTranslation\TranslatableMarkup(5)
    *DEPTH TOO GREAT*
    'revisionable' => boolTRUE
    'translatable' => boolTRUE
    'display' => array(2)
    *DEPTH TOO GREAT*
    'provider' => string(4) "node"
    'field_name' => string(7) "created"
    'entity_type' => string(4) "node"
    'bundle' => NULL
    protected name -> string(7) "created"
    protected parent -> Drupal\Core\Entity\Plugin\DataType\EntityAdapter(6)
    protected entity -> Drupal\node\Entity\Node(24) *RECURSION*
    protected definition -> Drupal\Core\Entity\TypedData\EntityDataDefinition(2)
    protected propertyDefinitions -> array(21)
    *DEPTH TOO GREAT*
    protected definition -> array(1)
    *DEPTH TOO GREAT*
    protected name -> NULL
    protected parent -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> Drupal\Core\TypedData\TypedDataManager(22)
    protected validator -> NULL
    protected constraintManager -> Drupal\Core\Validation\ConstraintManager(17)
    protected cacheKey -> string(29) "validation_constraint_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(21) "validation_constraint"
    protected subdir -> string(28) "Plugin/Validation/Constraint"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    *DEPTH TOO GREAT*
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(44) "Drupal\Core\Validation\Annotation\Constraint"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(108)
    *DEPTH TOO GREAT*
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected useCaches -> boolTRUE
    public _serviceId -> string(21) "validation.constraint"
    protected prototypes -> array(46)
    'entity:node:page:.nid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:nid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uuid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uuid.0' => Drupal\Core\Field\Plugin\Field\FieldType\UuidItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.vid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:vid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0.language' => Drupal\Core\TypedData\Plugin\DataType\LanguageReference(6)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\LanguageItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.type' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.title' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:title.0' => Drupal\Core\Field\Plugin\Field\FieldType\StringItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.status' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:status.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.created' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:created.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.changed' => Drupal\Core\Field\ChangedFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:changed.0' => Drupal\Core\Field\Plugin\Field\FieldType\ChangedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.promote' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:promote.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.sticky' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:sticky.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_timestamp' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_timestamp.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_log' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_translation_affected' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_translation_affected.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.default_langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:default_langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.path' => Drupal\path\Plugin\Field\FieldType\PathFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.menu_link' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.body' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.summary_processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0' => Drupal\text\Plugin\Field\FieldType\TextWithSummaryItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.field_sidebar' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0' => Drupal\text\Plugin\Field\FieldType\TextLongItem(7)
    *DEPTH TOO GREAT*
    protected classResolver -> Drupal\Core\DependencyInjection\ClassResolver(3)
    protected _serviceIds -> array(0)
    protected container -> Drupal\Core\DependencyInjection\Container(7)
    *DEPTH TOO GREAT*
    public _serviceId -> string(14) "class_resolver"
    protected cacheKey -> string(24) "typed_data_types_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(14) "data_type_info"
    protected subdir -> string(15) "Plugin/DataType"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    protected loadedFiles -> array(96)
    *DEPTH TOO GREAT*
    protected moduleList -> array(96)
    *DEPTH TOO GREAT*
    protected loaded -> boolTRUE
    protected implementations -> array(438)
    *DEPTH TOO GREAT*
    protected verified -> array(8)
    *DEPTH TOO GREAT*
    protected hookInfo -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected cacheNeedsWriting -> boolFALSE
    protected alterFunctions -> array(3)
    *DEPTH TOO GREAT*
    protected root -> string(17) "/var/www/html/web"
    protected includeFileKeys -> array(0)
    public _serviceId -> string(14) "module_handler"
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(41) "Drupal\Core\TypedData\Annotation\DataType"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(109)
    public Drupal\address -> string(27) "modules/contrib/address/src"
    public Drupal\allowed_formats -> string(35) "modules/contrib/allowed_formats/src"
    public Drupal\autologout -> string(30) "modules/contrib/autologout/src"
    public Drupal\automated_cron -> string(31) "core/modules/automated_cron/src"
    public Drupal\block -> string(22) "core/modules/block/src"
    public Drupal\block_content -> string(30) "core/modules/block_content/src"
    public Drupal\block_visibility_groups -> string(43) "modules/contrib/block_visibility_groups/src"
    public Drupal\breakpoint -> string(27) "core/modules/breakpoint/src"
    public Drupal\captcha -> string(27) "modules/contrib/captcha/src"
    public Drupal\ckeditor -> string(25) "core/modules/ckeditor/src"
    public Drupal\color -> string(22) "core/modules/color/src"
    public Drupal\config -> string(23) "core/modules/config/src"
    public Drupal\contact -> string(24) "core/modules/contact/src"
    public Drupal\contact_block -> string(33) "modules/contrib/contact_block/src"
    public Drupal\contextual -> string(27) "core/modules/contextual/src"
    public Drupal\csv_serialization -> string(37) "modules/contrib/csv_serialization/src"
    public Drupal\ctools -> string(26) "modules/contrib/ctools/src"
    public Drupal\custom -> string(32) "sites/default/modules/custom/src"
    public Drupal\custom_administer_content -> string(51) "sites/default/modules/custom_administer_content/src"
    public Drupal\custom_cancel_methods -> string(47) "sites/default/modules/custom_cancel_methods/src"
    public Drupal\custom_favourite -> string(42) "sites/default/modules/custom_favourite/src"
    public Drupal\custom_feature_polls -> string(46) "sites/default/modules/custom_feature_polls/src"
    public Drupal\custom_featured -> string(41) "sites/default/modules/custom_featured/src"
    public Drupal\custom_follow -> string(39) "sites/default/modules/custom_follow/src"
    public Drupal\custom_mail -> string(37) "sites/default/modules/custom_mail/src"
    public Drupal\custom_menu -> string(37) "sites/default/modules/custom_menu/src"
    public Drupal\custom_more -> string(37) "sites/default/modules/custom_more/src"
    public Drupal\custom_password_policy -> string(48) "sites/default/modules/custom_password_policy/src"
    public Drupal\custom_reactions -> string(42) "sites/default/modules/custom_reactions/src"
    public Drupal\custom_user_login -> string(43) "sites/default/modules/custom_user_login/src"
    public Drupal\custom_user_onboarding -> string(48) "sites/default/modules/custom_user_onboarding/src"
    public Drupal\custom_user_register -> string(46) "sites/default/modules/custom_user_register/src"
    public Drupal\custom_username_policy -> string(48) "sites/default/modules/custom_username_policy/src"
    public Drupal\custom_video -> string(38) "sites/default/modules/custom_video/src"
    public Drupal\datetime -> string(25) "core/modules/datetime/src"
    public Drupal\dblog -> string(22) "core/modules/dblog/src"
    public Drupal\devel -> string(25) "modules/contrib/devel/src"
    public Drupal\dynamic_entity_reference -> string(44) "modules/contrib/dynamic_entity_reference/src"
    public Drupal\dynamic_page_cache -> string(35) "core/modules/dynamic_page_cache/src"
    public Drupal\editor -> string(23) "core/modules/editor/src"
    public Drupal\editor_advanced_link -> string(40) "modules/contrib/editor_advanced_link/src"
    public Drupal\entity -> string(26) "modules/contrib/entity/src"
    public Drupal\entity_reference_revisions -> string(46) "modules/contrib/entity_reference_revisions/src"
    public Drupal\field -> string(22) "core/modules/field/src"
    public Drupal\field_ui -> string(25) "core/modules/field_ui/src"
    public Drupal\file -> string(21) "core/modules/file/src"
    public Drupal\filter -> string(23) "core/modules/filter/src"
    public Drupal\flag -> string(24) "modules/contrib/flag/src"
    public Drupal\google_analytics -> string(36) "modules/contrib/google_analytics/src"
    public Drupal\help -> string(21) "core/modules/help/src"
    public Drupal\history -> string(24) "core/modules/history/src"
    public Drupal\image -> string(22) "core/modules/image/src"
    public Drupal\imagemagick -> string(37) "sites/default/modules/imagemagick/src"
    public Drupal\kint -> string(30) "modules/contrib/devel/kint/src"
    public Drupal\link -> string(21) "core/modules/link/src"
    public Drupal\login_emailusername -> string(39) "modules/contrib/login_emailusername/src"
    public Drupal\mailsystem -> string(30) "modules/contrib/mailsystem/src"
    public Drupal\markup -> string(26) "modules/contrib/markup/src"
    public Drupal\masquerade -> string(30) "modules/contrib/masquerade/src"
    public Drupal\menu_ui -> string(24) "core/modules/menu_ui/src"
    public Drupal\mimemail -> string(28) "modules/contrib/mimemail/src"
    public Drupal\node -> string(21) "core/modules/node/src"
    public Drupal\options -> string(24) "core/modules/options/src"
    public Drupal\page_cache -> string(27) "core/modules/page_cache/src"
    public Drupal\paragraphs -> string(30) "modules/contrib/paragraphs/src"
    public Drupal\path -> string(21) "core/modules/path/src"
    public Drupal\prepopulate -> string(31) "modules/contrib/prepopulate/src"
    public Drupal\quickedit -> string(26) "core/modules/quickedit/src"
    public Drupal\r4032login -> string(30) "modules/contrib/r4032login/src"
    public Drupal\rate -> string(24) "modules/contrib/rate/src"
    public Drupal\rdf -> string(20) "core/modules/rdf/src"
    public Drupal\recaptcha -> string(29) "modules/contrib/recaptcha/src"
    public Drupal\rest -> string(21) "core/modules/rest/src"
    public Drupal\roleassign -> string(30) "modules/contrib/roleassign/src"
    public Drupal\s3fs -> string(24) "modules/contrib/s3fs/src"
    public Drupal\security_review -> string(35) "modules/contrib/security_review/src"
    public Drupal\serialization -> string(30) "core/modules/serialization/src"
    public Drupal\shortcut -> string(25) "core/modules/shortcut/src"
    public Drupal\smtp -> string(24) "modules/contrib/smtp/src"
    public Drupal\system -> string(23) "core/modules/system/src"
    public Drupal\taxonomy -> string(25) "core/modules/taxonomy/src"
    public Drupal\text -> string(21) "core/modules/text/src"
    public Drupal\token -> string(25) "modules/contrib/token/src"
    public Drupal\toolbar -> string(24) "core/modules/toolbar/src"
    public Drupal\update -> string(23) "core/modules/update/src"
    public Drupal\user -> string(21) "core/modules/user/src"
    public Drupal\user_registrationpassword -> string(51) "sites/default/modules/user_registrationpassword/src"
    public Drupal\view_unpublished -> string(36) "modules/contrib/view_unpublished/src"
    public Drupal\views_ifempty -> string(25) "modules/views_ifempty/src"
    public Drupal\views_ui -> string(25) "core/modules/views_ui/src"
    public Drupal\votingapi -> string(29) "modules/contrib/votingapi/src"
    public Drupal\menu_admin_per_menu -> string(39) "modules/contrib/menu_admin_per_menu/src"
    public Drupal\menu_link_content -> string(34) "core/modules/menu_link_content/src"
    public Drupal\pathauto -> string(28) "modules/contrib/pathauto/src"
    public Drupal\views -> string(22) "core/modules/views/src"
    public Drupal\standard -> string(26) "core/profiles/standard/src"
    public Drupal\Core\Config -> string(27) "core/lib/Drupal/Core/Config"
    public Drupal\Core\Entity -> string(27) "core/lib/Drupal/Core/Entity"
    public Drupal\Core\Datetime -> string(29) "core/lib/Drupal/Core/Datetime"
    public Drupal\Core\Block -> string(26) "core/lib/Drupal/Core/Block"
    public Drupal\Core\Validation -> string(31) "core/lib/Drupal/Core/Validation"
    public Drupal\Core\ProxyClass -> string(31) "core/lib/Drupal/Core/ProxyClass"
    public Drupal\Core\Field -> string(26) "core/lib/Drupal/Core/Field"
    public Drupal\Core\TypedData -> string(30) "core/lib/Drupal/Core/TypedData"
    public Drupal\Core\Render -> string(27) "core/lib/Drupal/Core/Render"
    public Drupal\Core\Mail -> string(25) "core/lib/Drupal/Core/Mail"
    public Drupal\Core\Menu -> string(25) "core/lib/Drupal/Core/Menu"
    public Drupal\Component\Annotation -> string(36) "core/lib/Drupal/Component/Annotation"
    public _serviceId -> string(20) "container.namespaces"
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> array(183)
    'dynamic_entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'entity_revision' => array(10)
    *DEPTH TOO GREAT*
    'entity_revision:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:file' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:action' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:view' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision_reference' => array(8)
    *DEPTH TOO GREAT*
    'filter_format' => array(8)
    *DEPTH TOO GREAT*
    'entity' => array(10)
    *DEPTH TOO GREAT*
    'entity:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity:block' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:file' => array(11)
    *DEPTH TOO GREAT*
    'entity:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity:node' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity:action' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity:user' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity:view' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'field_item:address' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_country' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_zone' => array(13)
    *DEPTH TOO GREAT*
    'field_item:datetime' => array(13)
    *DEPTH TOO GREAT*
    'field_item:dynamic_entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference_revisions' => array(13)
    *DEPTH TOO GREAT*
    'field_item:file' => array(15)
    *DEPTH TOO GREAT*
    'field_item:image' => array(16)
    *DEPTH TOO GREAT*
    'field_item:link' => array(14)
    *DEPTH TOO GREAT*
    'field_item:markup' => array(13)
    *DEPTH TOO GREAT*
    'field_item:list_float' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_integer' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_string' => array(14)
    *DEPTH TOO GREAT*
    'field_item:path' => array(12)
    *DEPTH TOO GREAT*
    'field_item:text_with_summary' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text_long' => array(14)
    *DEPTH TOO GREAT*
    'field_item:string' => array(13)
    *DEPTH TOO GREAT*
    'field_item:decimal' => array(13)
    *DEPTH TOO GREAT*
    'field_item:integer' => array(13)
    *DEPTH TOO GREAT*
    'field_item:uuid' => array(12)
    *DEPTH TOO GREAT*
    'field_item:float' => array(13)
    *DEPTH TOO GREAT*
    'field_item:boolean' => array(13)
    *DEPTH TOO GREAT*
    'field_item:created' => array(13)
    *DEPTH TOO GREAT*
    'field_item:changed' => array(13)
    *DEPTH TOO GREAT*
    'field_item:password' => array(11)
    *DEPTH TOO GREAT*
    'field_item:uri' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:string_long' => array(13)
    *DEPTH TOO GREAT*
    'field_item:email' => array(13)
    *DEPTH TOO GREAT*
    'field_item:language' => array(14)
    *DEPTH TOO GREAT*
    'field_item:timestamp' => array(14)
    *DEPTH TOO GREAT*
    'field_item:map' => array(11)
    *DEPTH TOO GREAT*
    'list' => array(8)
    *DEPTH TOO GREAT*
    'map' => array(8)
    *DEPTH TOO GREAT*
    'any' => array(8)
    *DEPTH TOO GREAT*
    'boolean' => array(8)
    *DEPTH TOO GREAT*
    'language' => array(9)
    *DEPTH TOO GREAT*
    'uri' => array(8)
    *DEPTH TOO GREAT*
    'float' => array(8)
    *DEPTH TOO GREAT*
    'integer' => array(8)
    *DEPTH TOO GREAT*
    'timespan' => array(8)
    *DEPTH TOO GREAT*
    'email' => array(9)
    *DEPTH TOO GREAT*
    'binary' => array(8)
    *DEPTH TOO GREAT*
    'string' => array(8)
    *DEPTH TOO GREAT*
    'datetime_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'timestamp' => array(8)
    *DEPTH TOO GREAT*
    'duration_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'language_reference' => array(8)
    *DEPTH TOO GREAT*
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    protected bin -> string(15) "cache_discovery"
    protected consistentBackend -> Drupal\Core\Cache\DatabaseBackend(3)
    *DEPTH TOO GREAT*
    protected fastBackend -> Drupal\Core\Cache\ApcuBackend(4)
    *DEPTH TOO GREAT*
    protected lastWriteTimestamp -> float1500182527.777
    public _serviceId -> string(15) "cache.discovery"
    protected useCaches -> boolTRUE
    protected _serviceIds -> array(0)
    public _serviceId -> string(18) "typed_data_manager"
    'changed' => Drupal\Core\Field\ChangedFieldItemList(7)
    protected list -> array(1)
    Drupal\Core\Field\Plugin\Field\FieldType\ChangedItem(7)
    protected definition -> Drupal\Core\Field\TypedData\FieldItemDataDefinition(2)
    *DEPTH TOO GREAT*
    protected values -> array(1)
    *DEPTH TOO GREAT*
    protected properties -> array(0)
    protected name -> integer0
    protected parent -> Drupal\Core\Field\ChangedFieldItemList(7) *RECURSION*
    protected stringTranslation -> NULL
    protected typedDataManager -> Drupal\Core\TypedData\TypedDataManager(22)
    *DEPTH TOO GREAT*
    protected langcode -> string(2) "en"
    protected definition -> Drupal\Core\Field\BaseFieldDefinition(6)
    protected type -> string(7) "changed"
    protected propertyDefinitions -> array(1)
    'value' => Drupal\Core\TypedData\DataDefinition(1)
    *DEPTH TOO GREAT*
    protected schema -> NULL
    protected indexes -> array(0)
    protected itemDefinition -> Drupal\Core\Field\TypedData\FieldItemDataDefinition(2)
    protected fieldDefinition -> Drupal\Core\Field\BaseFieldDefinition(6) *RECURSION*
    protected definition -> array(2)
    *DEPTH TOO GREAT*
    protected definition -> array(8)
    'label' => Drupal\Core\StringTranslation\TranslatableMarkup(5)
    *DEPTH TOO GREAT*
    'description' => Drupal\Core\StringTranslation\TranslatableMarkup(5)
    *DEPTH TOO GREAT*
    'revisionable' => boolTRUE
    'translatable' => boolTRUE
    'provider' => string(4) "node"
    'field_name' => string(7) "changed"
    'entity_type' => string(4) "node"
    'bundle' => NULL
    protected name -> string(7) "changed"
    protected parent -> Drupal\Core\Entity\Plugin\DataType\EntityAdapter(6)
    protected entity -> Drupal\node\Entity\Node(24) *RECURSION*
    protected definition -> Drupal\Core\Entity\TypedData\EntityDataDefinition(2)
    protected propertyDefinitions -> array(21)
    *DEPTH TOO GREAT*
    protected definition -> array(1)
    *DEPTH TOO GREAT*
    protected name -> NULL
    protected parent -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> Drupal\Core\TypedData\TypedDataManager(22)
    protected validator -> NULL
    protected constraintManager -> Drupal\Core\Validation\ConstraintManager(17)
    protected cacheKey -> string(29) "validation_constraint_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(21) "validation_constraint"
    protected subdir -> string(28) "Plugin/Validation/Constraint"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    *DEPTH TOO GREAT*
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(44) "Drupal\Core\Validation\Annotation\Constraint"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(108)
    *DEPTH TOO GREAT*
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected useCaches -> boolTRUE
    public _serviceId -> string(21) "validation.constraint"
    protected prototypes -> array(46)
    'entity:node:page:.nid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:nid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uuid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uuid.0' => Drupal\Core\Field\Plugin\Field\FieldType\UuidItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.vid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:vid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0.language' => Drupal\Core\TypedData\Plugin\DataType\LanguageReference(6)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\LanguageItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.type' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.title' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:title.0' => Drupal\Core\Field\Plugin\Field\FieldType\StringItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.status' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:status.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.created' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:created.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.changed' => Drupal\Core\Field\ChangedFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:changed.0' => Drupal\Core\Field\Plugin\Field\FieldType\ChangedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.promote' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:promote.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.sticky' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:sticky.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_timestamp' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_timestamp.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_log' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_translation_affected' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_translation_affected.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.default_langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:default_langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.path' => Drupal\path\Plugin\Field\FieldType\PathFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.menu_link' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.body' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.summary_processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0' => Drupal\text\Plugin\Field\FieldType\TextWithSummaryItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.field_sidebar' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0' => Drupal\text\Plugin\Field\FieldType\TextLongItem(7)
    *DEPTH TOO GREAT*
    protected classResolver -> Drupal\Core\DependencyInjection\ClassResolver(3)
    protected _serviceIds -> array(0)
    protected container -> Drupal\Core\DependencyInjection\Container(7)
    *DEPTH TOO GREAT*
    public _serviceId -> string(14) "class_resolver"
    protected cacheKey -> string(24) "typed_data_types_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(14) "data_type_info"
    protected subdir -> string(15) "Plugin/DataType"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    protected loadedFiles -> array(96)
    *DEPTH TOO GREAT*
    protected moduleList -> array(96)
    *DEPTH TOO GREAT*
    protected loaded -> boolTRUE
    protected implementations -> array(438)
    *DEPTH TOO GREAT*
    protected verified -> array(8)
    *DEPTH TOO GREAT*
    protected hookInfo -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected cacheNeedsWriting -> boolFALSE
    protected alterFunctions -> array(3)
    *DEPTH TOO GREAT*
    protected root -> string(17) "/var/www/html/web"
    protected includeFileKeys -> array(0)
    public _serviceId -> string(14) "module_handler"
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(41) "Drupal\Core\TypedData\Annotation\DataType"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(109)
    public Drupal\address -> string(27) "modules/contrib/address/src"
    public Drupal\allowed_formats -> string(35) "modules/contrib/allowed_formats/src"
    public Drupal\autologout -> string(30) "modules/contrib/autologout/src"
    public Drupal\automated_cron -> string(31) "core/modules/automated_cron/src"
    public Drupal\block -> string(22) "core/modules/block/src"
    public Drupal\block_content -> string(30) "core/modules/block_content/src"
    public Drupal\block_visibility_groups -> string(43) "modules/contrib/block_visibility_groups/src"
    public Drupal\breakpoint -> string(27) "core/modules/breakpoint/src"
    public Drupal\captcha -> string(27) "modules/contrib/captcha/src"
    public Drupal\ckeditor -> string(25) "core/modules/ckeditor/src"
    public Drupal\color -> string(22) "core/modules/color/src"
    public Drupal\config -> string(23) "core/modules/config/src"
    public Drupal\contact -> string(24) "core/modules/contact/src"
    public Drupal\contact_block -> string(33) "modules/contrib/contact_block/src"
    public Drupal\contextual -> string(27) "core/modules/contextual/src"
    public Drupal\csv_serialization -> string(37) "modules/contrib/csv_serialization/src"
    public Drupal\ctools -> string(26) "modules/contrib/ctools/src"
    public Drupal\custom -> string(32) "sites/default/modules/custom/src"
    public Drupal\custom_administer_content -> string(51) "sites/default/modules/custom_administer_content/src"
    public Drupal\custom_cancel_methods -> string(47) "sites/default/modules/custom_cancel_methods/src"
    public Drupal\custom_favourite -> string(42) "sites/default/modules/custom_favourite/src"
    public Drupal\custom_feature_polls -> string(46) "sites/default/modules/custom_feature_polls/src"
    public Drupal\custom_featured -> string(41) "sites/default/modules/custom_featured/src"
    public Drupal\custom_follow -> string(39) "sites/default/modules/custom_follow/src"
    public Drupal\custom_mail -> string(37) "sites/default/modules/custom_mail/src"
    public Drupal\custom_menu -> string(37) "sites/default/modules/custom_menu/src"
    public Drupal\custom_more -> string(37) "sites/default/modules/custom_more/src"
    public Drupal\custom_password_policy -> string(48) "sites/default/modules/custom_password_policy/src"
    public Drupal\custom_reactions -> string(42) "sites/default/modules/custom_reactions/src"
    public Drupal\custom_user_login -> string(43) "sites/default/modules/custom_user_login/src"
    public Drupal\custom_user_onboarding -> string(48) "sites/default/modules/custom_user_onboarding/src"
    public Drupal\custom_user_register -> string(46) "sites/default/modules/custom_user_register/src"
    public Drupal\custom_username_policy -> string(48) "sites/default/modules/custom_username_policy/src"
    public Drupal\custom_video -> string(38) "sites/default/modules/custom_video/src"
    public Drupal\datetime -> string(25) "core/modules/datetime/src"
    public Drupal\dblog -> string(22) "core/modules/dblog/src"
    public Drupal\devel -> string(25) "modules/contrib/devel/src"
    public Drupal\dynamic_entity_reference -> string(44) "modules/contrib/dynamic_entity_reference/src"
    public Drupal\dynamic_page_cache -> string(35) "core/modules/dynamic_page_cache/src"
    public Drupal\editor -> string(23) "core/modules/editor/src"
    public Drupal\editor_advanced_link -> string(40) "modules/contrib/editor_advanced_link/src"
    public Drupal\entity -> string(26) "modules/contrib/entity/src"
    public Drupal\entity_reference_revisions -> string(46) "modules/contrib/entity_reference_revisions/src"
    public Drupal\field -> string(22) "core/modules/field/src"
    public Drupal\field_ui -> string(25) "core/modules/field_ui/src"
    public Drupal\file -> string(21) "core/modules/file/src"
    public Drupal\filter -> string(23) "core/modules/filter/src"
    public Drupal\flag -> string(24) "modules/contrib/flag/src"
    public Drupal\google_analytics -> string(36) "modules/contrib/google_analytics/src"
    public Drupal\help -> string(21) "core/modules/help/src"
    public Drupal\history -> string(24) "core/modules/history/src"
    public Drupal\image -> string(22) "core/modules/image/src"
    public Drupal\imagemagick -> string(37) "sites/default/modules/imagemagick/src"
    public Drupal\kint -> string(30) "modules/contrib/devel/kint/src"
    public Drupal\link -> string(21) "core/modules/link/src"
    public Drupal\login_emailusername -> string(39) "modules/contrib/login_emailusername/src"
    public Drupal\mailsystem -> string(30) "modules/contrib/mailsystem/src"
    public Drupal\markup -> string(26) "modules/contrib/markup/src"
    public Drupal\masquerade -> string(30) "modules/contrib/masquerade/src"
    public Drupal\menu_ui -> string(24) "core/modules/menu_ui/src"
    public Drupal\mimemail -> string(28) "modules/contrib/mimemail/src"
    public Drupal\node -> string(21) "core/modules/node/src"
    public Drupal\options -> string(24) "core/modules/options/src"
    public Drupal\page_cache -> string(27) "core/modules/page_cache/src"
    public Drupal\paragraphs -> string(30) "modules/contrib/paragraphs/src"
    public Drupal\path -> string(21) "core/modules/path/src"
    public Drupal\prepopulate -> string(31) "modules/contrib/prepopulate/src"
    public Drupal\quickedit -> string(26) "core/modules/quickedit/src"
    public Drupal\r4032login -> string(30) "modules/contrib/r4032login/src"
    public Drupal\rate -> string(24) "modules/contrib/rate/src"
    public Drupal\rdf -> string(20) "core/modules/rdf/src"
    public Drupal\recaptcha -> string(29) "modules/contrib/recaptcha/src"
    public Drupal\rest -> string(21) "core/modules/rest/src"
    public Drupal\roleassign -> string(30) "modules/contrib/roleassign/src"
    public Drupal\s3fs -> string(24) "modules/contrib/s3fs/src"
    public Drupal\security_review -> string(35) "modules/contrib/security_review/src"
    public Drupal\serialization -> string(30) "core/modules/serialization/src"
    public Drupal\shortcut -> string(25) "core/modules/shortcut/src"
    public Drupal\smtp -> string(24) "modules/contrib/smtp/src"
    public Drupal\system -> string(23) "core/modules/system/src"
    public Drupal\taxonomy -> string(25) "core/modules/taxonomy/src"
    public Drupal\text -> string(21) "core/modules/text/src"
    public Drupal\token -> string(25) "modules/contrib/token/src"
    public Drupal\toolbar -> string(24) "core/modules/toolbar/src"
    public Drupal\update -> string(23) "core/modules/update/src"
    public Drupal\user -> string(21) "core/modules/user/src"
    public Drupal\user_registrationpassword -> string(51) "sites/default/modules/user_registrationpassword/src"
    public Drupal\view_unpublished -> string(36) "modules/contrib/view_unpublished/src"
    public Drupal\views_ifempty -> string(25) "modules/views_ifempty/src"
    public Drupal\views_ui -> string(25) "core/modules/views_ui/src"
    public Drupal\votingapi -> string(29) "modules/contrib/votingapi/src"
    public Drupal\menu_admin_per_menu -> string(39) "modules/contrib/menu_admin_per_menu/src"
    public Drupal\menu_link_content -> string(34) "core/modules/menu_link_content/src"
    public Drupal\pathauto -> string(28) "modules/contrib/pathauto/src"
    public Drupal\views -> string(22) "core/modules/views/src"
    public Drupal\standard -> string(26) "core/profiles/standard/src"
    public Drupal\Core\Config -> string(27) "core/lib/Drupal/Core/Config"
    public Drupal\Core\Entity -> string(27) "core/lib/Drupal/Core/Entity"
    public Drupal\Core\Datetime -> string(29) "core/lib/Drupal/Core/Datetime"
    public Drupal\Core\Block -> string(26) "core/lib/Drupal/Core/Block"
    public Drupal\Core\Validation -> string(31) "core/lib/Drupal/Core/Validation"
    public Drupal\Core\ProxyClass -> string(31) "core/lib/Drupal/Core/ProxyClass"
    public Drupal\Core\Field -> string(26) "core/lib/Drupal/Core/Field"
    public Drupal\Core\TypedData -> string(30) "core/lib/Drupal/Core/TypedData"
    public Drupal\Core\Render -> string(27) "core/lib/Drupal/Core/Render"
    public Drupal\Core\Mail -> string(25) "core/lib/Drupal/Core/Mail"
    public Drupal\Core\Menu -> string(25) "core/lib/Drupal/Core/Menu"
    public Drupal\Component\Annotation -> string(36) "core/lib/Drupal/Component/Annotation"
    public _serviceId -> string(20) "container.namespaces"
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> array(183)
    'dynamic_entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'entity_revision' => array(10)
    *DEPTH TOO GREAT*
    'entity_revision:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:file' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:action' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:view' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision_reference' => array(8)
    *DEPTH TOO GREAT*
    'filter_format' => array(8)
    *DEPTH TOO GREAT*
    'entity' => array(10)
    *DEPTH TOO GREAT*
    'entity:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity:block' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:file' => array(11)
    *DEPTH TOO GREAT*
    'entity:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity:node' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity:action' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity:user' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity:view' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'field_item:address' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_country' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_zone' => array(13)
    *DEPTH TOO GREAT*
    'field_item:datetime' => array(13)
    *DEPTH TOO GREAT*
    'field_item:dynamic_entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference_revisions' => array(13)
    *DEPTH TOO GREAT*
    'field_item:file' => array(15)
    *DEPTH TOO GREAT*
    'field_item:image' => array(16)
    *DEPTH TOO GREAT*
    'field_item:link' => array(14)
    *DEPTH TOO GREAT*
    'field_item:markup' => array(13)
    *DEPTH TOO GREAT*
    'field_item:list_float' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_integer' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_string' => array(14)
    *DEPTH TOO GREAT*
    'field_item:path' => array(12)
    *DEPTH TOO GREAT*
    'field_item:text_with_summary' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text_long' => array(14)
    *DEPTH TOO GREAT*
    'field_item:string' => array(13)
    *DEPTH TOO GREAT*
    'field_item:decimal' => array(13)
    *DEPTH TOO GREAT*
    'field_item:integer' => array(13)
    *DEPTH TOO GREAT*
    'field_item:uuid' => array(12)
    *DEPTH TOO GREAT*
    'field_item:float' => array(13)
    *DEPTH TOO GREAT*
    'field_item:boolean' => array(13)
    *DEPTH TOO GREAT*
    'field_item:created' => array(13)
    *DEPTH TOO GREAT*
    'field_item:changed' => array(13)
    *DEPTH TOO GREAT*
    'field_item:password' => array(11)
    *DEPTH TOO GREAT*
    'field_item:uri' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:string_long' => array(13)
    *DEPTH TOO GREAT*
    'field_item:email' => array(13)
    *DEPTH TOO GREAT*
    'field_item:language' => array(14)
    *DEPTH TOO GREAT*
    'field_item:timestamp' => array(14)
    *DEPTH TOO GREAT*
    'field_item:map' => array(11)
    *DEPTH TOO GREAT*
    'list' => array(8)
    *DEPTH TOO GREAT*
    'map' => array(8)
    *DEPTH TOO GREAT*
    'any' => array(8)
    *DEPTH TOO GREAT*
    'boolean' => array(8)
    *DEPTH TOO GREAT*
    'language' => array(9)
    *DEPTH TOO GREAT*
    'uri' => array(8)
    *DEPTH TOO GREAT*
    'float' => array(8)
    *DEPTH TOO GREAT*
    'integer' => array(8)
    *DEPTH TOO GREAT*
    'timespan' => array(8)
    *DEPTH TOO GREAT*
    'email' => array(9)
    *DEPTH TOO GREAT*
    'binary' => array(8)
    *DEPTH TOO GREAT*
    'string' => array(8)
    *DEPTH TOO GREAT*
    'datetime_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'timestamp' => array(8)
    *DEPTH TOO GREAT*
    'duration_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'language_reference' => array(8)
    *DEPTH TOO GREAT*
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    protected bin -> string(15) "cache_discovery"
    protected consistentBackend -> Drupal\Core\Cache\DatabaseBackend(3)
    *DEPTH TOO GREAT*
    protected fastBackend -> Drupal\Core\Cache\ApcuBackend(4)
    *DEPTH TOO GREAT*
    protected lastWriteTimestamp -> float1500182527.777
    public _serviceId -> string(15) "cache.discovery"
    protected useCaches -> boolTRUE
    protected _serviceIds -> array(0)
    public _serviceId -> string(18) "typed_data_manager"
    'promote' => Drupal\Core\Field\FieldItemList(7)
    protected list -> array(1)
    Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    protected definition -> Drupal\Core\Field\TypedData\FieldItemDataDefinition(2)
    *DEPTH TOO GREAT*
    protected values -> array(1)
    *DEPTH TOO GREAT*
    protected properties -> array(0)
    protected name -> integer0
    protected parent -> Drupal\Core\Field\FieldItemList(7) *RECURSION*
    protected stringTranslation -> NULL
    protected typedDataManager -> Drupal\Core\TypedData\TypedDataManager(22)
    *DEPTH TOO GREAT*
    protected langcode -> string(2) "en"
    protected definition -> Drupal\Core\Field\Entity\BaseFieldOverride(33)
    protected baseFieldDefinition -> Drupal\Core\Field\BaseFieldDefinition(6)
    protected type -> string(7) "boolean"
    protected propertyDefinitions -> array(1)
    *DEPTH TOO GREAT*
    protected schema -> NULL
    protected indexes -> array(0)
    protected itemDefinition -> Drupal\Core\Field\TypedData\FieldItemDataDefinition(2)
    *DEPTH TOO GREAT*
    protected definition -> array(9)
    *DEPTH TOO GREAT*
    protected id -> string(17) "node.page.promote"
    protected field_name -> string(7) "promote"
    protected field_type -> string(7) "boolean"
    protected entity_type -> string(4) "node"
    protected bundle -> string(4) "page"
    protected label -> string(22) "Promoted to front page"
    protected description -> string(0) ""
    protected settings -> array(2)
    'on_label' => string(2) "On"
    'off_label' => string(3) "Off"
    protected required -> boolFALSE
    protected translatable -> boolFALSE
    protected default_value -> array(1)
    array(1)
    *DEPTH TOO GREAT*
    protected default_value_callback -> string(0) ""
    protected fieldStorage -> NULL
    protected itemDefinition -> Drupal\Core\Field\TypedData\FieldItemDataDefinition(2)
    protected fieldDefinition -> Drupal\Core\Field\Entity\BaseFieldOverride(33) *RECURSION*
    protected definition -> array(2)
    *DEPTH TOO GREAT*
    protected constraints -> array(0)
    protected originalId -> string(17) "node.page.promote"
    protected status -> boolTRUE
    protected uuid -> string(36) "e380897d-4c5c-4ec5-9513-07449de66d1f"
    private isSyncing -> boolFALSE
    private isUninstalling -> boolFALSE
    protected langcode -> string(2) "en"
    protected third_party_settings -> array(0)
    protected _core -> array(1)
    'default_config_hash' => string(43) "fPUEnm4T5zfZRr3ttDUqq7yCDd2uW3clWD-pvos4tlQ"
    protected trustedData -> boolFALSE
    protected entityTypeId -> string(19) "base_field_override"
    protected enforceIsNew -> NULL
    protected typedData -> NULL
    protected cacheContexts -> array(0)
    protected cacheTags -> array(0)
    protected cacheMaxAge -> integer-1
    protected _serviceIds -> array(0)
    protected dependencies -> array(1)
    'config' => array(1)
    *DEPTH TOO GREAT*
    protected name -> string(7) "promote"
    protected parent -> Drupal\Core\Entity\Plugin\DataType\EntityAdapter(6)
    protected entity -> Drupal\node\Entity\Node(24) *RECURSION*
    protected definition -> Drupal\Core\Entity\TypedData\EntityDataDefinition(2)
    protected propertyDefinitions -> array(21)
    *DEPTH TOO GREAT*
    protected definition -> array(1)
    *DEPTH TOO GREAT*
    protected name -> NULL
    protected parent -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> Drupal\Core\TypedData\TypedDataManager(22)
    protected validator -> NULL
    protected constraintManager -> Drupal\Core\Validation\ConstraintManager(17)
    protected cacheKey -> string(29) "validation_constraint_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(21) "validation_constraint"
    protected subdir -> string(28) "Plugin/Validation/Constraint"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    *DEPTH TOO GREAT*
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(44) "Drupal\Core\Validation\Annotation\Constraint"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(108)
    *DEPTH TOO GREAT*
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected useCaches -> boolTRUE
    public _serviceId -> string(21) "validation.constraint"
    protected prototypes -> array(46)
    'entity:node:page:.nid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:nid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uuid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uuid.0' => Drupal\Core\Field\Plugin\Field\FieldType\UuidItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.vid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:vid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0.language' => Drupal\Core\TypedData\Plugin\DataType\LanguageReference(6)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\LanguageItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.type' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.title' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:title.0' => Drupal\Core\Field\Plugin\Field\FieldType\StringItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.status' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:status.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.created' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:created.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.changed' => Drupal\Core\Field\ChangedFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:changed.0' => Drupal\Core\Field\Plugin\Field\FieldType\ChangedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.promote' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:promote.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.sticky' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:sticky.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_timestamp' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_timestamp.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_log' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_translation_affected' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_translation_affected.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.default_langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:default_langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.path' => Drupal\path\Plugin\Field\FieldType\PathFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.menu_link' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.body' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.summary_processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0' => Drupal\text\Plugin\Field\FieldType\TextWithSummaryItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.field_sidebar' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0' => Drupal\text\Plugin\Field\FieldType\TextLongItem(7)
    *DEPTH TOO GREAT*
    protected classResolver -> Drupal\Core\DependencyInjection\ClassResolver(3)
    protected _serviceIds -> array(0)
    protected container -> Drupal\Core\DependencyInjection\Container(7)
    *DEPTH TOO GREAT*
    public _serviceId -> string(14) "class_resolver"
    protected cacheKey -> string(24) "typed_data_types_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(14) "data_type_info"
    protected subdir -> string(15) "Plugin/DataType"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    protected loadedFiles -> array(96)
    *DEPTH TOO GREAT*
    protected moduleList -> array(96)
    *DEPTH TOO GREAT*
    protected loaded -> boolTRUE
    protected implementations -> array(438)
    *DEPTH TOO GREAT*
    protected verified -> array(8)
    *DEPTH TOO GREAT*
    protected hookInfo -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected cacheNeedsWriting -> boolFALSE
    protected alterFunctions -> array(3)
    *DEPTH TOO GREAT*
    protected root -> string(17) "/var/www/html/web"
    protected includeFileKeys -> array(0)
    public _serviceId -> string(14) "module_handler"
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(41) "Drupal\Core\TypedData\Annotation\DataType"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(109)
    public Drupal\address -> string(27) "modules/contrib/address/src"
    public Drupal\allowed_formats -> string(35) "modules/contrib/allowed_formats/src"
    public Drupal\autologout -> string(30) "modules/contrib/autologout/src"
    public Drupal\automated_cron -> string(31) "core/modules/automated_cron/src"
    public Drupal\block -> string(22) "core/modules/block/src"
    public Drupal\block_content -> string(30) "core/modules/block_content/src"
    public Drupal\block_visibility_groups -> string(43) "modules/contrib/block_visibility_groups/src"
    public Drupal\breakpoint -> string(27) "core/modules/breakpoint/src"
    public Drupal\captcha -> string(27) "modules/contrib/captcha/src"
    public Drupal\ckeditor -> string(25) "core/modules/ckeditor/src"
    public Drupal\color -> string(22) "core/modules/color/src"
    public Drupal\config -> string(23) "core/modules/config/src"
    public Drupal\contact -> string(24) "core/modules/contact/src"
    public Drupal\contact_block -> string(33) "modules/contrib/contact_block/src"
    public Drupal\contextual -> string(27) "core/modules/contextual/src"
    public Drupal\csv_serialization -> string(37) "modules/contrib/csv_serialization/src"
    public Drupal\ctools -> string(26) "modules/contrib/ctools/src"
    public Drupal\custom -> string(32) "sites/default/modules/custom/src"
    public Drupal\custom_administer_content -> string(51) "sites/default/modules/custom_administer_content/src"
    public Drupal\custom_cancel_methods -> string(47) "sites/default/modules/custom_cancel_methods/src"
    public Drupal\custom_favourite -> string(42) "sites/default/modules/custom_favourite/src"
    public Drupal\custom_feature_polls -> string(46) "sites/default/modules/custom_feature_polls/src"
    public Drupal\custom_featured -> string(41) "sites/default/modules/custom_featured/src"
    public Drupal\custom_follow -> string(39) "sites/default/modules/custom_follow/src"
    public Drupal\custom_mail -> string(37) "sites/default/modules/custom_mail/src"
    public Drupal\custom_menu -> string(37) "sites/default/modules/custom_menu/src"
    public Drupal\custom_more -> string(37) "sites/default/modules/custom_more/src"
    public Drupal\custom_password_policy -> string(48) "sites/default/modules/custom_password_policy/src"
    public Drupal\custom_reactions -> string(42) "sites/default/modules/custom_reactions/src"
    public Drupal\custom_user_login -> string(43) "sites/default/modules/custom_user_login/src"
    public Drupal\custom_user_onboarding -> string(48) "sites/default/modules/custom_user_onboarding/src"
    public Drupal\custom_user_register -> string(46) "sites/default/modules/custom_user_register/src"
    public Drupal\custom_username_policy -> string(48) "sites/default/modules/custom_username_policy/src"
    public Drupal\custom_video -> string(38) "sites/default/modules/custom_video/src"
    public Drupal\datetime -> string(25) "core/modules/datetime/src"
    public Drupal\dblog -> string(22) "core/modules/dblog/src"
    public Drupal\devel -> string(25) "modules/contrib/devel/src"
    public Drupal\dynamic_entity_reference -> string(44) "modules/contrib/dynamic_entity_reference/src"
    public Drupal\dynamic_page_cache -> string(35) "core/modules/dynamic_page_cache/src"
    public Drupal\editor -> string(23) "core/modules/editor/src"
    public Drupal\editor_advanced_link -> string(40) "modules/contrib/editor_advanced_link/src"
    public Drupal\entity -> string(26) "modules/contrib/entity/src"
    public Drupal\entity_reference_revisions -> string(46) "modules/contrib/entity_reference_revisions/src"
    public Drupal\field -> string(22) "core/modules/field/src"
    public Drupal\field_ui -> string(25) "core/modules/field_ui/src"
    public Drupal\file -> string(21) "core/modules/file/src"
    public Drupal\filter -> string(23) "core/modules/filter/src"
    public Drupal\flag -> string(24) "modules/contrib/flag/src"
    public Drupal\google_analytics -> string(36) "modules/contrib/google_analytics/src"
    public Drupal\help -> string(21) "core/modules/help/src"
    public Drupal\history -> string(24) "core/modules/history/src"
    public Drupal\image -> string(22) "core/modules/image/src"
    public Drupal\imagemagick -> string(37) "sites/default/modules/imagemagick/src"
    public Drupal\kint -> string(30) "modules/contrib/devel/kint/src"
    public Drupal\link -> string(21) "core/modules/link/src"
    public Drupal\login_emailusername -> string(39) "modules/contrib/login_emailusername/src"
    public Drupal\mailsystem -> string(30) "modules/contrib/mailsystem/src"
    public Drupal\markup -> string(26) "modules/contrib/markup/src"
    public Drupal\masquerade -> string(30) "modules/contrib/masquerade/src"
    public Drupal\menu_ui -> string(24) "core/modules/menu_ui/src"
    public Drupal\mimemail -> string(28) "modules/contrib/mimemail/src"
    public Drupal\node -> string(21) "core/modules/node/src"
    public Drupal\options -> string(24) "core/modules/options/src"
    public Drupal\page_cache -> string(27) "core/modules/page_cache/src"
    public Drupal\paragraphs -> string(30) "modules/contrib/paragraphs/src"
    public Drupal\path -> string(21) "core/modules/path/src"
    public Drupal\prepopulate -> string(31) "modules/contrib/prepopulate/src"
    public Drupal\quickedit -> string(26) "core/modules/quickedit/src"
    public Drupal\r4032login -> string(30) "modules/contrib/r4032login/src"
    public Drupal\rate -> string(24) "modules/contrib/rate/src"
    public Drupal\rdf -> string(20) "core/modules/rdf/src"
    public Drupal\recaptcha -> string(29) "modules/contrib/recaptcha/src"
    public Drupal\rest -> string(21) "core/modules/rest/src"
    public Drupal\roleassign -> string(30) "modules/contrib/roleassign/src"
    public Drupal\s3fs -> string(24) "modules/contrib/s3fs/src"
    public Drupal\security_review -> string(35) "modules/contrib/security_review/src"
    public Drupal\serialization -> string(30) "core/modules/serialization/src"
    public Drupal\shortcut -> string(25) "core/modules/shortcut/src"
    public Drupal\smtp -> string(24) "modules/contrib/smtp/src"
    public Drupal\system -> string(23) "core/modules/system/src"
    public Drupal\taxonomy -> string(25) "core/modules/taxonomy/src"
    public Drupal\text -> string(21) "core/modules/text/src"
    public Drupal\token -> string(25) "modules/contrib/token/src"
    public Drupal\toolbar -> string(24) "core/modules/toolbar/src"
    public Drupal\update -> string(23) "core/modules/update/src"
    public Drupal\user -> string(21) "core/modules/user/src"
    public Drupal\user_registrationpassword -> string(51) "sites/default/modules/user_registrationpassword/src"
    public Drupal\view_unpublished -> string(36) "modules/contrib/view_unpublished/src"
    public Drupal\views_ifempty -> string(25) "modules/views_ifempty/src"
    public Drupal\views_ui -> string(25) "core/modules/views_ui/src"
    public Drupal\votingapi -> string(29) "modules/contrib/votingapi/src"
    public Drupal\menu_admin_per_menu -> string(39) "modules/contrib/menu_admin_per_menu/src"
    public Drupal\menu_link_content -> string(34) "core/modules/menu_link_content/src"
    public Drupal\pathauto -> string(28) "modules/contrib/pathauto/src"
    public Drupal\views -> string(22) "core/modules/views/src"
    public Drupal\standard -> string(26) "core/profiles/standard/src"
    public Drupal\Core\Config -> string(27) "core/lib/Drupal/Core/Config"
    public Drupal\Core\Entity -> string(27) "core/lib/Drupal/Core/Entity"
    public Drupal\Core\Datetime -> string(29) "core/lib/Drupal/Core/Datetime"
    public Drupal\Core\Block -> string(26) "core/lib/Drupal/Core/Block"
    public Drupal\Core\Validation -> string(31) "core/lib/Drupal/Core/Validation"
    public Drupal\Core\ProxyClass -> string(31) "core/lib/Drupal/Core/ProxyClass"
    public Drupal\Core\Field -> string(26) "core/lib/Drupal/Core/Field"
    public Drupal\Core\TypedData -> string(30) "core/lib/Drupal/Core/TypedData"
    public Drupal\Core\Render -> string(27) "core/lib/Drupal/Core/Render"
    public Drupal\Core\Mail -> string(25) "core/lib/Drupal/Core/Mail"
    public Drupal\Core\Menu -> string(25) "core/lib/Drupal/Core/Menu"
    public Drupal\Component\Annotation -> string(36) "core/lib/Drupal/Component/Annotation"
    public _serviceId -> string(20) "container.namespaces"
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> array(183)
    'dynamic_entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'entity_revision' => array(10)
    *DEPTH TOO GREAT*
    'entity_revision:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:file' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:action' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:view' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision_reference' => array(8)
    *DEPTH TOO GREAT*
    'filter_format' => array(8)
    *DEPTH TOO GREAT*
    'entity' => array(10)
    *DEPTH TOO GREAT*
    'entity:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity:block' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:file' => array(11)
    *DEPTH TOO GREAT*
    'entity:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity:node' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity:action' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity:user' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity:view' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'field_item:address' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_country' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_zone' => array(13)
    *DEPTH TOO GREAT*
    'field_item:datetime' => array(13)
    *DEPTH TOO GREAT*
    'field_item:dynamic_entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference_revisions' => array(13)
    *DEPTH TOO GREAT*
    'field_item:file' => array(15)
    *DEPTH TOO GREAT*
    'field_item:image' => array(16)
    *DEPTH TOO GREAT*
    'field_item:link' => array(14)
    *DEPTH TOO GREAT*
    'field_item:markup' => array(13)
    *DEPTH TOO GREAT*
    'field_item:list_float' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_integer' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_string' => array(14)
    *DEPTH TOO GREAT*
    'field_item:path' => array(12)
    *DEPTH TOO GREAT*
    'field_item:text_with_summary' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text_long' => array(14)
    *DEPTH TOO GREAT*
    'field_item:string' => array(13)
    *DEPTH TOO GREAT*
    'field_item:decimal' => array(13)
    *DEPTH TOO GREAT*
    'field_item:integer' => array(13)
    *DEPTH TOO GREAT*
    'field_item:uuid' => array(12)
    *DEPTH TOO GREAT*
    'field_item:float' => array(13)
    *DEPTH TOO GREAT*
    'field_item:boolean' => array(13)
    *DEPTH TOO GREAT*
    'field_item:created' => array(13)
    *DEPTH TOO GREAT*
    'field_item:changed' => array(13)
    *DEPTH TOO GREAT*
    'field_item:password' => array(11)
    *DEPTH TOO GREAT*
    'field_item:uri' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:string_long' => array(13)
    *DEPTH TOO GREAT*
    'field_item:email' => array(13)
    *DEPTH TOO GREAT*
    'field_item:language' => array(14)
    *DEPTH TOO GREAT*
    'field_item:timestamp' => array(14)
    *DEPTH TOO GREAT*
    'field_item:map' => array(11)
    *DEPTH TOO GREAT*
    'list' => array(8)
    *DEPTH TOO GREAT*
    'map' => array(8)
    *DEPTH TOO GREAT*
    'any' => array(8)
    *DEPTH TOO GREAT*
    'boolean' => array(8)
    *DEPTH TOO GREAT*
    'language' => array(9)
    *DEPTH TOO GREAT*
    'uri' => array(8)
    *DEPTH TOO GREAT*
    'float' => array(8)
    *DEPTH TOO GREAT*
    'integer' => array(8)
    *DEPTH TOO GREAT*
    'timespan' => array(8)
    *DEPTH TOO GREAT*
    'email' => array(9)
    *DEPTH TOO GREAT*
    'binary' => array(8)
    *DEPTH TOO GREAT*
    'string' => array(8)
    *DEPTH TOO GREAT*
    'datetime_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'timestamp' => array(8)
    *DEPTH TOO GREAT*
    'duration_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'language_reference' => array(8)
    *DEPTH TOO GREAT*
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    protected bin -> string(15) "cache_discovery"
    protected consistentBackend -> Drupal\Core\Cache\DatabaseBackend(3)
    *DEPTH TOO GREAT*
    protected fastBackend -> Drupal\Core\Cache\ApcuBackend(4)
    *DEPTH TOO GREAT*
    protected lastWriteTimestamp -> float1500182527.777
    public _serviceId -> string(15) "cache.discovery"
    protected useCaches -> boolTRUE
    protected _serviceIds -> array(0)
    public _serviceId -> string(18) "typed_data_manager"
    'sticky' => Drupal\Core\Field\FieldItemList(7)
    protected list -> array(1)
    Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    protected definition -> Drupal\Core\Field\TypedData\FieldItemDataDefinition(2)
    *DEPTH TOO GREAT*
    protected values -> array(1)
    *DEPTH TOO GREAT*
    protected properties -> array(0)
    protected name -> integer0
    protected parent -> Drupal\Core\Field\FieldItemList(7) *RECURSION*
    protected stringTranslation -> NULL
    protected typedDataManager -> Drupal\Core\TypedData\TypedDataManager(22)
    *DEPTH TOO GREAT*
    protected langcode -> string(2) "en"
    protected definition -> Drupal\Core\Field\BaseFieldDefinition(6)
    protected type -> string(7) "boolean"
    protected propertyDefinitions -> array(1)
    'value' => Drupal\Core\TypedData\DataDefinition(1)
    *DEPTH TOO GREAT*
    protected schema -> NULL
    protected indexes -> array(0)
    protected itemDefinition -> Drupal\Core\Field\TypedData\FieldItemDataDefinition(2)
    protected fieldDefinition -> Drupal\Core\Field\BaseFieldDefinition(6) *RECURSION*
    protected definition -> array(2)
    *DEPTH TOO GREAT*
    protected definition -> array(9)
    'label' => Drupal\Core\StringTranslation\TranslatableMarkup(5)
    *DEPTH TOO GREAT*
    'revisionable' => boolTRUE
    'translatable' => boolTRUE
    'default_value' => array(1)
    *DEPTH TOO GREAT*
    'display' => array(1)
    *DEPTH TOO GREAT*
    'provider' => string(4) "node"
    'field_name' => string(6) "sticky"
    'entity_type' => string(4) "node"
    'bundle' => NULL
    protected name -> string(6) "sticky"
    protected parent -> Drupal\Core\Entity\Plugin\DataType\EntityAdapter(6)
    protected entity -> Drupal\node\Entity\Node(24) *RECURSION*
    protected definition -> Drupal\Core\Entity\TypedData\EntityDataDefinition(2)
    protected propertyDefinitions -> array(21)
    *DEPTH TOO GREAT*
    protected definition -> array(1)
    *DEPTH TOO GREAT*
    protected name -> NULL
    protected parent -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> Drupal\Core\TypedData\TypedDataManager(22)
    protected validator -> NULL
    protected constraintManager -> Drupal\Core\Validation\ConstraintManager(17)
    protected cacheKey -> string(29) "validation_constraint_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(21) "validation_constraint"
    protected subdir -> string(28) "Plugin/Validation/Constraint"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    *DEPTH TOO GREAT*
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(44) "Drupal\Core\Validation\Annotation\Constraint"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(108)
    *DEPTH TOO GREAT*
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected useCaches -> boolTRUE
    public _serviceId -> string(21) "validation.constraint"
    protected prototypes -> array(46)
    'entity:node:page:.nid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:nid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uuid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uuid.0' => Drupal\Core\Field\Plugin\Field\FieldType\UuidItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.vid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:vid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0.language' => Drupal\Core\TypedData\Plugin\DataType\LanguageReference(6)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\LanguageItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.type' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.title' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:title.0' => Drupal\Core\Field\Plugin\Field\FieldType\StringItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.status' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:status.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.created' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:created.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.changed' => Drupal\Core\Field\ChangedFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:changed.0' => Drupal\Core\Field\Plugin\Field\FieldType\ChangedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.promote' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:promote.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.sticky' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:sticky.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_timestamp' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_timestamp.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_log' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_translation_affected' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_translation_affected.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.default_langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:default_langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.path' => Drupal\path\Plugin\Field\FieldType\PathFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.menu_link' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.body' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.summary_processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0' => Drupal\text\Plugin\Field\FieldType\TextWithSummaryItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.field_sidebar' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0' => Drupal\text\Plugin\Field\FieldType\TextLongItem(7)
    *DEPTH TOO GREAT*
    protected classResolver -> Drupal\Core\DependencyInjection\ClassResolver(3)
    protected _serviceIds -> array(0)
    protected container -> Drupal\Core\DependencyInjection\Container(7)
    *DEPTH TOO GREAT*
    public _serviceId -> string(14) "class_resolver"
    protected cacheKey -> string(24) "typed_data_types_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(14) "data_type_info"
    protected subdir -> string(15) "Plugin/DataType"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    protected loadedFiles -> array(96)
    *DEPTH TOO GREAT*
    protected moduleList -> array(96)
    *DEPTH TOO GREAT*
    protected loaded -> boolTRUE
    protected implementations -> array(438)
    *DEPTH TOO GREAT*
    protected verified -> array(8)
    *DEPTH TOO GREAT*
    protected hookInfo -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected cacheNeedsWriting -> boolFALSE
    protected alterFunctions -> array(3)
    *DEPTH TOO GREAT*
    protected root -> string(17) "/var/www/html/web"
    protected includeFileKeys -> array(0)
    public _serviceId -> string(14) "module_handler"
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(41) "Drupal\Core\TypedData\Annotation\DataType"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(109)
    public Drupal\address -> string(27) "modules/contrib/address/src"
    public Drupal\allowed_formats -> string(35) "modules/contrib/allowed_formats/src"
    public Drupal\autologout -> string(30) "modules/contrib/autologout/src"
    public Drupal\automated_cron -> string(31) "core/modules/automated_cron/src"
    public Drupal\block -> string(22) "core/modules/block/src"
    public Drupal\block_content -> string(30) "core/modules/block_content/src"
    public Drupal\block_visibility_groups -> string(43) "modules/contrib/block_visibility_groups/src"
    public Drupal\breakpoint -> string(27) "core/modules/breakpoint/src"
    public Drupal\captcha -> string(27) "modules/contrib/captcha/src"
    public Drupal\ckeditor -> string(25) "core/modules/ckeditor/src"
    public Drupal\color -> string(22) "core/modules/color/src"
    public Drupal\config -> string(23) "core/modules/config/src"
    public Drupal\contact -> string(24) "core/modules/contact/src"
    public Drupal\contact_block -> string(33) "modules/contrib/contact_block/src"
    public Drupal\contextual -> string(27) "core/modules/contextual/src"
    public Drupal\csv_serialization -> string(37) "modules/contrib/csv_serialization/src"
    public Drupal\ctools -> string(26) "modules/contrib/ctools/src"
    public Drupal\custom -> string(32) "sites/default/modules/custom/src"
    public Drupal\custom_administer_content -> string(51) "sites/default/modules/custom_administer_content/src"
    public Drupal\custom_cancel_methods -> string(47) "sites/default/modules/custom_cancel_methods/src"
    public Drupal\custom_favourite -> string(42) "sites/default/modules/custom_favourite/src"
    public Drupal\custom_feature_polls -> string(46) "sites/default/modules/custom_feature_polls/src"
    public Drupal\custom_featured -> string(41) "sites/default/modules/custom_featured/src"
    public Drupal\custom_follow -> string(39) "sites/default/modules/custom_follow/src"
    public Drupal\custom_mail -> string(37) "sites/default/modules/custom_mail/src"
    public Drupal\custom_menu -> string(37) "sites/default/modules/custom_menu/src"
    public Drupal\custom_more -> string(37) "sites/default/modules/custom_more/src"
    public Drupal\custom_password_policy -> string(48) "sites/default/modules/custom_password_policy/src"
    public Drupal\custom_reactions -> string(42) "sites/default/modules/custom_reactions/src"
    public Drupal\custom_user_login -> string(43) "sites/default/modules/custom_user_login/src"
    public Drupal\custom_user_onboarding -> string(48) "sites/default/modules/custom_user_onboarding/src"
    public Drupal\custom_user_register -> string(46) "sites/default/modules/custom_user_register/src"
    public Drupal\custom_username_policy -> string(48) "sites/default/modules/custom_username_policy/src"
    public Drupal\custom_video -> string(38) "sites/default/modules/custom_video/src"
    public Drupal\datetime -> string(25) "core/modules/datetime/src"
    public Drupal\dblog -> string(22) "core/modules/dblog/src"
    public Drupal\devel -> string(25) "modules/contrib/devel/src"
    public Drupal\dynamic_entity_reference -> string(44) "modules/contrib/dynamic_entity_reference/src"
    public Drupal\dynamic_page_cache -> string(35) "core/modules/dynamic_page_cache/src"
    public Drupal\editor -> string(23) "core/modules/editor/src"
    public Drupal\editor_advanced_link -> string(40) "modules/contrib/editor_advanced_link/src"
    public Drupal\entity -> string(26) "modules/contrib/entity/src"
    public Drupal\entity_reference_revisions -> string(46) "modules/contrib/entity_reference_revisions/src"
    public Drupal\field -> string(22) "core/modules/field/src"
    public Drupal\field_ui -> string(25) "core/modules/field_ui/src"
    public Drupal\file -> string(21) "core/modules/file/src"
    public Drupal\filter -> string(23) "core/modules/filter/src"
    public Drupal\flag -> string(24) "modules/contrib/flag/src"
    public Drupal\google_analytics -> string(36) "modules/contrib/google_analytics/src"
    public Drupal\help -> string(21) "core/modules/help/src"
    public Drupal\history -> string(24) "core/modules/history/src"
    public Drupal\image -> string(22) "core/modules/image/src"
    public Drupal\imagemagick -> string(37) "sites/default/modules/imagemagick/src"
    public Drupal\kint -> string(30) "modules/contrib/devel/kint/src"
    public Drupal\link -> string(21) "core/modules/link/src"
    public Drupal\login_emailusername -> string(39) "modules/contrib/login_emailusername/src"
    public Drupal\mailsystem -> string(30) "modules/contrib/mailsystem/src"
    public Drupal\markup -> string(26) "modules/contrib/markup/src"
    public Drupal\masquerade -> string(30) "modules/contrib/masquerade/src"
    public Drupal\menu_ui -> string(24) "core/modules/menu_ui/src"
    public Drupal\mimemail -> string(28) "modules/contrib/mimemail/src"
    public Drupal\node -> string(21) "core/modules/node/src"
    public Drupal\options -> string(24) "core/modules/options/src"
    public Drupal\page_cache -> string(27) "core/modules/page_cache/src"
    public Drupal\paragraphs -> string(30) "modules/contrib/paragraphs/src"
    public Drupal\path -> string(21) "core/modules/path/src"
    public Drupal\prepopulate -> string(31) "modules/contrib/prepopulate/src"
    public Drupal\quickedit -> string(26) "core/modules/quickedit/src"
    public Drupal\r4032login -> string(30) "modules/contrib/r4032login/src"
    public Drupal\rate -> string(24) "modules/contrib/rate/src"
    public Drupal\rdf -> string(20) "core/modules/rdf/src"
    public Drupal\recaptcha -> string(29) "modules/contrib/recaptcha/src"
    public Drupal\rest -> string(21) "core/modules/rest/src"
    public Drupal\roleassign -> string(30) "modules/contrib/roleassign/src"
    public Drupal\s3fs -> string(24) "modules/contrib/s3fs/src"
    public Drupal\security_review -> string(35) "modules/contrib/security_review/src"
    public Drupal\serialization -> string(30) "core/modules/serialization/src"
    public Drupal\shortcut -> string(25) "core/modules/shortcut/src"
    public Drupal\smtp -> string(24) "modules/contrib/smtp/src"
    public Drupal\system -> string(23) "core/modules/system/src"
    public Drupal\taxonomy -> string(25) "core/modules/taxonomy/src"
    public Drupal\text -> string(21) "core/modules/text/src"
    public Drupal\token -> string(25) "modules/contrib/token/src"
    public Drupal\toolbar -> string(24) "core/modules/toolbar/src"
    public Drupal\update -> string(23) "core/modules/update/src"
    public Drupal\user -> string(21) "core/modules/user/src"
    public Drupal\user_registrationpassword -> string(51) "sites/default/modules/user_registrationpassword/src"
    public Drupal\view_unpublished -> string(36) "modules/contrib/view_unpublished/src"
    public Drupal\views_ifempty -> string(25) "modules/views_ifempty/src"
    public Drupal\views_ui -> string(25) "core/modules/views_ui/src"
    public Drupal\votingapi -> string(29) "modules/contrib/votingapi/src"
    public Drupal\menu_admin_per_menu -> string(39) "modules/contrib/menu_admin_per_menu/src"
    public Drupal\menu_link_content -> string(34) "core/modules/menu_link_content/src"
    public Drupal\pathauto -> string(28) "modules/contrib/pathauto/src"
    public Drupal\views -> string(22) "core/modules/views/src"
    public Drupal\standard -> string(26) "core/profiles/standard/src"
    public Drupal\Core\Config -> string(27) "core/lib/Drupal/Core/Config"
    public Drupal\Core\Entity -> string(27) "core/lib/Drupal/Core/Entity"
    public Drupal\Core\Datetime -> string(29) "core/lib/Drupal/Core/Datetime"
    public Drupal\Core\Block -> string(26) "core/lib/Drupal/Core/Block"
    public Drupal\Core\Validation -> string(31) "core/lib/Drupal/Core/Validation"
    public Drupal\Core\ProxyClass -> string(31) "core/lib/Drupal/Core/ProxyClass"
    public Drupal\Core\Field -> string(26) "core/lib/Drupal/Core/Field"
    public Drupal\Core\TypedData -> string(30) "core/lib/Drupal/Core/TypedData"
    public Drupal\Core\Render -> string(27) "core/lib/Drupal/Core/Render"
    public Drupal\Core\Mail -> string(25) "core/lib/Drupal/Core/Mail"
    public Drupal\Core\Menu -> string(25) "core/lib/Drupal/Core/Menu"
    public Drupal\Component\Annotation -> string(36) "core/lib/Drupal/Component/Annotation"
    public _serviceId -> string(20) "container.namespaces"
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> array(183)
    'dynamic_entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'entity_revision' => array(10)
    *DEPTH TOO GREAT*
    'entity_revision:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:file' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:action' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:view' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision_reference' => array(8)
    *DEPTH TOO GREAT*
    'filter_format' => array(8)
    *DEPTH TOO GREAT*
    'entity' => array(10)
    *DEPTH TOO GREAT*
    'entity:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity:block' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:file' => array(11)
    *DEPTH TOO GREAT*
    'entity:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity:node' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity:action' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity:user' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity:view' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'field_item:address' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_country' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_zone' => array(13)
    *DEPTH TOO GREAT*
    'field_item:datetime' => array(13)
    *DEPTH TOO GREAT*
    'field_item:dynamic_entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference_revisions' => array(13)
    *DEPTH TOO GREAT*
    'field_item:file' => array(15)
    *DEPTH TOO GREAT*
    'field_item:image' => array(16)
    *DEPTH TOO GREAT*
    'field_item:link' => array(14)
    *DEPTH TOO GREAT*
    'field_item:markup' => array(13)
    *DEPTH TOO GREAT*
    'field_item:list_float' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_integer' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_string' => array(14)
    *DEPTH TOO GREAT*
    'field_item:path' => array(12)
    *DEPTH TOO GREAT*
    'field_item:text_with_summary' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text_long' => array(14)
    *DEPTH TOO GREAT*
    'field_item:string' => array(13)
    *DEPTH TOO GREAT*
    'field_item:decimal' => array(13)
    *DEPTH TOO GREAT*
    'field_item:integer' => array(13)
    *DEPTH TOO GREAT*
    'field_item:uuid' => array(12)
    *DEPTH TOO GREAT*
    'field_item:float' => array(13)
    *DEPTH TOO GREAT*
    'field_item:boolean' => array(13)
    *DEPTH TOO GREAT*
    'field_item:created' => array(13)
    *DEPTH TOO GREAT*
    'field_item:changed' => array(13)
    *DEPTH TOO GREAT*
    'field_item:password' => array(11)
    *DEPTH TOO GREAT*
    'field_item:uri' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:string_long' => array(13)
    *DEPTH TOO GREAT*
    'field_item:email' => array(13)
    *DEPTH TOO GREAT*
    'field_item:language' => array(14)
    *DEPTH TOO GREAT*
    'field_item:timestamp' => array(14)
    *DEPTH TOO GREAT*
    'field_item:map' => array(11)
    *DEPTH TOO GREAT*
    'list' => array(8)
    *DEPTH TOO GREAT*
    'map' => array(8)
    *DEPTH TOO GREAT*
    'any' => array(8)
    *DEPTH TOO GREAT*
    'boolean' => array(8)
    *DEPTH TOO GREAT*
    'language' => array(9)
    *DEPTH TOO GREAT*
    'uri' => array(8)
    *DEPTH TOO GREAT*
    'float' => array(8)
    *DEPTH TOO GREAT*
    'integer' => array(8)
    *DEPTH TOO GREAT*
    'timespan' => array(8)
    *DEPTH TOO GREAT*
    'email' => array(9)
    *DEPTH TOO GREAT*
    'binary' => array(8)
    *DEPTH TOO GREAT*
    'string' => array(8)
    *DEPTH TOO GREAT*
    'datetime_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'timestamp' => array(8)
    *DEPTH TOO GREAT*
    'duration_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'language_reference' => array(8)
    *DEPTH TOO GREAT*
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    protected bin -> string(15) "cache_discovery"
    protected consistentBackend -> Drupal\Core\Cache\DatabaseBackend(3)
    *DEPTH TOO GREAT*
    protected fastBackend -> Drupal\Core\Cache\ApcuBackend(4)
    *DEPTH TOO GREAT*
    protected lastWriteTimestamp -> float1500182527.777
    public _serviceId -> string(15) "cache.discovery"
    protected useCaches -> boolTRUE
    protected _serviceIds -> array(0)
    public _serviceId -> string(18) "typed_data_manager"
    'revision_timestamp' => Drupal\Core\Field\FieldItemList(7)
    protected list -> array(1)
    Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    protected definition -> Drupal\Core\Field\TypedData\FieldItemDataDefinition(2)
    *DEPTH TOO GREAT*
    protected values -> array(1)
    *DEPTH TOO GREAT*
    protected properties -> array(0)
    protected name -> integer0
    protected parent -> Drupal\Core\Field\FieldItemList(7) *RECURSION*
    protected stringTranslation -> NULL
    protected typedDataManager -> Drupal\Core\TypedData\TypedDataManager(22)
    *DEPTH TOO GREAT*
    protected langcode -> string(2) "en"
    protected definition -> Drupal\Core\Field\BaseFieldDefinition(6)
    protected type -> string(7) "created"
    protected propertyDefinitions -> array(1)
    'value' => Drupal\Core\TypedData\DataDefinition(1)
    *DEPTH TOO GREAT*
    protected schema -> NULL
    protected indexes -> array(0)
    protected itemDefinition -> Drupal\Core\Field\TypedData\FieldItemDataDefinition(2)
    protected fieldDefinition -> Drupal\Core\Field\BaseFieldDefinition(6) *RECURSION*
    protected definition -> array(2)
    *DEPTH TOO GREAT*
    protected definition -> array(8)
    'label' => Drupal\Core\StringTranslation\TranslatableMarkup(5)
    *DEPTH TOO GREAT*
    'description' => Drupal\Core\StringTranslation\TranslatableMarkup(5)
    *DEPTH TOO GREAT*
    'queryable' => boolFALSE
    'revisionable' => boolTRUE
    'provider' => string(4) "node"
    'field_name' => string(18) "revision_timestamp"
    'entity_type' => string(4) "node"
    'bundle' => NULL
    protected name -> string(18) "revision_timestamp"
    protected parent -> Drupal\Core\Entity\Plugin\DataType\EntityAdapter(6)
    protected entity -> Drupal\node\Entity\Node(24) *RECURSION*
    protected definition -> Drupal\Core\Entity\TypedData\EntityDataDefinition(2)
    protected propertyDefinitions -> array(21)
    *DEPTH TOO GREAT*
    protected definition -> array(1)
    *DEPTH TOO GREAT*
    protected name -> NULL
    protected parent -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> Drupal\Core\TypedData\TypedDataManager(22)
    protected validator -> NULL
    protected constraintManager -> Drupal\Core\Validation\ConstraintManager(17)
    protected cacheKey -> string(29) "validation_constraint_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(21) "validation_constraint"
    protected subdir -> string(28) "Plugin/Validation/Constraint"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    *DEPTH TOO GREAT*
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(44) "Drupal\Core\Validation\Annotation\Constraint"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(108)
    *DEPTH TOO GREAT*
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected useCaches -> boolTRUE
    public _serviceId -> string(21) "validation.constraint"
    protected prototypes -> array(46)
    'entity:node:page:.nid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:nid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uuid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uuid.0' => Drupal\Core\Field\Plugin\Field\FieldType\UuidItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.vid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:vid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0.language' => Drupal\Core\TypedData\Plugin\DataType\LanguageReference(6)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\LanguageItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.type' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.title' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:title.0' => Drupal\Core\Field\Plugin\Field\FieldType\StringItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.status' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:status.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.created' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:created.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.changed' => Drupal\Core\Field\ChangedFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:changed.0' => Drupal\Core\Field\Plugin\Field\FieldType\ChangedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.promote' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:promote.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.sticky' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:sticky.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_timestamp' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_timestamp.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_log' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_translation_affected' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_translation_affected.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.default_langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:default_langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.path' => Drupal\path\Plugin\Field\FieldType\PathFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.menu_link' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.body' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.summary_processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0' => Drupal\text\Plugin\Field\FieldType\TextWithSummaryItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.field_sidebar' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0' => Drupal\text\Plugin\Field\FieldType\TextLongItem(7)
    *DEPTH TOO GREAT*
    protected classResolver -> Drupal\Core\DependencyInjection\ClassResolver(3)
    protected _serviceIds -> array(0)
    protected container -> Drupal\Core\DependencyInjection\Container(7)
    *DEPTH TOO GREAT*
    public _serviceId -> string(14) "class_resolver"
    protected cacheKey -> string(24) "typed_data_types_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(14) "data_type_info"
    protected subdir -> string(15) "Plugin/DataType"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    protected loadedFiles -> array(96)
    *DEPTH TOO GREAT*
    protected moduleList -> array(96)
    *DEPTH TOO GREAT*
    protected loaded -> boolTRUE
    protected implementations -> array(438)
    *DEPTH TOO GREAT*
    protected verified -> array(8)
    *DEPTH TOO GREAT*
    protected hookInfo -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected cacheNeedsWriting -> boolFALSE
    protected alterFunctions -> array(3)
    *DEPTH TOO GREAT*
    protected root -> string(17) "/var/www/html/web"
    protected includeFileKeys -> array(0)
    public _serviceId -> string(14) "module_handler"
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(41) "Drupal\Core\TypedData\Annotation\DataType"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(109)
    public Drupal\address -> string(27) "modules/contrib/address/src"
    public Drupal\allowed_formats -> string(35) "modules/contrib/allowed_formats/src"
    public Drupal\autologout -> string(30) "modules/contrib/autologout/src"
    public Drupal\automated_cron -> string(31) "core/modules/automated_cron/src"
    public Drupal\block -> string(22) "core/modules/block/src"
    public Drupal\block_content -> string(30) "core/modules/block_content/src"
    public Drupal\block_visibility_groups -> string(43) "modules/contrib/block_visibility_groups/src"
    public Drupal\breakpoint -> string(27) "core/modules/breakpoint/src"
    public Drupal\captcha -> string(27) "modules/contrib/captcha/src"
    public Drupal\ckeditor -> string(25) "core/modules/ckeditor/src"
    public Drupal\color -> string(22) "core/modules/color/src"
    public Drupal\config -> string(23) "core/modules/config/src"
    public Drupal\contact -> string(24) "core/modules/contact/src"
    public Drupal\contact_block -> string(33) "modules/contrib/contact_block/src"
    public Drupal\contextual -> string(27) "core/modules/contextual/src"
    public Drupal\csv_serialization -> string(37) "modules/contrib/csv_serialization/src"
    public Drupal\ctools -> string(26) "modules/contrib/ctools/src"
    public Drupal\custom -> string(32) "sites/default/modules/custom/src"
    public Drupal\custom_administer_content -> string(51) "sites/default/modules/custom_administer_content/src"
    public Drupal\custom_cancel_methods -> string(47) "sites/default/modules/custom_cancel_methods/src"
    public Drupal\custom_favourite -> string(42) "sites/default/modules/custom_favourite/src"
    public Drupal\custom_feature_polls -> string(46) "sites/default/modules/custom_feature_polls/src"
    public Drupal\custom_featured -> string(41) "sites/default/modules/custom_featured/src"
    public Drupal\custom_follow -> string(39) "sites/default/modules/custom_follow/src"
    public Drupal\custom_mail -> string(37) "sites/default/modules/custom_mail/src"
    public Drupal\custom_menu -> string(37) "sites/default/modules/custom_menu/src"
    public Drupal\custom_more -> string(37) "sites/default/modules/custom_more/src"
    public Drupal\custom_password_policy -> string(48) "sites/default/modules/custom_password_policy/src"
    public Drupal\custom_reactions -> string(42) "sites/default/modules/custom_reactions/src"
    public Drupal\custom_user_login -> string(43) "sites/default/modules/custom_user_login/src"
    public Drupal\custom_user_onboarding -> string(48) "sites/default/modules/custom_user_onboarding/src"
    public Drupal\custom_user_register -> string(46) "sites/default/modules/custom_user_register/src"
    public Drupal\custom_username_policy -> string(48) "sites/default/modules/custom_username_policy/src"
    public Drupal\custom_video -> string(38) "sites/default/modules/custom_video/src"
    public Drupal\datetime -> string(25) "core/modules/datetime/src"
    public Drupal\dblog -> string(22) "core/modules/dblog/src"
    public Drupal\devel -> string(25) "modules/contrib/devel/src"
    public Drupal\dynamic_entity_reference -> string(44) "modules/contrib/dynamic_entity_reference/src"
    public Drupal\dynamic_page_cache -> string(35) "core/modules/dynamic_page_cache/src"
    public Drupal\editor -> string(23) "core/modules/editor/src"
    public Drupal\editor_advanced_link -> string(40) "modules/contrib/editor_advanced_link/src"
    public Drupal\entity -> string(26) "modules/contrib/entity/src"
    public Drupal\entity_reference_revisions -> string(46) "modules/contrib/entity_reference_revisions/src"
    public Drupal\field -> string(22) "core/modules/field/src"
    public Drupal\field_ui -> string(25) "core/modules/field_ui/src"
    public Drupal\file -> string(21) "core/modules/file/src"
    public Drupal\filter -> string(23) "core/modules/filter/src"
    public Drupal\flag -> string(24) "modules/contrib/flag/src"
    public Drupal\google_analytics -> string(36) "modules/contrib/google_analytics/src"
    public Drupal\help -> string(21) "core/modules/help/src"
    public Drupal\history -> string(24) "core/modules/history/src"
    public Drupal\image -> string(22) "core/modules/image/src"
    public Drupal\imagemagick -> string(37) "sites/default/modules/imagemagick/src"
    public Drupal\kint -> string(30) "modules/contrib/devel/kint/src"
    public Drupal\link -> string(21) "core/modules/link/src"
    public Drupal\login_emailusername -> string(39) "modules/contrib/login_emailusername/src"
    public Drupal\mailsystem -> string(30) "modules/contrib/mailsystem/src"
    public Drupal\markup -> string(26) "modules/contrib/markup/src"
    public Drupal\masquerade -> string(30) "modules/contrib/masquerade/src"
    public Drupal\menu_ui -> string(24) "core/modules/menu_ui/src"
    public Drupal\mimemail -> string(28) "modules/contrib/mimemail/src"
    public Drupal\node -> string(21) "core/modules/node/src"
    public Drupal\options -> string(24) "core/modules/options/src"
    public Drupal\page_cache -> string(27) "core/modules/page_cache/src"
    public Drupal\paragraphs -> string(30) "modules/contrib/paragraphs/src"
    public Drupal\path -> string(21) "core/modules/path/src"
    public Drupal\prepopulate -> string(31) "modules/contrib/prepopulate/src"
    public Drupal\quickedit -> string(26) "core/modules/quickedit/src"
    public Drupal\r4032login -> string(30) "modules/contrib/r4032login/src"
    public Drupal\rate -> string(24) "modules/contrib/rate/src"
    public Drupal\rdf -> string(20) "core/modules/rdf/src"
    public Drupal\recaptcha -> string(29) "modules/contrib/recaptcha/src"
    public Drupal\rest -> string(21) "core/modules/rest/src"
    public Drupal\roleassign -> string(30) "modules/contrib/roleassign/src"
    public Drupal\s3fs -> string(24) "modules/contrib/s3fs/src"
    public Drupal\security_review -> string(35) "modules/contrib/security_review/src"
    public Drupal\serialization -> string(30) "core/modules/serialization/src"
    public Drupal\shortcut -> string(25) "core/modules/shortcut/src"
    public Drupal\smtp -> string(24) "modules/contrib/smtp/src"
    public Drupal\system -> string(23) "core/modules/system/src"
    public Drupal\taxonomy -> string(25) "core/modules/taxonomy/src"
    public Drupal\text -> string(21) "core/modules/text/src"
    public Drupal\token -> string(25) "modules/contrib/token/src"
    public Drupal\toolbar -> string(24) "core/modules/toolbar/src"
    public Drupal\update -> string(23) "core/modules/update/src"
    public Drupal\user -> string(21) "core/modules/user/src"
    public Drupal\user_registrationpassword -> string(51) "sites/default/modules/user_registrationpassword/src"
    public Drupal\view_unpublished -> string(36) "modules/contrib/view_unpublished/src"
    public Drupal\views_ifempty -> string(25) "modules/views_ifempty/src"
    public Drupal\views_ui -> string(25) "core/modules/views_ui/src"
    public Drupal\votingapi -> string(29) "modules/contrib/votingapi/src"
    public Drupal\menu_admin_per_menu -> string(39) "modules/contrib/menu_admin_per_menu/src"
    public Drupal\menu_link_content -> string(34) "core/modules/menu_link_content/src"
    public Drupal\pathauto -> string(28) "modules/contrib/pathauto/src"
    public Drupal\views -> string(22) "core/modules/views/src"
    public Drupal\standard -> string(26) "core/profiles/standard/src"
    public Drupal\Core\Config -> string(27) "core/lib/Drupal/Core/Config"
    public Drupal\Core\Entity -> string(27) "core/lib/Drupal/Core/Entity"
    public Drupal\Core\Datetime -> string(29) "core/lib/Drupal/Core/Datetime"
    public Drupal\Core\Block -> string(26) "core/lib/Drupal/Core/Block"
    public Drupal\Core\Validation -> string(31) "core/lib/Drupal/Core/Validation"
    public Drupal\Core\ProxyClass -> string(31) "core/lib/Drupal/Core/ProxyClass"
    public Drupal\Core\Field -> string(26) "core/lib/Drupal/Core/Field"
    public Drupal\Core\TypedData -> string(30) "core/lib/Drupal/Core/TypedData"
    public Drupal\Core\Render -> string(27) "core/lib/Drupal/Core/Render"
    public Drupal\Core\Mail -> string(25) "core/lib/Drupal/Core/Mail"
    public Drupal\Core\Menu -> string(25) "core/lib/Drupal/Core/Menu"
    public Drupal\Component\Annotation -> string(36) "core/lib/Drupal/Component/Annotation"
    public _serviceId -> string(20) "container.namespaces"
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> array(183)
    'dynamic_entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'entity_revision' => array(10)
    *DEPTH TOO GREAT*
    'entity_revision:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:file' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:action' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:view' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision_reference' => array(8)
    *DEPTH TOO GREAT*
    'filter_format' => array(8)
    *DEPTH TOO GREAT*
    'entity' => array(10)
    *DEPTH TOO GREAT*
    'entity:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity:block' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:file' => array(11)
    *DEPTH TOO GREAT*
    'entity:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity:node' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity:action' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity:user' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity:view' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'field_item:address' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_country' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_zone' => array(13)
    *DEPTH TOO GREAT*
    'field_item:datetime' => array(13)
    *DEPTH TOO GREAT*
    'field_item:dynamic_entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference_revisions' => array(13)
    *DEPTH TOO GREAT*
    'field_item:file' => array(15)
    *DEPTH TOO GREAT*
    'field_item:image' => array(16)
    *DEPTH TOO GREAT*
    'field_item:link' => array(14)
    *DEPTH TOO GREAT*
    'field_item:markup' => array(13)
    *DEPTH TOO GREAT*
    'field_item:list_float' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_integer' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_string' => array(14)
    *DEPTH TOO GREAT*
    'field_item:path' => array(12)
    *DEPTH TOO GREAT*
    'field_item:text_with_summary' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text_long' => array(14)
    *DEPTH TOO GREAT*
    'field_item:string' => array(13)
    *DEPTH TOO GREAT*
    'field_item:decimal' => array(13)
    *DEPTH TOO GREAT*
    'field_item:integer' => array(13)
    *DEPTH TOO GREAT*
    'field_item:uuid' => array(12)
    *DEPTH TOO GREAT*
    'field_item:float' => array(13)
    *DEPTH TOO GREAT*
    'field_item:boolean' => array(13)
    *DEPTH TOO GREAT*
    'field_item:created' => array(13)
    *DEPTH TOO GREAT*
    'field_item:changed' => array(13)
    *DEPTH TOO GREAT*
    'field_item:password' => array(11)
    *DEPTH TOO GREAT*
    'field_item:uri' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:string_long' => array(13)
    *DEPTH TOO GREAT*
    'field_item:email' => array(13)
    *DEPTH TOO GREAT*
    'field_item:language' => array(14)
    *DEPTH TOO GREAT*
    'field_item:timestamp' => array(14)
    *DEPTH TOO GREAT*
    'field_item:map' => array(11)
    *DEPTH TOO GREAT*
    'list' => array(8)
    *DEPTH TOO GREAT*
    'map' => array(8)
    *DEPTH TOO GREAT*
    'any' => array(8)
    *DEPTH TOO GREAT*
    'boolean' => array(8)
    *DEPTH TOO GREAT*
    'language' => array(9)
    *DEPTH TOO GREAT*
    'uri' => array(8)
    *DEPTH TOO GREAT*
    'float' => array(8)
    *DEPTH TOO GREAT*
    'integer' => array(8)
    *DEPTH TOO GREAT*
    'timespan' => array(8)
    *DEPTH TOO GREAT*
    'email' => array(9)
    *DEPTH TOO GREAT*
    'binary' => array(8)
    *DEPTH TOO GREAT*
    'string' => array(8)
    *DEPTH TOO GREAT*
    'datetime_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'timestamp' => array(8)
    *DEPTH TOO GREAT*
    'duration_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'language_reference' => array(8)
    *DEPTH TOO GREAT*
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    protected bin -> string(15) "cache_discovery"
    protected consistentBackend -> Drupal\Core\Cache\DatabaseBackend(3)
    *DEPTH TOO GREAT*
    protected fastBackend -> Drupal\Core\Cache\ApcuBackend(4)
    *DEPTH TOO GREAT*
    protected lastWriteTimestamp -> float1500182527.777
    public _serviceId -> string(15) "cache.discovery"
    protected useCaches -> boolTRUE
    protected _serviceIds -> array(0)
    public _serviceId -> string(18) "typed_data_manager"
    'revision_uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    protected list -> array(1)
    Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    protected definition -> Drupal\Core\Field\TypedData\FieldItemDataDefinition(2)
    *DEPTH TOO GREAT*
    protected values -> array(1)
    *DEPTH TOO GREAT*
    protected properties -> array(1)
    *DEPTH TOO GREAT*
    protected name -> integer0
    protected parent -> Drupal\Core\Field\EntityReferenceFieldItemList(7) *RECURSION*
    protected stringTranslation -> NULL
    protected typedDataManager -> Drupal\Core\TypedData\TypedDataManager(22)
    *DEPTH TOO GREAT*
    protected langcode -> string(2) "en"
    protected definition -> Drupal\Core\Field\BaseFieldDefinition(6)
    protected type -> string(16) "entity_reference"
    protected propertyDefinitions -> array(2)
    'target_id' => Drupal\Core\TypedData\DataReferenceTargetDefinition(1)
    *DEPTH TOO GREAT*
    'entity' => Drupal\Core\TypedData\DataReferenceDefinition(2)
    *DEPTH TOO GREAT*
    protected schema -> NULL
    protected indexes -> array(0)
    protected itemDefinition -> Drupal\Core\Field\TypedData\FieldItemDataDefinition(2)
    protected fieldDefinition -> Drupal\Core\Field\BaseFieldDefinition(6) *RECURSION*
    protected definition -> array(2)
    *DEPTH TOO GREAT*
    protected definition -> array(8)
    'label' => Drupal\Core\StringTranslation\TranslatableMarkup(5)
    *DEPTH TOO GREAT*
    'description' => Drupal\Core\StringTranslation\TranslatableMarkup(5)
    *DEPTH TOO GREAT*
    'queryable' => boolFALSE
    'revisionable' => boolTRUE
    'provider' => string(4) "node"
    'field_name' => string(12) "revision_uid"
    'entity_type' => string(4) "node"
    'bundle' => NULL
    protected name -> string(12) "revision_uid"
    protected parent -> Drupal\Core\Entity\Plugin\DataType\EntityAdapter(6)
    protected entity -> Drupal\node\Entity\Node(24) *RECURSION*
    protected definition -> Drupal\Core\Entity\TypedData\EntityDataDefinition(2)
    protected propertyDefinitions -> array(21)
    *DEPTH TOO GREAT*
    protected definition -> array(1)
    *DEPTH TOO GREAT*
    protected name -> NULL
    protected parent -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> Drupal\Core\TypedData\TypedDataManager(22)
    protected validator -> NULL
    protected constraintManager -> Drupal\Core\Validation\ConstraintManager(17)
    protected cacheKey -> string(29) "validation_constraint_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(21) "validation_constraint"
    protected subdir -> string(28) "Plugin/Validation/Constraint"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    *DEPTH TOO GREAT*
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(44) "Drupal\Core\Validation\Annotation\Constraint"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(108)
    *DEPTH TOO GREAT*
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected useCaches -> boolTRUE
    public _serviceId -> string(21) "validation.constraint"
    protected prototypes -> array(46)
    'entity:node:page:.nid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:nid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uuid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uuid.0' => Drupal\Core\Field\Plugin\Field\FieldType\UuidItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.vid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:vid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0.language' => Drupal\Core\TypedData\Plugin\DataType\LanguageReference(6)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\LanguageItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.type' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.title' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:title.0' => Drupal\Core\Field\Plugin\Field\FieldType\StringItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.status' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:status.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.created' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:created.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.changed' => Drupal\Core\Field\ChangedFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:changed.0' => Drupal\Core\Field\Plugin\Field\FieldType\ChangedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.promote' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:promote.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.sticky' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:sticky.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_timestamp' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_timestamp.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_log' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_translation_affected' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_translation_affected.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.default_langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:default_langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.path' => Drupal\path\Plugin\Field\FieldType\PathFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.menu_link' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.body' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.summary_processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0' => Drupal\text\Plugin\Field\FieldType\TextWithSummaryItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.field_sidebar' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0' => Drupal\text\Plugin\Field\FieldType\TextLongItem(7)
    *DEPTH TOO GREAT*
    protected classResolver -> Drupal\Core\DependencyInjection\ClassResolver(3)
    protected _serviceIds -> array(0)
    protected container -> Drupal\Core\DependencyInjection\Container(7)
    *DEPTH TOO GREAT*
    public _serviceId -> string(14) "class_resolver"
    protected cacheKey -> string(24) "typed_data_types_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(14) "data_type_info"
    protected subdir -> string(15) "Plugin/DataType"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    protected loadedFiles -> array(96)
    *DEPTH TOO GREAT*
    protected moduleList -> array(96)
    *DEPTH TOO GREAT*
    protected loaded -> boolTRUE
    protected implementations -> array(438)
    *DEPTH TOO GREAT*
    protected verified -> array(8)
    *DEPTH TOO GREAT*
    protected hookInfo -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected cacheNeedsWriting -> boolFALSE
    protected alterFunctions -> array(3)
    *DEPTH TOO GREAT*
    protected root -> string(17) "/var/www/html/web"
    protected includeFileKeys -> array(0)
    public _serviceId -> string(14) "module_handler"
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(41) "Drupal\Core\TypedData\Annotation\DataType"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(109)
    public Drupal\address -> string(27) "modules/contrib/address/src"
    public Drupal\allowed_formats -> string(35) "modules/contrib/allowed_formats/src"
    public Drupal\autologout -> string(30) "modules/contrib/autologout/src"
    public Drupal\automated_cron -> string(31) "core/modules/automated_cron/src"
    public Drupal\block -> string(22) "core/modules/block/src"
    public Drupal\block_content -> string(30) "core/modules/block_content/src"
    public Drupal\block_visibility_groups -> string(43) "modules/contrib/block_visibility_groups/src"
    public Drupal\breakpoint -> string(27) "core/modules/breakpoint/src"
    public Drupal\captcha -> string(27) "modules/contrib/captcha/src"
    public Drupal\ckeditor -> string(25) "core/modules/ckeditor/src"
    public Drupal\color -> string(22) "core/modules/color/src"
    public Drupal\config -> string(23) "core/modules/config/src"
    public Drupal\contact -> string(24) "core/modules/contact/src"
    public Drupal\contact_block -> string(33) "modules/contrib/contact_block/src"
    public Drupal\contextual -> string(27) "core/modules/contextual/src"
    public Drupal\csv_serialization -> string(37) "modules/contrib/csv_serialization/src"
    public Drupal\ctools -> string(26) "modules/contrib/ctools/src"
    public Drupal\custom -> string(32) "sites/default/modules/custom/src"
    public Drupal\custom_administer_content -> string(51) "sites/default/modules/custom_administer_content/src"
    public Drupal\custom_cancel_methods -> string(47) "sites/default/modules/custom_cancel_methods/src"
    public Drupal\custom_favourite -> string(42) "sites/default/modules/custom_favourite/src"
    public Drupal\custom_feature_polls -> string(46) "sites/default/modules/custom_feature_polls/src"
    public Drupal\custom_featured -> string(41) "sites/default/modules/custom_featured/src"
    public Drupal\custom_follow -> string(39) "sites/default/modules/custom_follow/src"
    public Drupal\custom_mail -> string(37) "sites/default/modules/custom_mail/src"
    public Drupal\custom_menu -> string(37) "sites/default/modules/custom_menu/src"
    public Drupal\custom_more -> string(37) "sites/default/modules/custom_more/src"
    public Drupal\custom_password_policy -> string(48) "sites/default/modules/custom_password_policy/src"
    public Drupal\custom_reactions -> string(42) "sites/default/modules/custom_reactions/src"
    public Drupal\custom_user_login -> string(43) "sites/default/modules/custom_user_login/src"
    public Drupal\custom_user_onboarding -> string(48) "sites/default/modules/custom_user_onboarding/src"
    public Drupal\custom_user_register -> string(46) "sites/default/modules/custom_user_register/src"
    public Drupal\custom_username_policy -> string(48) "sites/default/modules/custom_username_policy/src"
    public Drupal\custom_video -> string(38) "sites/default/modules/custom_video/src"
    public Drupal\datetime -> string(25) "core/modules/datetime/src"
    public Drupal\dblog -> string(22) "core/modules/dblog/src"
    public Drupal\devel -> string(25) "modules/contrib/devel/src"
    public Drupal\dynamic_entity_reference -> string(44) "modules/contrib/dynamic_entity_reference/src"
    public Drupal\dynamic_page_cache -> string(35) "core/modules/dynamic_page_cache/src"
    public Drupal\editor -> string(23) "core/modules/editor/src"
    public Drupal\editor_advanced_link -> string(40) "modules/contrib/editor_advanced_link/src"
    public Drupal\entity -> string(26) "modules/contrib/entity/src"
    public Drupal\entity_reference_revisions -> string(46) "modules/contrib/entity_reference_revisions/src"
    public Drupal\field -> string(22) "core/modules/field/src"
    public Drupal\field_ui -> string(25) "core/modules/field_ui/src"
    public Drupal\file -> string(21) "core/modules/file/src"
    public Drupal\filter -> string(23) "core/modules/filter/src"
    public Drupal\flag -> string(24) "modules/contrib/flag/src"
    public Drupal\google_analytics -> string(36) "modules/contrib/google_analytics/src"
    public Drupal\help -> string(21) "core/modules/help/src"
    public Drupal\history -> string(24) "core/modules/history/src"
    public Drupal\image -> string(22) "core/modules/image/src"
    public Drupal\imagemagick -> string(37) "sites/default/modules/imagemagick/src"
    public Drupal\kint -> string(30) "modules/contrib/devel/kint/src"
    public Drupal\link -> string(21) "core/modules/link/src"
    public Drupal\login_emailusername -> string(39) "modules/contrib/login_emailusername/src"
    public Drupal\mailsystem -> string(30) "modules/contrib/mailsystem/src"
    public Drupal\markup -> string(26) "modules/contrib/markup/src"
    public Drupal\masquerade -> string(30) "modules/contrib/masquerade/src"
    public Drupal\menu_ui -> string(24) "core/modules/menu_ui/src"
    public Drupal\mimemail -> string(28) "modules/contrib/mimemail/src"
    public Drupal\node -> string(21) "core/modules/node/src"
    public Drupal\options -> string(24) "core/modules/options/src"
    public Drupal\page_cache -> string(27) "core/modules/page_cache/src"
    public Drupal\paragraphs -> string(30) "modules/contrib/paragraphs/src"
    public Drupal\path -> string(21) "core/modules/path/src"
    public Drupal\prepopulate -> string(31) "modules/contrib/prepopulate/src"
    public Drupal\quickedit -> string(26) "core/modules/quickedit/src"
    public Drupal\r4032login -> string(30) "modules/contrib/r4032login/src"
    public Drupal\rate -> string(24) "modules/contrib/rate/src"
    public Drupal\rdf -> string(20) "core/modules/rdf/src"
    public Drupal\recaptcha -> string(29) "modules/contrib/recaptcha/src"
    public Drupal\rest -> string(21) "core/modules/rest/src"
    public Drupal\roleassign -> string(30) "modules/contrib/roleassign/src"
    public Drupal\s3fs -> string(24) "modules/contrib/s3fs/src"
    public Drupal\security_review -> string(35) "modules/contrib/security_review/src"
    public Drupal\serialization -> string(30) "core/modules/serialization/src"
    public Drupal\shortcut -> string(25) "core/modules/shortcut/src"
    public Drupal\smtp -> string(24) "modules/contrib/smtp/src"
    public Drupal\system -> string(23) "core/modules/system/src"
    public Drupal\taxonomy -> string(25) "core/modules/taxonomy/src"
    public Drupal\text -> string(21) "core/modules/text/src"
    public Drupal\token -> string(25) "modules/contrib/token/src"
    public Drupal\toolbar -> string(24) "core/modules/toolbar/src"
    public Drupal\update -> string(23) "core/modules/update/src"
    public Drupal\user -> string(21) "core/modules/user/src"
    public Drupal\user_registrationpassword -> string(51) "sites/default/modules/user_registrationpassword/src"
    public Drupal\view_unpublished -> string(36) "modules/contrib/view_unpublished/src"
    public Drupal\views_ifempty -> string(25) "modules/views_ifempty/src"
    public Drupal\views_ui -> string(25) "core/modules/views_ui/src"
    public Drupal\votingapi -> string(29) "modules/contrib/votingapi/src"
    public Drupal\menu_admin_per_menu -> string(39) "modules/contrib/menu_admin_per_menu/src"
    public Drupal\menu_link_content -> string(34) "core/modules/menu_link_content/src"
    public Drupal\pathauto -> string(28) "modules/contrib/pathauto/src"
    public Drupal\views -> string(22) "core/modules/views/src"
    public Drupal\standard -> string(26) "core/profiles/standard/src"
    public Drupal\Core\Config -> string(27) "core/lib/Drupal/Core/Config"
    public Drupal\Core\Entity -> string(27) "core/lib/Drupal/Core/Entity"
    public Drupal\Core\Datetime -> string(29) "core/lib/Drupal/Core/Datetime"
    public Drupal\Core\Block -> string(26) "core/lib/Drupal/Core/Block"
    public Drupal\Core\Validation -> string(31) "core/lib/Drupal/Core/Validation"
    public Drupal\Core\ProxyClass -> string(31) "core/lib/Drupal/Core/ProxyClass"
    public Drupal\Core\Field -> string(26) "core/lib/Drupal/Core/Field"
    public Drupal\Core\TypedData -> string(30) "core/lib/Drupal/Core/TypedData"
    public Drupal\Core\Render -> string(27) "core/lib/Drupal/Core/Render"
    public Drupal\Core\Mail -> string(25) "core/lib/Drupal/Core/Mail"
    public Drupal\Core\Menu -> string(25) "core/lib/Drupal/Core/Menu"
    public Drupal\Component\Annotation -> string(36) "core/lib/Drupal/Component/Annotation"
    public _serviceId -> string(20) "container.namespaces"
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> array(183)
    'dynamic_entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'entity_revision' => array(10)
    *DEPTH TOO GREAT*
    'entity_revision:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:file' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:action' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:view' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision_reference' => array(8)
    *DEPTH TOO GREAT*
    'filter_format' => array(8)
    *DEPTH TOO GREAT*
    'entity' => array(10)
    *DEPTH TOO GREAT*
    'entity:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity:block' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:file' => array(11)
    *DEPTH TOO GREAT*
    'entity:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity:node' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity:action' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity:user' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity:view' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'field_item:address' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_country' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_zone' => array(13)
    *DEPTH TOO GREAT*
    'field_item:datetime' => array(13)
    *DEPTH TOO GREAT*
    'field_item:dynamic_entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference_revisions' => array(13)
    *DEPTH TOO GREAT*
    'field_item:file' => array(15)
    *DEPTH TOO GREAT*
    'field_item:image' => array(16)
    *DEPTH TOO GREAT*
    'field_item:link' => array(14)
    *DEPTH TOO GREAT*
    'field_item:markup' => array(13)
    *DEPTH TOO GREAT*
    'field_item:list_float' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_integer' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_string' => array(14)
    *DEPTH TOO GREAT*
    'field_item:path' => array(12)
    *DEPTH TOO GREAT*
    'field_item:text_with_summary' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text_long' => array(14)
    *DEPTH TOO GREAT*
    'field_item:string' => array(13)
    *DEPTH TOO GREAT*
    'field_item:decimal' => array(13)
    *DEPTH TOO GREAT*
    'field_item:integer' => array(13)
    *DEPTH TOO GREAT*
    'field_item:uuid' => array(12)
    *DEPTH TOO GREAT*
    'field_item:float' => array(13)
    *DEPTH TOO GREAT*
    'field_item:boolean' => array(13)
    *DEPTH TOO GREAT*
    'field_item:created' => array(13)
    *DEPTH TOO GREAT*
    'field_item:changed' => array(13)
    *DEPTH TOO GREAT*
    'field_item:password' => array(11)
    *DEPTH TOO GREAT*
    'field_item:uri' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:string_long' => array(13)
    *DEPTH TOO GREAT*
    'field_item:email' => array(13)
    *DEPTH TOO GREAT*
    'field_item:language' => array(14)
    *DEPTH TOO GREAT*
    'field_item:timestamp' => array(14)
    *DEPTH TOO GREAT*
    'field_item:map' => array(11)
    *DEPTH TOO GREAT*
    'list' => array(8)
    *DEPTH TOO GREAT*
    'map' => array(8)
    *DEPTH TOO GREAT*
    'any' => array(8)
    *DEPTH TOO GREAT*
    'boolean' => array(8)
    *DEPTH TOO GREAT*
    'language' => array(9)
    *DEPTH TOO GREAT*
    'uri' => array(8)
    *DEPTH TOO GREAT*
    'float' => array(8)
    *DEPTH TOO GREAT*
    'integer' => array(8)
    *DEPTH TOO GREAT*
    'timespan' => array(8)
    *DEPTH TOO GREAT*
    'email' => array(9)
    *DEPTH TOO GREAT*
    'binary' => array(8)
    *DEPTH TOO GREAT*
    'string' => array(8)
    *DEPTH TOO GREAT*
    'datetime_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'timestamp' => array(8)
    *DEPTH TOO GREAT*
    'duration_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'language_reference' => array(8)
    *DEPTH TOO GREAT*
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    protected bin -> string(15) "cache_discovery"
    protected consistentBackend -> Drupal\Core\Cache\DatabaseBackend(3)
    *DEPTH TOO GREAT*
    protected fastBackend -> Drupal\Core\Cache\ApcuBackend(4)
    *DEPTH TOO GREAT*
    protected lastWriteTimestamp -> float1500182527.777
    public _serviceId -> string(15) "cache.discovery"
    protected useCaches -> boolTRUE
    protected _serviceIds -> array(0)
    public _serviceId -> string(18) "typed_data_manager"
    'revision_log' => Drupal\Core\Field\FieldItemList(7)
    protected list -> array(0)
    protected langcode -> string(2) "en"
    protected definition -> Drupal\Core\Field\BaseFieldDefinition(6)
    protected type -> string(11) "string_long"
    protected propertyDefinitions -> NULL
    protected schema -> NULL
    protected indexes -> array(0)
    protected itemDefinition -> Drupal\Core\Field\TypedData\FieldItemDataDefinition(2)
    protected fieldDefinition -> Drupal\Core\Field\BaseFieldDefinition(6) *RECURSION*
    protected definition -> array(2)
    *DEPTH TOO GREAT*
    protected definition -> array(9)
    'label' => Drupal\Core\StringTranslation\TranslatableMarkup(5)
    *DEPTH TOO GREAT*
    'description' => Drupal\Core\StringTranslation\TranslatableMarkup(5)
    *DEPTH TOO GREAT*
    'revisionable' => boolTRUE
    'default_value' => array(1)
    *DEPTH TOO GREAT*
    'display' => array(1)
    *DEPTH TOO GREAT*
    'provider' => string(4) "node"
    'field_name' => string(12) "revision_log"
    'entity_type' => string(4) "node"
    'bundle' => NULL
    protected name -> string(12) "revision_log"
    protected parent -> Drupal\Core\Entity\Plugin\DataType\EntityAdapter(6)
    protected entity -> Drupal\node\Entity\Node(24) *RECURSION*
    protected definition -> Drupal\Core\Entity\TypedData\EntityDataDefinition(2)
    protected propertyDefinitions -> array(21)
    *DEPTH TOO GREAT*
    protected definition -> array(1)
    *DEPTH TOO GREAT*
    protected name -> NULL
    protected parent -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> Drupal\Core\TypedData\TypedDataManager(22)
    protected validator -> NULL
    protected constraintManager -> Drupal\Core\Validation\ConstraintManager(17)
    protected cacheKey -> string(29) "validation_constraint_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(21) "validation_constraint"
    protected subdir -> string(28) "Plugin/Validation/Constraint"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    *DEPTH TOO GREAT*
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(44) "Drupal\Core\Validation\Annotation\Constraint"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(108)
    *DEPTH TOO GREAT*
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected useCaches -> boolTRUE
    public _serviceId -> string(21) "validation.constraint"
    protected prototypes -> array(46)
    'entity:node:page:.nid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:nid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uuid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uuid.0' => Drupal\Core\Field\Plugin\Field\FieldType\UuidItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.vid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:vid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0.language' => Drupal\Core\TypedData\Plugin\DataType\LanguageReference(6)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\LanguageItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.type' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.title' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:title.0' => Drupal\Core\Field\Plugin\Field\FieldType\StringItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.status' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:status.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.created' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:created.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.changed' => Drupal\Core\Field\ChangedFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:changed.0' => Drupal\Core\Field\Plugin\Field\FieldType\ChangedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.promote' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:promote.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.sticky' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:sticky.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_timestamp' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_timestamp.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_log' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_translation_affected' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_translation_affected.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.default_langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:default_langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.path' => Drupal\path\Plugin\Field\FieldType\PathFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.menu_link' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.body' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.summary_processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0' => Drupal\text\Plugin\Field\FieldType\TextWithSummaryItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.field_sidebar' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0' => Drupal\text\Plugin\Field\FieldType\TextLongItem(7)
    *DEPTH TOO GREAT*
    protected classResolver -> Drupal\Core\DependencyInjection\ClassResolver(3)
    protected _serviceIds -> array(0)
    protected container -> Drupal\Core\DependencyInjection\Container(7)
    *DEPTH TOO GREAT*
    public _serviceId -> string(14) "class_resolver"
    protected cacheKey -> string(24) "typed_data_types_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(14) "data_type_info"
    protected subdir -> string(15) "Plugin/DataType"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    protected loadedFiles -> array(96)
    *DEPTH TOO GREAT*
    protected moduleList -> array(96)
    *DEPTH TOO GREAT*
    protected loaded -> boolTRUE
    protected implementations -> array(438)
    *DEPTH TOO GREAT*
    protected verified -> array(8)
    *DEPTH TOO GREAT*
    protected hookInfo -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected cacheNeedsWriting -> boolFALSE
    protected alterFunctions -> array(3)
    *DEPTH TOO GREAT*
    protected root -> string(17) "/var/www/html/web"
    protected includeFileKeys -> array(0)
    public _serviceId -> string(14) "module_handler"
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(41) "Drupal\Core\TypedData\Annotation\DataType"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(109)
    public Drupal\address -> string(27) "modules/contrib/address/src"
    public Drupal\allowed_formats -> string(35) "modules/contrib/allowed_formats/src"
    public Drupal\autologout -> string(30) "modules/contrib/autologout/src"
    public Drupal\automated_cron -> string(31) "core/modules/automated_cron/src"
    public Drupal\block -> string(22) "core/modules/block/src"
    public Drupal\block_content -> string(30) "core/modules/block_content/src"
    public Drupal\block_visibility_groups -> string(43) "modules/contrib/block_visibility_groups/src"
    public Drupal\breakpoint -> string(27) "core/modules/breakpoint/src"
    public Drupal\captcha -> string(27) "modules/contrib/captcha/src"
    public Drupal\ckeditor -> string(25) "core/modules/ckeditor/src"
    public Drupal\color -> string(22) "core/modules/color/src"
    public Drupal\config -> string(23) "core/modules/config/src"
    public Drupal\contact -> string(24) "core/modules/contact/src"
    public Drupal\contact_block -> string(33) "modules/contrib/contact_block/src"
    public Drupal\contextual -> string(27) "core/modules/contextual/src"
    public Drupal\csv_serialization -> string(37) "modules/contrib/csv_serialization/src"
    public Drupal\ctools -> string(26) "modules/contrib/ctools/src"
    public Drupal\custom -> string(32) "sites/default/modules/custom/src"
    public Drupal\custom_administer_content -> string(51) "sites/default/modules/custom_administer_content/src"
    public Drupal\custom_cancel_methods -> string(47) "sites/default/modules/custom_cancel_methods/src"
    public Drupal\custom_favourite -> string(42) "sites/default/modules/custom_favourite/src"
    public Drupal\custom_feature_polls -> string(46) "sites/default/modules/custom_feature_polls/src"
    public Drupal\custom_featured -> string(41) "sites/default/modules/custom_featured/src"
    public Drupal\custom_follow -> string(39) "sites/default/modules/custom_follow/src"
    public Drupal\custom_mail -> string(37) "sites/default/modules/custom_mail/src"
    public Drupal\custom_menu -> string(37) "sites/default/modules/custom_menu/src"
    public Drupal\custom_more -> string(37) "sites/default/modules/custom_more/src"
    public Drupal\custom_password_policy -> string(48) "sites/default/modules/custom_password_policy/src"
    public Drupal\custom_reactions -> string(42) "sites/default/modules/custom_reactions/src"
    public Drupal\custom_user_login -> string(43) "sites/default/modules/custom_user_login/src"
    public Drupal\custom_user_onboarding -> string(48) "sites/default/modules/custom_user_onboarding/src"
    public Drupal\custom_user_register -> string(46) "sites/default/modules/custom_user_register/src"
    public Drupal\custom_username_policy -> string(48) "sites/default/modules/custom_username_policy/src"
    public Drupal\custom_video -> string(38) "sites/default/modules/custom_video/src"
    public Drupal\datetime -> string(25) "core/modules/datetime/src"
    public Drupal\dblog -> string(22) "core/modules/dblog/src"
    public Drupal\devel -> string(25) "modules/contrib/devel/src"
    public Drupal\dynamic_entity_reference -> string(44) "modules/contrib/dynamic_entity_reference/src"
    public Drupal\dynamic_page_cache -> string(35) "core/modules/dynamic_page_cache/src"
    public Drupal\editor -> string(23) "core/modules/editor/src"
    public Drupal\editor_advanced_link -> string(40) "modules/contrib/editor_advanced_link/src"
    public Drupal\entity -> string(26) "modules/contrib/entity/src"
    public Drupal\entity_reference_revisions -> string(46) "modules/contrib/entity_reference_revisions/src"
    public Drupal\field -> string(22) "core/modules/field/src"
    public Drupal\field_ui -> string(25) "core/modules/field_ui/src"
    public Drupal\file -> string(21) "core/modules/file/src"
    public Drupal\filter -> string(23) "core/modules/filter/src"
    public Drupal\flag -> string(24) "modules/contrib/flag/src"
    public Drupal\google_analytics -> string(36) "modules/contrib/google_analytics/src"
    public Drupal\help -> string(21) "core/modules/help/src"
    public Drupal\history -> string(24) "core/modules/history/src"
    public Drupal\image -> string(22) "core/modules/image/src"
    public Drupal\imagemagick -> string(37) "sites/default/modules/imagemagick/src"
    public Drupal\kint -> string(30) "modules/contrib/devel/kint/src"
    public Drupal\link -> string(21) "core/modules/link/src"
    public Drupal\login_emailusername -> string(39) "modules/contrib/login_emailusername/src"
    public Drupal\mailsystem -> string(30) "modules/contrib/mailsystem/src"
    public Drupal\markup -> string(26) "modules/contrib/markup/src"
    public Drupal\masquerade -> string(30) "modules/contrib/masquerade/src"
    public Drupal\menu_ui -> string(24) "core/modules/menu_ui/src"
    public Drupal\mimemail -> string(28) "modules/contrib/mimemail/src"
    public Drupal\node -> string(21) "core/modules/node/src"
    public Drupal\options -> string(24) "core/modules/options/src"
    public Drupal\page_cache -> string(27) "core/modules/page_cache/src"
    public Drupal\paragraphs -> string(30) "modules/contrib/paragraphs/src"
    public Drupal\path -> string(21) "core/modules/path/src"
    public Drupal\prepopulate -> string(31) "modules/contrib/prepopulate/src"
    public Drupal\quickedit -> string(26) "core/modules/quickedit/src"
    public Drupal\r4032login -> string(30) "modules/contrib/r4032login/src"
    public Drupal\rate -> string(24) "modules/contrib/rate/src"
    public Drupal\rdf -> string(20) "core/modules/rdf/src"
    public Drupal\recaptcha -> string(29) "modules/contrib/recaptcha/src"
    public Drupal\rest -> string(21) "core/modules/rest/src"
    public Drupal\roleassign -> string(30) "modules/contrib/roleassign/src"
    public Drupal\s3fs -> string(24) "modules/contrib/s3fs/src"
    public Drupal\security_review -> string(35) "modules/contrib/security_review/src"
    public Drupal\serialization -> string(30) "core/modules/serialization/src"
    public Drupal\shortcut -> string(25) "core/modules/shortcut/src"
    public Drupal\smtp -> string(24) "modules/contrib/smtp/src"
    public Drupal\system -> string(23) "core/modules/system/src"
    public Drupal\taxonomy -> string(25) "core/modules/taxonomy/src"
    public Drupal\text -> string(21) "core/modules/text/src"
    public Drupal\token -> string(25) "modules/contrib/token/src"
    public Drupal\toolbar -> string(24) "core/modules/toolbar/src"
    public Drupal\update -> string(23) "core/modules/update/src"
    public Drupal\user -> string(21) "core/modules/user/src"
    public Drupal\user_registrationpassword -> string(51) "sites/default/modules/user_registrationpassword/src"
    public Drupal\view_unpublished -> string(36) "modules/contrib/view_unpublished/src"
    public Drupal\views_ifempty -> string(25) "modules/views_ifempty/src"
    public Drupal\views_ui -> string(25) "core/modules/views_ui/src"
    public Drupal\votingapi -> string(29) "modules/contrib/votingapi/src"
    public Drupal\menu_admin_per_menu -> string(39) "modules/contrib/menu_admin_per_menu/src"
    public Drupal\menu_link_content -> string(34) "core/modules/menu_link_content/src"
    public Drupal\pathauto -> string(28) "modules/contrib/pathauto/src"
    public Drupal\views -> string(22) "core/modules/views/src"
    public Drupal\standard -> string(26) "core/profiles/standard/src"
    public Drupal\Core\Config -> string(27) "core/lib/Drupal/Core/Config"
    public Drupal\Core\Entity -> string(27) "core/lib/Drupal/Core/Entity"
    public Drupal\Core\Datetime -> string(29) "core/lib/Drupal/Core/Datetime"
    public Drupal\Core\Block -> string(26) "core/lib/Drupal/Core/Block"
    public Drupal\Core\Validation -> string(31) "core/lib/Drupal/Core/Validation"
    public Drupal\Core\ProxyClass -> string(31) "core/lib/Drupal/Core/ProxyClass"
    public Drupal\Core\Field -> string(26) "core/lib/Drupal/Core/Field"
    public Drupal\Core\TypedData -> string(30) "core/lib/Drupal/Core/TypedData"
    public Drupal\Core\Render -> string(27) "core/lib/Drupal/Core/Render"
    public Drupal\Core\Mail -> string(25) "core/lib/Drupal/Core/Mail"
    public Drupal\Core\Menu -> string(25) "core/lib/Drupal/Core/Menu"
    public Drupal\Component\Annotation -> string(36) "core/lib/Drupal/Component/Annotation"
    public _serviceId -> string(20) "container.namespaces"
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> array(183)
    'dynamic_entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'entity_revision' => array(10)
    *DEPTH TOO GREAT*
    'entity_revision:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:file' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:action' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:view' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision_reference' => array(8)
    *DEPTH TOO GREAT*
    'filter_format' => array(8)
    *DEPTH TOO GREAT*
    'entity' => array(10)
    *DEPTH TOO GREAT*
    'entity:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity:block' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:file' => array(11)
    *DEPTH TOO GREAT*
    'entity:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity:node' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity:action' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity:user' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity:view' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'field_item:address' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_country' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_zone' => array(13)
    *DEPTH TOO GREAT*
    'field_item:datetime' => array(13)
    *DEPTH TOO GREAT*
    'field_item:dynamic_entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference_revisions' => array(13)
    *DEPTH TOO GREAT*
    'field_item:file' => array(15)
    *DEPTH TOO GREAT*
    'field_item:image' => array(16)
    *DEPTH TOO GREAT*
    'field_item:link' => array(14)
    *DEPTH TOO GREAT*
    'field_item:markup' => array(13)
    *DEPTH TOO GREAT*
    'field_item:list_float' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_integer' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_string' => array(14)
    *DEPTH TOO GREAT*
    'field_item:path' => array(12)
    *DEPTH TOO GREAT*
    'field_item:text_with_summary' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text_long' => array(14)
    *DEPTH TOO GREAT*
    'field_item:string' => array(13)
    *DEPTH TOO GREAT*
    'field_item:decimal' => array(13)
    *DEPTH TOO GREAT*
    'field_item:integer' => array(13)
    *DEPTH TOO GREAT*
    'field_item:uuid' => array(12)
    *DEPTH TOO GREAT*
    'field_item:float' => array(13)
    *DEPTH TOO GREAT*
    'field_item:boolean' => array(13)
    *DEPTH TOO GREAT*
    'field_item:created' => array(13)
    *DEPTH TOO GREAT*
    'field_item:changed' => array(13)
    *DEPTH TOO GREAT*
    'field_item:password' => array(11)
    *DEPTH TOO GREAT*
    'field_item:uri' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:string_long' => array(13)
    *DEPTH TOO GREAT*
    'field_item:email' => array(13)
    *DEPTH TOO GREAT*
    'field_item:language' => array(14)
    *DEPTH TOO GREAT*
    'field_item:timestamp' => array(14)
    *DEPTH TOO GREAT*
    'field_item:map' => array(11)
    *DEPTH TOO GREAT*
    'list' => array(8)
    *DEPTH TOO GREAT*
    'map' => array(8)
    *DEPTH TOO GREAT*
    'any' => array(8)
    *DEPTH TOO GREAT*
    'boolean' => array(8)
    *DEPTH TOO GREAT*
    'language' => array(9)
    *DEPTH TOO GREAT*
    'uri' => array(8)
    *DEPTH TOO GREAT*
    'float' => array(8)
    *DEPTH TOO GREAT*
    'integer' => array(8)
    *DEPTH TOO GREAT*
    'timespan' => array(8)
    *DEPTH TOO GREAT*
    'email' => array(9)
    *DEPTH TOO GREAT*
    'binary' => array(8)
    *DEPTH TOO GREAT*
    'string' => array(8)
    *DEPTH TOO GREAT*
    'datetime_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'timestamp' => array(8)
    *DEPTH TOO GREAT*
    'duration_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'language_reference' => array(8)
    *DEPTH TOO GREAT*
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    protected bin -> string(15) "cache_discovery"
    protected consistentBackend -> Drupal\Core\Cache\DatabaseBackend(3)
    *DEPTH TOO GREAT*
    protected fastBackend -> Drupal\Core\Cache\ApcuBackend(4)
    *DEPTH TOO GREAT*
    protected lastWriteTimestamp -> float1500182527.777
    public _serviceId -> string(15) "cache.discovery"
    protected useCaches -> boolTRUE
    protected _serviceIds -> array(0)
    public _serviceId -> string(18) "typed_data_manager"
    'revision_translation_affected' => Drupal\Core\Field\FieldItemList(7)
    protected list -> array(1)
    Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    protected definition -> Drupal\Core\Field\TypedData\FieldItemDataDefinition(2)
    *DEPTH TOO GREAT*
    protected values -> array(1)
    *DEPTH TOO GREAT*
    protected properties -> array(0)
    protected name -> integer0
    protected parent -> Drupal\Core\Field\FieldItemList(7) *RECURSION*
    protected stringTranslation -> NULL
    protected typedDataManager -> Drupal\Core\TypedData\TypedDataManager(22)
    *DEPTH TOO GREAT*
    protected langcode -> string(2) "en"
    protected definition -> Drupal\Core\Field\BaseFieldDefinition(6)
    protected type -> string(7) "boolean"
    protected propertyDefinitions -> array(1)
    'value' => Drupal\Core\TypedData\DataDefinition(1)
    *DEPTH TOO GREAT*
    protected schema -> NULL
    protected indexes -> array(0)
    protected itemDefinition -> Drupal\Core\Field\TypedData\FieldItemDataDefinition(2)
    protected fieldDefinition -> Drupal\Core\Field\BaseFieldDefinition(6) *RECURSION*
    protected definition -> array(2)
    *DEPTH TOO GREAT*
    protected definition -> array(9)
    'label' => Drupal\Core\StringTranslation\TranslatableMarkup(5)
    *DEPTH TOO GREAT*
    'description' => Drupal\Core\StringTranslation\TranslatableMarkup(5)
    *DEPTH TOO GREAT*
    'read-only' => boolTRUE
    'revisionable' => boolTRUE
    'translatable' => boolTRUE
    'provider' => string(4) "node"
    'field_name' => string(29) "revision_translation_affected"
    'entity_type' => string(4) "node"
    'bundle' => NULL
    protected name -> string(29) "revision_translation_affected"
    protected parent -> Drupal\Core\Entity\Plugin\DataType\EntityAdapter(6)
    protected entity -> Drupal\node\Entity\Node(24) *RECURSION*
    protected definition -> Drupal\Core\Entity\TypedData\EntityDataDefinition(2)
    protected propertyDefinitions -> array(21)
    *DEPTH TOO GREAT*
    protected definition -> array(1)
    *DEPTH TOO GREAT*
    protected name -> NULL
    protected parent -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> Drupal\Core\TypedData\TypedDataManager(22)
    protected validator -> NULL
    protected constraintManager -> Drupal\Core\Validation\ConstraintManager(17)
    protected cacheKey -> string(29) "validation_constraint_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(21) "validation_constraint"
    protected subdir -> string(28) "Plugin/Validation/Constraint"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    *DEPTH TOO GREAT*
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(44) "Drupal\Core\Validation\Annotation\Constraint"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(108)
    *DEPTH TOO GREAT*
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected useCaches -> boolTRUE
    public _serviceId -> string(21) "validation.constraint"
    protected prototypes -> array(46)
    'entity:node:page:.nid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:nid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uuid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uuid.0' => Drupal\Core\Field\Plugin\Field\FieldType\UuidItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.vid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:vid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0.language' => Drupal\Core\TypedData\Plugin\DataType\LanguageReference(6)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\LanguageItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.type' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.title' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:title.0' => Drupal\Core\Field\Plugin\Field\FieldType\StringItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.status' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:status.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.created' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:created.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.changed' => Drupal\Core\Field\ChangedFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:changed.0' => Drupal\Core\Field\Plugin\Field\FieldType\ChangedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.promote' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:promote.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.sticky' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:sticky.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_timestamp' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_timestamp.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_log' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_translation_affected' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_translation_affected.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.default_langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:default_langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.path' => Drupal\path\Plugin\Field\FieldType\PathFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.menu_link' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.body' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.summary_processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0' => Drupal\text\Plugin\Field\FieldType\TextWithSummaryItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.field_sidebar' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0' => Drupal\text\Plugin\Field\FieldType\TextLongItem(7)
    *DEPTH TOO GREAT*
    protected classResolver -> Drupal\Core\DependencyInjection\ClassResolver(3)
    protected _serviceIds -> array(0)
    protected container -> Drupal\Core\DependencyInjection\Container(7)
    *DEPTH TOO GREAT*
    public _serviceId -> string(14) "class_resolver"
    protected cacheKey -> string(24) "typed_data_types_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(14) "data_type_info"
    protected subdir -> string(15) "Plugin/DataType"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    protected loadedFiles -> array(96)
    *DEPTH TOO GREAT*
    protected moduleList -> array(96)
    *DEPTH TOO GREAT*
    protected loaded -> boolTRUE
    protected implementations -> array(438)
    *DEPTH TOO GREAT*
    protected verified -> array(8)
    *DEPTH TOO GREAT*
    protected hookInfo -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected cacheNeedsWriting -> boolFALSE
    protected alterFunctions -> array(3)
    *DEPTH TOO GREAT*
    protected root -> string(17) "/var/www/html/web"
    protected includeFileKeys -> array(0)
    public _serviceId -> string(14) "module_handler"
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(41) "Drupal\Core\TypedData\Annotation\DataType"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(109)
    public Drupal\address -> string(27) "modules/contrib/address/src"
    public Drupal\allowed_formats -> string(35) "modules/contrib/allowed_formats/src"
    public Drupal\autologout -> string(30) "modules/contrib/autologout/src"
    public Drupal\automated_cron -> string(31) "core/modules/automated_cron/src"
    public Drupal\block -> string(22) "core/modules/block/src"
    public Drupal\block_content -> string(30) "core/modules/block_content/src"
    public Drupal\block_visibility_groups -> string(43) "modules/contrib/block_visibility_groups/src"
    public Drupal\breakpoint -> string(27) "core/modules/breakpoint/src"
    public Drupal\captcha -> string(27) "modules/contrib/captcha/src"
    public Drupal\ckeditor -> string(25) "core/modules/ckeditor/src"
    public Drupal\color -> string(22) "core/modules/color/src"
    public Drupal\config -> string(23) "core/modules/config/src"
    public Drupal\contact -> string(24) "core/modules/contact/src"
    public Drupal\contact_block -> string(33) "modules/contrib/contact_block/src"
    public Drupal\contextual -> string(27) "core/modules/contextual/src"
    public Drupal\csv_serialization -> string(37) "modules/contrib/csv_serialization/src"
    public Drupal\ctools -> string(26) "modules/contrib/ctools/src"
    public Drupal\custom -> string(32) "sites/default/modules/custom/src"
    public Drupal\custom_administer_content -> string(51) "sites/default/modules/custom_administer_content/src"
    public Drupal\custom_cancel_methods -> string(47) "sites/default/modules/custom_cancel_methods/src"
    public Drupal\custom_favourite -> string(42) "sites/default/modules/custom_favourite/src"
    public Drupal\custom_feature_polls -> string(46) "sites/default/modules/custom_feature_polls/src"
    public Drupal\custom_featured -> string(41) "sites/default/modules/custom_featured/src"
    public Drupal\custom_follow -> string(39) "sites/default/modules/custom_follow/src"
    public Drupal\custom_mail -> string(37) "sites/default/modules/custom_mail/src"
    public Drupal\custom_menu -> string(37) "sites/default/modules/custom_menu/src"
    public Drupal\custom_more -> string(37) "sites/default/modules/custom_more/src"
    public Drupal\custom_password_policy -> string(48) "sites/default/modules/custom_password_policy/src"
    public Drupal\custom_reactions -> string(42) "sites/default/modules/custom_reactions/src"
    public Drupal\custom_user_login -> string(43) "sites/default/modules/custom_user_login/src"
    public Drupal\custom_user_onboarding -> string(48) "sites/default/modules/custom_user_onboarding/src"
    public Drupal\custom_user_register -> string(46) "sites/default/modules/custom_user_register/src"
    public Drupal\custom_username_policy -> string(48) "sites/default/modules/custom_username_policy/src"
    public Drupal\custom_video -> string(38) "sites/default/modules/custom_video/src"
    public Drupal\datetime -> string(25) "core/modules/datetime/src"
    public Drupal\dblog -> string(22) "core/modules/dblog/src"
    public Drupal\devel -> string(25) "modules/contrib/devel/src"
    public Drupal\dynamic_entity_reference -> string(44) "modules/contrib/dynamic_entity_reference/src"
    public Drupal\dynamic_page_cache -> string(35) "core/modules/dynamic_page_cache/src"
    public Drupal\editor -> string(23) "core/modules/editor/src"
    public Drupal\editor_advanced_link -> string(40) "modules/contrib/editor_advanced_link/src"
    public Drupal\entity -> string(26) "modules/contrib/entity/src"
    public Drupal\entity_reference_revisions -> string(46) "modules/contrib/entity_reference_revisions/src"
    public Drupal\field -> string(22) "core/modules/field/src"
    public Drupal\field_ui -> string(25) "core/modules/field_ui/src"
    public Drupal\file -> string(21) "core/modules/file/src"
    public Drupal\filter -> string(23) "core/modules/filter/src"
    public Drupal\flag -> string(24) "modules/contrib/flag/src"
    public Drupal\google_analytics -> string(36) "modules/contrib/google_analytics/src"
    public Drupal\help -> string(21) "core/modules/help/src"
    public Drupal\history -> string(24) "core/modules/history/src"
    public Drupal\image -> string(22) "core/modules/image/src"
    public Drupal\imagemagick -> string(37) "sites/default/modules/imagemagick/src"
    public Drupal\kint -> string(30) "modules/contrib/devel/kint/src"
    public Drupal\link -> string(21) "core/modules/link/src"
    public Drupal\login_emailusername -> string(39) "modules/contrib/login_emailusername/src"
    public Drupal\mailsystem -> string(30) "modules/contrib/mailsystem/src"
    public Drupal\markup -> string(26) "modules/contrib/markup/src"
    public Drupal\masquerade -> string(30) "modules/contrib/masquerade/src"
    public Drupal\menu_ui -> string(24) "core/modules/menu_ui/src"
    public Drupal\mimemail -> string(28) "modules/contrib/mimemail/src"
    public Drupal\node -> string(21) "core/modules/node/src"
    public Drupal\options -> string(24) "core/modules/options/src"
    public Drupal\page_cache -> string(27) "core/modules/page_cache/src"
    public Drupal\paragraphs -> string(30) "modules/contrib/paragraphs/src"
    public Drupal\path -> string(21) "core/modules/path/src"
    public Drupal\prepopulate -> string(31) "modules/contrib/prepopulate/src"
    public Drupal\quickedit -> string(26) "core/modules/quickedit/src"
    public Drupal\r4032login -> string(30) "modules/contrib/r4032login/src"
    public Drupal\rate -> string(24) "modules/contrib/rate/src"
    public Drupal\rdf -> string(20) "core/modules/rdf/src"
    public Drupal\recaptcha -> string(29) "modules/contrib/recaptcha/src"
    public Drupal\rest -> string(21) "core/modules/rest/src"
    public Drupal\roleassign -> string(30) "modules/contrib/roleassign/src"
    public Drupal\s3fs -> string(24) "modules/contrib/s3fs/src"
    public Drupal\security_review -> string(35) "modules/contrib/security_review/src"
    public Drupal\serialization -> string(30) "core/modules/serialization/src"
    public Drupal\shortcut -> string(25) "core/modules/shortcut/src"
    public Drupal\smtp -> string(24) "modules/contrib/smtp/src"
    public Drupal\system -> string(23) "core/modules/system/src"
    public Drupal\taxonomy -> string(25) "core/modules/taxonomy/src"
    public Drupal\text -> string(21) "core/modules/text/src"
    public Drupal\token -> string(25) "modules/contrib/token/src"
    public Drupal\toolbar -> string(24) "core/modules/toolbar/src"
    public Drupal\update -> string(23) "core/modules/update/src"
    public Drupal\user -> string(21) "core/modules/user/src"
    public Drupal\user_registrationpassword -> string(51) "sites/default/modules/user_registrationpassword/src"
    public Drupal\view_unpublished -> string(36) "modules/contrib/view_unpublished/src"
    public Drupal\views_ifempty -> string(25) "modules/views_ifempty/src"
    public Drupal\views_ui -> string(25) "core/modules/views_ui/src"
    public Drupal\votingapi -> string(29) "modules/contrib/votingapi/src"
    public Drupal\menu_admin_per_menu -> string(39) "modules/contrib/menu_admin_per_menu/src"
    public Drupal\menu_link_content -> string(34) "core/modules/menu_link_content/src"
    public Drupal\pathauto -> string(28) "modules/contrib/pathauto/src"
    public Drupal\views -> string(22) "core/modules/views/src"
    public Drupal\standard -> string(26) "core/profiles/standard/src"
    public Drupal\Core\Config -> string(27) "core/lib/Drupal/Core/Config"
    public Drupal\Core\Entity -> string(27) "core/lib/Drupal/Core/Entity"
    public Drupal\Core\Datetime -> string(29) "core/lib/Drupal/Core/Datetime"
    public Drupal\Core\Block -> string(26) "core/lib/Drupal/Core/Block"
    public Drupal\Core\Validation -> string(31) "core/lib/Drupal/Core/Validation"
    public Drupal\Core\ProxyClass -> string(31) "core/lib/Drupal/Core/ProxyClass"
    public Drupal\Core\Field -> string(26) "core/lib/Drupal/Core/Field"
    public Drupal\Core\TypedData -> string(30) "core/lib/Drupal/Core/TypedData"
    public Drupal\Core\Render -> string(27) "core/lib/Drupal/Core/Render"
    public Drupal\Core\Mail -> string(25) "core/lib/Drupal/Core/Mail"
    public Drupal\Core\Menu -> string(25) "core/lib/Drupal/Core/Menu"
    public Drupal\Component\Annotation -> string(36) "core/lib/Drupal/Component/Annotation"
    public _serviceId -> string(20) "container.namespaces"
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> array(183)
    'dynamic_entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'entity_revision' => array(10)
    *DEPTH TOO GREAT*
    'entity_revision:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:file' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:action' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:view' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision_reference' => array(8)
    *DEPTH TOO GREAT*
    'filter_format' => array(8)
    *DEPTH TOO GREAT*
    'entity' => array(10)
    *DEPTH TOO GREAT*
    'entity:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity:block' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:file' => array(11)
    *DEPTH TOO GREAT*
    'entity:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity:node' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity:action' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity:user' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity:view' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'field_item:address' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_country' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_zone' => array(13)
    *DEPTH TOO GREAT*
    'field_item:datetime' => array(13)
    *DEPTH TOO GREAT*
    'field_item:dynamic_entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference_revisions' => array(13)
    *DEPTH TOO GREAT*
    'field_item:file' => array(15)
    *DEPTH TOO GREAT*
    'field_item:image' => array(16)
    *DEPTH TOO GREAT*
    'field_item:link' => array(14)
    *DEPTH TOO GREAT*
    'field_item:markup' => array(13)
    *DEPTH TOO GREAT*
    'field_item:list_float' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_integer' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_string' => array(14)
    *DEPTH TOO GREAT*
    'field_item:path' => array(12)
    *DEPTH TOO GREAT*
    'field_item:text_with_summary' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text_long' => array(14)
    *DEPTH TOO GREAT*
    'field_item:string' => array(13)
    *DEPTH TOO GREAT*
    'field_item:decimal' => array(13)
    *DEPTH TOO GREAT*
    'field_item:integer' => array(13)
    *DEPTH TOO GREAT*
    'field_item:uuid' => array(12)
    *DEPTH TOO GREAT*
    'field_item:float' => array(13)
    *DEPTH TOO GREAT*
    'field_item:boolean' => array(13)
    *DEPTH TOO GREAT*
    'field_item:created' => array(13)
    *DEPTH TOO GREAT*
    'field_item:changed' => array(13)
    *DEPTH TOO GREAT*
    'field_item:password' => array(11)
    *DEPTH TOO GREAT*
    'field_item:uri' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:string_long' => array(13)
    *DEPTH TOO GREAT*
    'field_item:email' => array(13)
    *DEPTH TOO GREAT*
    'field_item:language' => array(14)
    *DEPTH TOO GREAT*
    'field_item:timestamp' => array(14)
    *DEPTH TOO GREAT*
    'field_item:map' => array(11)
    *DEPTH TOO GREAT*
    'list' => array(8)
    *DEPTH TOO GREAT*
    'map' => array(8)
    *DEPTH TOO GREAT*
    'any' => array(8)
    *DEPTH TOO GREAT*
    'boolean' => array(8)
    *DEPTH TOO GREAT*
    'language' => array(9)
    *DEPTH TOO GREAT*
    'uri' => array(8)
    *DEPTH TOO GREAT*
    'float' => array(8)
    *DEPTH TOO GREAT*
    'integer' => array(8)
    *DEPTH TOO GREAT*
    'timespan' => array(8)
    *DEPTH TOO GREAT*
    'email' => array(9)
    *DEPTH TOO GREAT*
    'binary' => array(8)
    *DEPTH TOO GREAT*
    'string' => array(8)
    *DEPTH TOO GREAT*
    'datetime_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'timestamp' => array(8)
    *DEPTH TOO GREAT*
    'duration_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'language_reference' => array(8)
    *DEPTH TOO GREAT*
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    protected bin -> string(15) "cache_discovery"
    protected consistentBackend -> Drupal\Core\Cache\DatabaseBackend(3)
    *DEPTH TOO GREAT*
    protected fastBackend -> Drupal\Core\Cache\ApcuBackend(4)
    *DEPTH TOO GREAT*
    protected lastWriteTimestamp -> float1500182527.777
    public _serviceId -> string(15) "cache.discovery"
    protected useCaches -> boolTRUE
    protected _serviceIds -> array(0)
    public _serviceId -> string(18) "typed_data_manager"
    'default_langcode' => Drupal\Core\Field\FieldItemList(7)
    protected list -> array(1)
    Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    protected definition -> Drupal\Core\Field\TypedData\FieldItemDataDefinition(2)
    *DEPTH TOO GREAT*
    protected values -> array(1)
    *DEPTH TOO GREAT*
    protected properties -> array(0)
    protected name -> integer0
    protected parent -> Drupal\Core\Field\FieldItemList(7) *RECURSION*
    protected stringTranslation -> NULL
    protected typedDataManager -> Drupal\Core\TypedData\TypedDataManager(22)
    *DEPTH TOO GREAT*
    protected langcode -> string(2) "en"
    protected definition -> Drupal\Core\Field\BaseFieldDefinition(6)
    protected type -> string(7) "boolean"
    protected propertyDefinitions -> array(1)
    'value' => Drupal\Core\TypedData\DataDefinition(1)
    *DEPTH TOO GREAT*
    protected schema -> NULL
    protected indexes -> array(0)
    protected itemDefinition -> Drupal\Core\Field\TypedData\FieldItemDataDefinition(2)
    protected fieldDefinition -> Drupal\Core\Field\BaseFieldDefinition(6) *RECURSION*
    protected definition -> array(2)
    *DEPTH TOO GREAT*
    protected definition -> array(9)
    'label' => Drupal\Core\StringTranslation\TranslatableMarkup(5)
    *DEPTH TOO GREAT*
    'description' => Drupal\Core\StringTranslation\TranslatableMarkup(5)
    *DEPTH TOO GREAT*
    'translatable' => boolTRUE
    'revisionable' => boolTRUE
    'default_value' => array(1)
    *DEPTH TOO GREAT*
    'provider' => string(4) "node"
    'field_name' => string(16) "default_langcode"
    'entity_type' => string(4) "node"
    'bundle' => NULL
    protected name -> string(16) "default_langcode"
    protected parent -> Drupal\Core\Entity\Plugin\DataType\EntityAdapter(6)
    protected entity -> Drupal\node\Entity\Node(24) *RECURSION*
    protected definition -> Drupal\Core\Entity\TypedData\EntityDataDefinition(2)
    protected propertyDefinitions -> array(21)
    *DEPTH TOO GREAT*
    protected definition -> array(1)
    *DEPTH TOO GREAT*
    protected name -> NULL
    protected parent -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> Drupal\Core\TypedData\TypedDataManager(22)
    protected validator -> NULL
    protected constraintManager -> Drupal\Core\Validation\ConstraintManager(17)
    protected cacheKey -> string(29) "validation_constraint_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(21) "validation_constraint"
    protected subdir -> string(28) "Plugin/Validation/Constraint"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    *DEPTH TOO GREAT*
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(44) "Drupal\Core\Validation\Annotation\Constraint"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(108)
    *DEPTH TOO GREAT*
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected useCaches -> boolTRUE
    public _serviceId -> string(21) "validation.constraint"
    protected prototypes -> array(46)
    'entity:node:page:.nid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:nid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uuid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uuid.0' => Drupal\Core\Field\Plugin\Field\FieldType\UuidItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.vid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:vid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0.language' => Drupal\Core\TypedData\Plugin\DataType\LanguageReference(6)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\LanguageItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.type' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.title' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:title.0' => Drupal\Core\Field\Plugin\Field\FieldType\StringItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.status' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:status.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.created' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:created.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.changed' => Drupal\Core\Field\ChangedFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:changed.0' => Drupal\Core\Field\Plugin\Field\FieldType\ChangedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.promote' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:promote.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.sticky' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:sticky.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_timestamp' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_timestamp.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_log' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_translation_affected' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_translation_affected.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.default_langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:default_langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.path' => Drupal\path\Plugin\Field\FieldType\PathFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.menu_link' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.body' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.summary_processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0' => Drupal\text\Plugin\Field\FieldType\TextWithSummaryItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.field_sidebar' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0' => Drupal\text\Plugin\Field\FieldType\TextLongItem(7)
    *DEPTH TOO GREAT*
    protected classResolver -> Drupal\Core\DependencyInjection\ClassResolver(3)
    protected _serviceIds -> array(0)
    protected container -> Drupal\Core\DependencyInjection\Container(7)
    *DEPTH TOO GREAT*
    public _serviceId -> string(14) "class_resolver"
    protected cacheKey -> string(24) "typed_data_types_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(14) "data_type_info"
    protected subdir -> string(15) "Plugin/DataType"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    protected loadedFiles -> array(96)
    *DEPTH TOO GREAT*
    protected moduleList -> array(96)
    *DEPTH TOO GREAT*
    protected loaded -> boolTRUE
    protected implementations -> array(438)
    *DEPTH TOO GREAT*
    protected verified -> array(8)
    *DEPTH TOO GREAT*
    protected hookInfo -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected cacheNeedsWriting -> boolFALSE
    protected alterFunctions -> array(3)
    *DEPTH TOO GREAT*
    protected root -> string(17) "/var/www/html/web"
    protected includeFileKeys -> array(0)
    public _serviceId -> string(14) "module_handler"
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(41) "Drupal\Core\TypedData\Annotation\DataType"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(109)
    public Drupal\address -> string(27) "modules/contrib/address/src"
    public Drupal\allowed_formats -> string(35) "modules/contrib/allowed_formats/src"
    public Drupal\autologout -> string(30) "modules/contrib/autologout/src"
    public Drupal\automated_cron -> string(31) "core/modules/automated_cron/src"
    public Drupal\block -> string(22) "core/modules/block/src"
    public Drupal\block_content -> string(30) "core/modules/block_content/src"
    public Drupal\block_visibility_groups -> string(43) "modules/contrib/block_visibility_groups/src"
    public Drupal\breakpoint -> string(27) "core/modules/breakpoint/src"
    public Drupal\captcha -> string(27) "modules/contrib/captcha/src"
    public Drupal\ckeditor -> string(25) "core/modules/ckeditor/src"
    public Drupal\color -> string(22) "core/modules/color/src"
    public Drupal\config -> string(23) "core/modules/config/src"
    public Drupal\contact -> string(24) "core/modules/contact/src"
    public Drupal\contact_block -> string(33) "modules/contrib/contact_block/src"
    public Drupal\contextual -> string(27) "core/modules/contextual/src"
    public Drupal\csv_serialization -> string(37) "modules/contrib/csv_serialization/src"
    public Drupal\ctools -> string(26) "modules/contrib/ctools/src"
    public Drupal\custom -> string(32) "sites/default/modules/custom/src"
    public Drupal\custom_administer_content -> string(51) "sites/default/modules/custom_administer_content/src"
    public Drupal\custom_cancel_methods -> string(47) "sites/default/modules/custom_cancel_methods/src"
    public Drupal\custom_favourite -> string(42) "sites/default/modules/custom_favourite/src"
    public Drupal\custom_feature_polls -> string(46) "sites/default/modules/custom_feature_polls/src"
    public Drupal\custom_featured -> string(41) "sites/default/modules/custom_featured/src"
    public Drupal\custom_follow -> string(39) "sites/default/modules/custom_follow/src"
    public Drupal\custom_mail -> string(37) "sites/default/modules/custom_mail/src"
    public Drupal\custom_menu -> string(37) "sites/default/modules/custom_menu/src"
    public Drupal\custom_more -> string(37) "sites/default/modules/custom_more/src"
    public Drupal\custom_password_policy -> string(48) "sites/default/modules/custom_password_policy/src"
    public Drupal\custom_reactions -> string(42) "sites/default/modules/custom_reactions/src"
    public Drupal\custom_user_login -> string(43) "sites/default/modules/custom_user_login/src"
    public Drupal\custom_user_onboarding -> string(48) "sites/default/modules/custom_user_onboarding/src"
    public Drupal\custom_user_register -> string(46) "sites/default/modules/custom_user_register/src"
    public Drupal\custom_username_policy -> string(48) "sites/default/modules/custom_username_policy/src"
    public Drupal\custom_video -> string(38) "sites/default/modules/custom_video/src"
    public Drupal\datetime -> string(25) "core/modules/datetime/src"
    public Drupal\dblog -> string(22) "core/modules/dblog/src"
    public Drupal\devel -> string(25) "modules/contrib/devel/src"
    public Drupal\dynamic_entity_reference -> string(44) "modules/contrib/dynamic_entity_reference/src"
    public Drupal\dynamic_page_cache -> string(35) "core/modules/dynamic_page_cache/src"
    public Drupal\editor -> string(23) "core/modules/editor/src"
    public Drupal\editor_advanced_link -> string(40) "modules/contrib/editor_advanced_link/src"
    public Drupal\entity -> string(26) "modules/contrib/entity/src"
    public Drupal\entity_reference_revisions -> string(46) "modules/contrib/entity_reference_revisions/src"
    public Drupal\field -> string(22) "core/modules/field/src"
    public Drupal\field_ui -> string(25) "core/modules/field_ui/src"
    public Drupal\file -> string(21) "core/modules/file/src"
    public Drupal\filter -> string(23) "core/modules/filter/src"
    public Drupal\flag -> string(24) "modules/contrib/flag/src"
    public Drupal\google_analytics -> string(36) "modules/contrib/google_analytics/src"
    public Drupal\help -> string(21) "core/modules/help/src"
    public Drupal\history -> string(24) "core/modules/history/src"
    public Drupal\image -> string(22) "core/modules/image/src"
    public Drupal\imagemagick -> string(37) "sites/default/modules/imagemagick/src"
    public Drupal\kint -> string(30) "modules/contrib/devel/kint/src"
    public Drupal\link -> string(21) "core/modules/link/src"
    public Drupal\login_emailusername -> string(39) "modules/contrib/login_emailusername/src"
    public Drupal\mailsystem -> string(30) "modules/contrib/mailsystem/src"
    public Drupal\markup -> string(26) "modules/contrib/markup/src"
    public Drupal\masquerade -> string(30) "modules/contrib/masquerade/src"
    public Drupal\menu_ui -> string(24) "core/modules/menu_ui/src"
    public Drupal\mimemail -> string(28) "modules/contrib/mimemail/src"
    public Drupal\node -> string(21) "core/modules/node/src"
    public Drupal\options -> string(24) "core/modules/options/src"
    public Drupal\page_cache -> string(27) "core/modules/page_cache/src"
    public Drupal\paragraphs -> string(30) "modules/contrib/paragraphs/src"
    public Drupal\path -> string(21) "core/modules/path/src"
    public Drupal\prepopulate -> string(31) "modules/contrib/prepopulate/src"
    public Drupal\quickedit -> string(26) "core/modules/quickedit/src"
    public Drupal\r4032login -> string(30) "modules/contrib/r4032login/src"
    public Drupal\rate -> string(24) "modules/contrib/rate/src"
    public Drupal\rdf -> string(20) "core/modules/rdf/src"
    public Drupal\recaptcha -> string(29) "modules/contrib/recaptcha/src"
    public Drupal\rest -> string(21) "core/modules/rest/src"
    public Drupal\roleassign -> string(30) "modules/contrib/roleassign/src"
    public Drupal\s3fs -> string(24) "modules/contrib/s3fs/src"
    public Drupal\security_review -> string(35) "modules/contrib/security_review/src"
    public Drupal\serialization -> string(30) "core/modules/serialization/src"
    public Drupal\shortcut -> string(25) "core/modules/shortcut/src"
    public Drupal\smtp -> string(24) "modules/contrib/smtp/src"
    public Drupal\system -> string(23) "core/modules/system/src"
    public Drupal\taxonomy -> string(25) "core/modules/taxonomy/src"
    public Drupal\text -> string(21) "core/modules/text/src"
    public Drupal\token -> string(25) "modules/contrib/token/src"
    public Drupal\toolbar -> string(24) "core/modules/toolbar/src"
    public Drupal\update -> string(23) "core/modules/update/src"
    public Drupal\user -> string(21) "core/modules/user/src"
    public Drupal\user_registrationpassword -> string(51) "sites/default/modules/user_registrationpassword/src"
    public Drupal\view_unpublished -> string(36) "modules/contrib/view_unpublished/src"
    public Drupal\views_ifempty -> string(25) "modules/views_ifempty/src"
    public Drupal\views_ui -> string(25) "core/modules/views_ui/src"
    public Drupal\votingapi -> string(29) "modules/contrib/votingapi/src"
    public Drupal\menu_admin_per_menu -> string(39) "modules/contrib/menu_admin_per_menu/src"
    public Drupal\menu_link_content -> string(34) "core/modules/menu_link_content/src"
    public Drupal\pathauto -> string(28) "modules/contrib/pathauto/src"
    public Drupal\views -> string(22) "core/modules/views/src"
    public Drupal\standard -> string(26) "core/profiles/standard/src"
    public Drupal\Core\Config -> string(27) "core/lib/Drupal/Core/Config"
    public Drupal\Core\Entity -> string(27) "core/lib/Drupal/Core/Entity"
    public Drupal\Core\Datetime -> string(29) "core/lib/Drupal/Core/Datetime"
    public Drupal\Core\Block -> string(26) "core/lib/Drupal/Core/Block"
    public Drupal\Core\Validation -> string(31) "core/lib/Drupal/Core/Validation"
    public Drupal\Core\ProxyClass -> string(31) "core/lib/Drupal/Core/ProxyClass"
    public Drupal\Core\Field -> string(26) "core/lib/Drupal/Core/Field"
    public Drupal\Core\TypedData -> string(30) "core/lib/Drupal/Core/TypedData"
    public Drupal\Core\Render -> string(27) "core/lib/Drupal/Core/Render"
    public Drupal\Core\Mail -> string(25) "core/lib/Drupal/Core/Mail"
    public Drupal\Core\Menu -> string(25) "core/lib/Drupal/Core/Menu"
    public Drupal\Component\Annotation -> string(36) "core/lib/Drupal/Component/Annotation"
    public _serviceId -> string(20) "container.namespaces"
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> array(183)
    'dynamic_entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'entity_revision' => array(10)
    *DEPTH TOO GREAT*
    'entity_revision:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:file' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:action' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:view' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision_reference' => array(8)
    *DEPTH TOO GREAT*
    'filter_format' => array(8)
    *DEPTH TOO GREAT*
    'entity' => array(10)
    *DEPTH TOO GREAT*
    'entity:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity:block' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:file' => array(11)
    *DEPTH TOO GREAT*
    'entity:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity:node' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity:action' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity:user' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity:view' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'field_item:address' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_country' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_zone' => array(13)
    *DEPTH TOO GREAT*
    'field_item:datetime' => array(13)
    *DEPTH TOO GREAT*
    'field_item:dynamic_entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference_revisions' => array(13)
    *DEPTH TOO GREAT*
    'field_item:file' => array(15)
    *DEPTH TOO GREAT*
    'field_item:image' => array(16)
    *DEPTH TOO GREAT*
    'field_item:link' => array(14)
    *DEPTH TOO GREAT*
    'field_item:markup' => array(13)
    *DEPTH TOO GREAT*
    'field_item:list_float' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_integer' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_string' => array(14)
    *DEPTH TOO GREAT*
    'field_item:path' => array(12)
    *DEPTH TOO GREAT*
    'field_item:text_with_summary' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text_long' => array(14)
    *DEPTH TOO GREAT*
    'field_item:string' => array(13)
    *DEPTH TOO GREAT*
    'field_item:decimal' => array(13)
    *DEPTH TOO GREAT*
    'field_item:integer' => array(13)
    *DEPTH TOO GREAT*
    'field_item:uuid' => array(12)
    *DEPTH TOO GREAT*
    'field_item:float' => array(13)
    *DEPTH TOO GREAT*
    'field_item:boolean' => array(13)
    *DEPTH TOO GREAT*
    'field_item:created' => array(13)
    *DEPTH TOO GREAT*
    'field_item:changed' => array(13)
    *DEPTH TOO GREAT*
    'field_item:password' => array(11)
    *DEPTH TOO GREAT*
    'field_item:uri' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:string_long' => array(13)
    *DEPTH TOO GREAT*
    'field_item:email' => array(13)
    *DEPTH TOO GREAT*
    'field_item:language' => array(14)
    *DEPTH TOO GREAT*
    'field_item:timestamp' => array(14)
    *DEPTH TOO GREAT*
    'field_item:map' => array(11)
    *DEPTH TOO GREAT*
    'list' => array(8)
    *DEPTH TOO GREAT*
    'map' => array(8)
    *DEPTH TOO GREAT*
    'any' => array(8)
    *DEPTH TOO GREAT*
    'boolean' => array(8)
    *DEPTH TOO GREAT*
    'language' => array(9)
    *DEPTH TOO GREAT*
    'uri' => array(8)
    *DEPTH TOO GREAT*
    'float' => array(8)
    *DEPTH TOO GREAT*
    'integer' => array(8)
    *DEPTH TOO GREAT*
    'timespan' => array(8)
    *DEPTH TOO GREAT*
    'email' => array(9)
    *DEPTH TOO GREAT*
    'binary' => array(8)
    *DEPTH TOO GREAT*
    'string' => array(8)
    *DEPTH TOO GREAT*
    'datetime_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'timestamp' => array(8)
    *DEPTH TOO GREAT*
    'duration_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'language_reference' => array(8)
    *DEPTH TOO GREAT*
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    protected bin -> string(15) "cache_discovery"
    protected consistentBackend -> Drupal\Core\Cache\DatabaseBackend(3)
    *DEPTH TOO GREAT*
    protected fastBackend -> Drupal\Core\Cache\ApcuBackend(4)
    *DEPTH TOO GREAT*
    protected lastWriteTimestamp -> float1500182527.777
    public _serviceId -> string(15) "cache.discovery"
    protected useCaches -> boolTRUE
    protected _serviceIds -> array(0)
    public _serviceId -> string(18) "typed_data_manager"
    'path' => Drupal\path\Plugin\Field\FieldType\PathFieldItemList(7)
    protected list -> array(0)
    protected langcode -> string(2) "en"
    protected definition -> Drupal\Core\Field\BaseFieldDefinition(6)
    protected type -> string(4) "path"
    protected propertyDefinitions -> NULL
    protected schema -> NULL
    protected indexes -> array(0)
    protected itemDefinition -> Drupal\Core\Field\TypedData\FieldItemDataDefinition(2)
    protected fieldDefinition -> Drupal\Core\Field\BaseFieldDefinition(6) *RECURSION*
    protected definition -> array(2)
    *DEPTH TOO GREAT*
    protected definition -> array(8)
    'label' => Drupal\Core\StringTranslation\TranslatableMarkup(5)
    *DEPTH TOO GREAT*
    'translatable' => boolTRUE
    'display' => array(1)
    *DEPTH TOO GREAT*
    'computed' => boolTRUE
    'provider' => string(4) "path"
    'field_name' => string(4) "path"
    'entity_type' => string(4) "node"
    'bundle' => NULL
    protected name -> string(4) "path"
    protected parent -> Drupal\Core\Entity\Plugin\DataType\EntityAdapter(6)
    protected entity -> Drupal\node\Entity\Node(24) *RECURSION*
    protected definition -> Drupal\Core\Entity\TypedData\EntityDataDefinition(2)
    protected propertyDefinitions -> array(21)
    *DEPTH TOO GREAT*
    protected definition -> array(1)
    *DEPTH TOO GREAT*
    protected name -> NULL
    protected parent -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> Drupal\Core\TypedData\TypedDataManager(22)
    protected validator -> NULL
    protected constraintManager -> Drupal\Core\Validation\ConstraintManager(17)
    protected cacheKey -> string(29) "validation_constraint_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(21) "validation_constraint"
    protected subdir -> string(28) "Plugin/Validation/Constraint"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    *DEPTH TOO GREAT*
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(44) "Drupal\Core\Validation\Annotation\Constraint"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(108)
    *DEPTH TOO GREAT*
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected useCaches -> boolTRUE
    public _serviceId -> string(21) "validation.constraint"
    protected prototypes -> array(46)
    'entity:node:page:.nid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:nid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uuid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uuid.0' => Drupal\Core\Field\Plugin\Field\FieldType\UuidItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.vid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:vid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0.language' => Drupal\Core\TypedData\Plugin\DataType\LanguageReference(6)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\LanguageItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.type' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.title' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:title.0' => Drupal\Core\Field\Plugin\Field\FieldType\StringItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.status' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:status.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.created' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:created.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.changed' => Drupal\Core\Field\ChangedFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:changed.0' => Drupal\Core\Field\Plugin\Field\FieldType\ChangedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.promote' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:promote.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.sticky' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:sticky.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_timestamp' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_timestamp.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_log' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_translation_affected' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_translation_affected.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.default_langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:default_langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.path' => Drupal\path\Plugin\Field\FieldType\PathFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.menu_link' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.body' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.summary_processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0' => Drupal\text\Plugin\Field\FieldType\TextWithSummaryItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.field_sidebar' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0' => Drupal\text\Plugin\Field\FieldType\TextLongItem(7)
    *DEPTH TOO GREAT*
    protected classResolver -> Drupal\Core\DependencyInjection\ClassResolver(3)
    protected _serviceIds -> array(0)
    protected container -> Drupal\Core\DependencyInjection\Container(7)
    *DEPTH TOO GREAT*
    public _serviceId -> string(14) "class_resolver"
    protected cacheKey -> string(24) "typed_data_types_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(14) "data_type_info"
    protected subdir -> string(15) "Plugin/DataType"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    protected loadedFiles -> array(96)
    *DEPTH TOO GREAT*
    protected moduleList -> array(96)
    *DEPTH TOO GREAT*
    protected loaded -> boolTRUE
    protected implementations -> array(438)
    *DEPTH TOO GREAT*
    protected verified -> array(8)
    *DEPTH TOO GREAT*
    protected hookInfo -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected cacheNeedsWriting -> boolFALSE
    protected alterFunctions -> array(3)
    *DEPTH TOO GREAT*
    protected root -> string(17) "/var/www/html/web"
    protected includeFileKeys -> array(0)
    public _serviceId -> string(14) "module_handler"
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(41) "Drupal\Core\TypedData\Annotation\DataType"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(109)
    public Drupal\address -> string(27) "modules/contrib/address/src"
    public Drupal\allowed_formats -> string(35) "modules/contrib/allowed_formats/src"
    public Drupal\autologout -> string(30) "modules/contrib/autologout/src"
    public Drupal\automated_cron -> string(31) "core/modules/automated_cron/src"
    public Drupal\block -> string(22) "core/modules/block/src"
    public Drupal\block_content -> string(30) "core/modules/block_content/src"
    public Drupal\block_visibility_groups -> string(43) "modules/contrib/block_visibility_groups/src"
    public Drupal\breakpoint -> string(27) "core/modules/breakpoint/src"
    public Drupal\captcha -> string(27) "modules/contrib/captcha/src"
    public Drupal\ckeditor -> string(25) "core/modules/ckeditor/src"
    public Drupal\color -> string(22) "core/modules/color/src"
    public Drupal\config -> string(23) "core/modules/config/src"
    public Drupal\contact -> string(24) "core/modules/contact/src"
    public Drupal\contact_block -> string(33) "modules/contrib/contact_block/src"
    public Drupal\contextual -> string(27) "core/modules/contextual/src"
    public Drupal\csv_serialization -> string(37) "modules/contrib/csv_serialization/src"
    public Drupal\ctools -> string(26) "modules/contrib/ctools/src"
    public Drupal\custom -> string(32) "sites/default/modules/custom/src"
    public Drupal\custom_administer_content -> string(51) "sites/default/modules/custom_administer_content/src"
    public Drupal\custom_cancel_methods -> string(47) "sites/default/modules/custom_cancel_methods/src"
    public Drupal\custom_favourite -> string(42) "sites/default/modules/custom_favourite/src"
    public Drupal\custom_feature_polls -> string(46) "sites/default/modules/custom_feature_polls/src"
    public Drupal\custom_featured -> string(41) "sites/default/modules/custom_featured/src"
    public Drupal\custom_follow -> string(39) "sites/default/modules/custom_follow/src"
    public Drupal\custom_mail -> string(37) "sites/default/modules/custom_mail/src"
    public Drupal\custom_menu -> string(37) "sites/default/modules/custom_menu/src"
    public Drupal\custom_more -> string(37) "sites/default/modules/custom_more/src"
    public Drupal\custom_password_policy -> string(48) "sites/default/modules/custom_password_policy/src"
    public Drupal\custom_reactions -> string(42) "sites/default/modules/custom_reactions/src"
    public Drupal\custom_user_login -> string(43) "sites/default/modules/custom_user_login/src"
    public Drupal\custom_user_onboarding -> string(48) "sites/default/modules/custom_user_onboarding/src"
    public Drupal\custom_user_register -> string(46) "sites/default/modules/custom_user_register/src"
    public Drupal\custom_username_policy -> string(48) "sites/default/modules/custom_username_policy/src"
    public Drupal\custom_video -> string(38) "sites/default/modules/custom_video/src"
    public Drupal\datetime -> string(25) "core/modules/datetime/src"
    public Drupal\dblog -> string(22) "core/modules/dblog/src"
    public Drupal\devel -> string(25) "modules/contrib/devel/src"
    public Drupal\dynamic_entity_reference -> string(44) "modules/contrib/dynamic_entity_reference/src"
    public Drupal\dynamic_page_cache -> string(35) "core/modules/dynamic_page_cache/src"
    public Drupal\editor -> string(23) "core/modules/editor/src"
    public Drupal\editor_advanced_link -> string(40) "modules/contrib/editor_advanced_link/src"
    public Drupal\entity -> string(26) "modules/contrib/entity/src"
    public Drupal\entity_reference_revisions -> string(46) "modules/contrib/entity_reference_revisions/src"
    public Drupal\field -> string(22) "core/modules/field/src"
    public Drupal\field_ui -> string(25) "core/modules/field_ui/src"
    public Drupal\file -> string(21) "core/modules/file/src"
    public Drupal\filter -> string(23) "core/modules/filter/src"
    public Drupal\flag -> string(24) "modules/contrib/flag/src"
    public Drupal\google_analytics -> string(36) "modules/contrib/google_analytics/src"
    public Drupal\help -> string(21) "core/modules/help/src"
    public Drupal\history -> string(24) "core/modules/history/src"
    public Drupal\image -> string(22) "core/modules/image/src"
    public Drupal\imagemagick -> string(37) "sites/default/modules/imagemagick/src"
    public Drupal\kint -> string(30) "modules/contrib/devel/kint/src"
    public Drupal\link -> string(21) "core/modules/link/src"
    public Drupal\login_emailusername -> string(39) "modules/contrib/login_emailusername/src"
    public Drupal\mailsystem -> string(30) "modules/contrib/mailsystem/src"
    public Drupal\markup -> string(26) "modules/contrib/markup/src"
    public Drupal\masquerade -> string(30) "modules/contrib/masquerade/src"
    public Drupal\menu_ui -> string(24) "core/modules/menu_ui/src"
    public Drupal\mimemail -> string(28) "modules/contrib/mimemail/src"
    public Drupal\node -> string(21) "core/modules/node/src"
    public Drupal\options -> string(24) "core/modules/options/src"
    public Drupal\page_cache -> string(27) "core/modules/page_cache/src"
    public Drupal\paragraphs -> string(30) "modules/contrib/paragraphs/src"
    public Drupal\path -> string(21) "core/modules/path/src"
    public Drupal\prepopulate -> string(31) "modules/contrib/prepopulate/src"
    public Drupal\quickedit -> string(26) "core/modules/quickedit/src"
    public Drupal\r4032login -> string(30) "modules/contrib/r4032login/src"
    public Drupal\rate -> string(24) "modules/contrib/rate/src"
    public Drupal\rdf -> string(20) "core/modules/rdf/src"
    public Drupal\recaptcha -> string(29) "modules/contrib/recaptcha/src"
    public Drupal\rest -> string(21) "core/modules/rest/src"
    public Drupal\roleassign -> string(30) "modules/contrib/roleassign/src"
    public Drupal\s3fs -> string(24) "modules/contrib/s3fs/src"
    public Drupal\security_review -> string(35) "modules/contrib/security_review/src"
    public Drupal\serialization -> string(30) "core/modules/serialization/src"
    public Drupal\shortcut -> string(25) "core/modules/shortcut/src"
    public Drupal\smtp -> string(24) "modules/contrib/smtp/src"
    public Drupal\system -> string(23) "core/modules/system/src"
    public Drupal\taxonomy -> string(25) "core/modules/taxonomy/src"
    public Drupal\text -> string(21) "core/modules/text/src"
    public Drupal\token -> string(25) "modules/contrib/token/src"
    public Drupal\toolbar -> string(24) "core/modules/toolbar/src"
    public Drupal\update -> string(23) "core/modules/update/src"
    public Drupal\user -> string(21) "core/modules/user/src"
    public Drupal\user_registrationpassword -> string(51) "sites/default/modules/user_registrationpassword/src"
    public Drupal\view_unpublished -> string(36) "modules/contrib/view_unpublished/src"
    public Drupal\views_ifempty -> string(25) "modules/views_ifempty/src"
    public Drupal\views_ui -> string(25) "core/modules/views_ui/src"
    public Drupal\votingapi -> string(29) "modules/contrib/votingapi/src"
    public Drupal\menu_admin_per_menu -> string(39) "modules/contrib/menu_admin_per_menu/src"
    public Drupal\menu_link_content -> string(34) "core/modules/menu_link_content/src"
    public Drupal\pathauto -> string(28) "modules/contrib/pathauto/src"
    public Drupal\views -> string(22) "core/modules/views/src"
    public Drupal\standard -> string(26) "core/profiles/standard/src"
    public Drupal\Core\Config -> string(27) "core/lib/Drupal/Core/Config"
    public Drupal\Core\Entity -> string(27) "core/lib/Drupal/Core/Entity"
    public Drupal\Core\Datetime -> string(29) "core/lib/Drupal/Core/Datetime"
    public Drupal\Core\Block -> string(26) "core/lib/Drupal/Core/Block"
    public Drupal\Core\Validation -> string(31) "core/lib/Drupal/Core/Validation"
    public Drupal\Core\ProxyClass -> string(31) "core/lib/Drupal/Core/ProxyClass"
    public Drupal\Core\Field -> string(26) "core/lib/Drupal/Core/Field"
    public Drupal\Core\TypedData -> string(30) "core/lib/Drupal/Core/TypedData"
    public Drupal\Core\Render -> string(27) "core/lib/Drupal/Core/Render"
    public Drupal\Core\Mail -> string(25) "core/lib/Drupal/Core/Mail"
    public Drupal\Core\Menu -> string(25) "core/lib/Drupal/Core/Menu"
    public Drupal\Component\Annotation -> string(36) "core/lib/Drupal/Component/Annotation"
    public _serviceId -> string(20) "container.namespaces"
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> array(183)
    'dynamic_entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'entity_revision' => array(10)
    *DEPTH TOO GREAT*
    'entity_revision:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:file' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:action' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:view' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision_reference' => array(8)
    *DEPTH TOO GREAT*
    'filter_format' => array(8)
    *DEPTH TOO GREAT*
    'entity' => array(10)
    *DEPTH TOO GREAT*
    'entity:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity:block' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:file' => array(11)
    *DEPTH TOO GREAT*
    'entity:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity:node' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity:action' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity:user' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity:view' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'field_item:address' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_country' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_zone' => array(13)
    *DEPTH TOO GREAT*
    'field_item:datetime' => array(13)
    *DEPTH TOO GREAT*
    'field_item:dynamic_entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference_revisions' => array(13)
    *DEPTH TOO GREAT*
    'field_item:file' => array(15)
    *DEPTH TOO GREAT*
    'field_item:image' => array(16)
    *DEPTH TOO GREAT*
    'field_item:link' => array(14)
    *DEPTH TOO GREAT*
    'field_item:markup' => array(13)
    *DEPTH TOO GREAT*
    'field_item:list_float' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_integer' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_string' => array(14)
    *DEPTH TOO GREAT*
    'field_item:path' => array(12)
    *DEPTH TOO GREAT*
    'field_item:text_with_summary' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text_long' => array(14)
    *DEPTH TOO GREAT*
    'field_item:string' => array(13)
    *DEPTH TOO GREAT*
    'field_item:decimal' => array(13)
    *DEPTH TOO GREAT*
    'field_item:integer' => array(13)
    *DEPTH TOO GREAT*
    'field_item:uuid' => array(12)
    *DEPTH TOO GREAT*
    'field_item:float' => array(13)
    *DEPTH TOO GREAT*
    'field_item:boolean' => array(13)
    *DEPTH TOO GREAT*
    'field_item:created' => array(13)
    *DEPTH TOO GREAT*
    'field_item:changed' => array(13)
    *DEPTH TOO GREAT*
    'field_item:password' => array(11)
    *DEPTH TOO GREAT*
    'field_item:uri' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:string_long' => array(13)
    *DEPTH TOO GREAT*
    'field_item:email' => array(13)
    *DEPTH TOO GREAT*
    'field_item:language' => array(14)
    *DEPTH TOO GREAT*
    'field_item:timestamp' => array(14)
    *DEPTH TOO GREAT*
    'field_item:map' => array(11)
    *DEPTH TOO GREAT*
    'list' => array(8)
    *DEPTH TOO GREAT*
    'map' => array(8)
    *DEPTH TOO GREAT*
    'any' => array(8)
    *DEPTH TOO GREAT*
    'boolean' => array(8)
    *DEPTH TOO GREAT*
    'language' => array(9)
    *DEPTH TOO GREAT*
    'uri' => array(8)
    *DEPTH TOO GREAT*
    'float' => array(8)
    *DEPTH TOO GREAT*
    'integer' => array(8)
    *DEPTH TOO GREAT*
    'timespan' => array(8)
    *DEPTH TOO GREAT*
    'email' => array(9)
    *DEPTH TOO GREAT*
    'binary' => array(8)
    *DEPTH TOO GREAT*
    'string' => array(8)
    *DEPTH TOO GREAT*
    'datetime_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'timestamp' => array(8)
    *DEPTH TOO GREAT*
    'duration_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'language_reference' => array(8)
    *DEPTH TOO GREAT*
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    protected bin -> string(15) "cache_discovery"
    protected consistentBackend -> Drupal\Core\Cache\DatabaseBackend(3)
    *DEPTH TOO GREAT*
    protected fastBackend -> Drupal\Core\Cache\ApcuBackend(4)
    *DEPTH TOO GREAT*
    protected lastWriteTimestamp -> float1500182527.777
    public _serviceId -> string(15) "cache.discovery"
    protected useCaches -> boolTRUE
    protected _serviceIds -> array(0)
    public _serviceId -> string(18) "typed_data_manager"
    'menu_link' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    protected list -> array(0)
    protected langcode -> string(2) "en"
    protected definition -> Drupal\Core\Field\BaseFieldDefinition(6)
    protected type -> string(16) "entity_reference"
    protected propertyDefinitions -> NULL
    protected schema -> NULL
    protected indexes -> array(0)
    protected itemDefinition -> Drupal\Core\Field\TypedData\FieldItemDataDefinition(2)
    protected fieldDefinition -> Drupal\Core\Field\BaseFieldDefinition(6) *RECURSION*
    protected definition -> array(2)
    *DEPTH TOO GREAT*
    protected definition -> array(10)
    'label' => Drupal\Core\StringTranslation\TranslatableMarkup(5)
    *DEPTH TOO GREAT*
    'description' => Drupal\Core\StringTranslation\TranslatableMarkup(5)
    *DEPTH TOO GREAT*
    'revisionable' => boolTRUE
    'translatable' => boolTRUE
    'display' => array(2)
    *DEPTH TOO GREAT*
    'computed' => boolTRUE
    'provider' => string(5) "token"
    'field_name' => string(9) "menu_link"
    'entity_type' => string(4) "node"
    'bundle' => NULL
    protected name -> string(9) "menu_link"
    protected parent -> Drupal\Core\Entity\Plugin\DataType\EntityAdapter(6)
    protected entity -> Drupal\node\Entity\Node(24) *RECURSION*
    protected definition -> Drupal\Core\Entity\TypedData\EntityDataDefinition(2)
    protected propertyDefinitions -> array(21)
    *DEPTH TOO GREAT*
    protected definition -> array(1)
    *DEPTH TOO GREAT*
    protected name -> NULL
    protected parent -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> Drupal\Core\TypedData\TypedDataManager(22)
    protected validator -> NULL
    protected constraintManager -> Drupal\Core\Validation\ConstraintManager(17)
    protected cacheKey -> string(29) "validation_constraint_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(21) "validation_constraint"
    protected subdir -> string(28) "Plugin/Validation/Constraint"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    *DEPTH TOO GREAT*
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(44) "Drupal\Core\Validation\Annotation\Constraint"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(108)
    *DEPTH TOO GREAT*
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected useCaches -> boolTRUE
    public _serviceId -> string(21) "validation.constraint"
    protected prototypes -> array(46)
    'entity:node:page:.nid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:nid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uuid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uuid.0' => Drupal\Core\Field\Plugin\Field\FieldType\UuidItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.vid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:vid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0.language' => Drupal\Core\TypedData\Plugin\DataType\LanguageReference(6)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\LanguageItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.type' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.title' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:title.0' => Drupal\Core\Field\Plugin\Field\FieldType\StringItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.status' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:status.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.created' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:created.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.changed' => Drupal\Core\Field\ChangedFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:changed.0' => Drupal\Core\Field\Plugin\Field\FieldType\ChangedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.promote' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:promote.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.sticky' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:sticky.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_timestamp' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_timestamp.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_log' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_translation_affected' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_translation_affected.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.default_langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:default_langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.path' => Drupal\path\Plugin\Field\FieldType\PathFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.menu_link' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.body' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.summary_processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0' => Drupal\text\Plugin\Field\FieldType\TextWithSummaryItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.field_sidebar' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0' => Drupal\text\Plugin\Field\FieldType\TextLongItem(7)
    *DEPTH TOO GREAT*
    protected classResolver -> Drupal\Core\DependencyInjection\ClassResolver(3)
    protected _serviceIds -> array(0)
    protected container -> Drupal\Core\DependencyInjection\Container(7)
    *DEPTH TOO GREAT*
    public _serviceId -> string(14) "class_resolver"
    protected cacheKey -> string(24) "typed_data_types_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(14) "data_type_info"
    protected subdir -> string(15) "Plugin/DataType"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    protected loadedFiles -> array(96)
    *DEPTH TOO GREAT*
    protected moduleList -> array(96)
    *DEPTH TOO GREAT*
    protected loaded -> boolTRUE
    protected implementations -> array(438)
    *DEPTH TOO GREAT*
    protected verified -> array(8)
    *DEPTH TOO GREAT*
    protected hookInfo -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected cacheNeedsWriting -> boolFALSE
    protected alterFunctions -> array(3)
    *DEPTH TOO GREAT*
    protected root -> string(17) "/var/www/html/web"
    protected includeFileKeys -> array(0)
    public _serviceId -> string(14) "module_handler"
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(41) "Drupal\Core\TypedData\Annotation\DataType"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(109)
    public Drupal\address -> string(27) "modules/contrib/address/src"
    public Drupal\allowed_formats -> string(35) "modules/contrib/allowed_formats/src"
    public Drupal\autologout -> string(30) "modules/contrib/autologout/src"
    public Drupal\automated_cron -> string(31) "core/modules/automated_cron/src"
    public Drupal\block -> string(22) "core/modules/block/src"
    public Drupal\block_content -> string(30) "core/modules/block_content/src"
    public Drupal\block_visibility_groups -> string(43) "modules/contrib/block_visibility_groups/src"
    public Drupal\breakpoint -> string(27) "core/modules/breakpoint/src"
    public Drupal\captcha -> string(27) "modules/contrib/captcha/src"
    public Drupal\ckeditor -> string(25) "core/modules/ckeditor/src"
    public Drupal\color -> string(22) "core/modules/color/src"
    public Drupal\config -> string(23) "core/modules/config/src"
    public Drupal\contact -> string(24) "core/modules/contact/src"
    public Drupal\contact_block -> string(33) "modules/contrib/contact_block/src"
    public Drupal\contextual -> string(27) "core/modules/contextual/src"
    public Drupal\csv_serialization -> string(37) "modules/contrib/csv_serialization/src"
    public Drupal\ctools -> string(26) "modules/contrib/ctools/src"
    public Drupal\custom -> string(32) "sites/default/modules/custom/src"
    public Drupal\custom_administer_content -> string(51) "sites/default/modules/custom_administer_content/src"
    public Drupal\custom_cancel_methods -> string(47) "sites/default/modules/custom_cancel_methods/src"
    public Drupal\custom_favourite -> string(42) "sites/default/modules/custom_favourite/src"
    public Drupal\custom_feature_polls -> string(46) "sites/default/modules/custom_feature_polls/src"
    public Drupal\custom_featured -> string(41) "sites/default/modules/custom_featured/src"
    public Drupal\custom_follow -> string(39) "sites/default/modules/custom_follow/src"
    public Drupal\custom_mail -> string(37) "sites/default/modules/custom_mail/src"
    public Drupal\custom_menu -> string(37) "sites/default/modules/custom_menu/src"
    public Drupal\custom_more -> string(37) "sites/default/modules/custom_more/src"
    public Drupal\custom_password_policy -> string(48) "sites/default/modules/custom_password_policy/src"
    public Drupal\custom_reactions -> string(42) "sites/default/modules/custom_reactions/src"
    public Drupal\custom_user_login -> string(43) "sites/default/modules/custom_user_login/src"
    public Drupal\custom_user_onboarding -> string(48) "sites/default/modules/custom_user_onboarding/src"
    public Drupal\custom_user_register -> string(46) "sites/default/modules/custom_user_register/src"
    public Drupal\custom_username_policy -> string(48) "sites/default/modules/custom_username_policy/src"
    public Drupal\custom_video -> string(38) "sites/default/modules/custom_video/src"
    public Drupal\datetime -> string(25) "core/modules/datetime/src"
    public Drupal\dblog -> string(22) "core/modules/dblog/src"
    public Drupal\devel -> string(25) "modules/contrib/devel/src"
    public Drupal\dynamic_entity_reference -> string(44) "modules/contrib/dynamic_entity_reference/src"
    public Drupal\dynamic_page_cache -> string(35) "core/modules/dynamic_page_cache/src"
    public Drupal\editor -> string(23) "core/modules/editor/src"
    public Drupal\editor_advanced_link -> string(40) "modules/contrib/editor_advanced_link/src"
    public Drupal\entity -> string(26) "modules/contrib/entity/src"
    public Drupal\entity_reference_revisions -> string(46) "modules/contrib/entity_reference_revisions/src"
    public Drupal\field -> string(22) "core/modules/field/src"
    public Drupal\field_ui -> string(25) "core/modules/field_ui/src"
    public Drupal\file -> string(21) "core/modules/file/src"
    public Drupal\filter -> string(23) "core/modules/filter/src"
    public Drupal\flag -> string(24) "modules/contrib/flag/src"
    public Drupal\google_analytics -> string(36) "modules/contrib/google_analytics/src"
    public Drupal\help -> string(21) "core/modules/help/src"
    public Drupal\history -> string(24) "core/modules/history/src"
    public Drupal\image -> string(22) "core/modules/image/src"
    public Drupal\imagemagick -> string(37) "sites/default/modules/imagemagick/src"
    public Drupal\kint -> string(30) "modules/contrib/devel/kint/src"
    public Drupal\link -> string(21) "core/modules/link/src"
    public Drupal\login_emailusername -> string(39) "modules/contrib/login_emailusername/src"
    public Drupal\mailsystem -> string(30) "modules/contrib/mailsystem/src"
    public Drupal\markup -> string(26) "modules/contrib/markup/src"
    public Drupal\masquerade -> string(30) "modules/contrib/masquerade/src"
    public Drupal\menu_ui -> string(24) "core/modules/menu_ui/src"
    public Drupal\mimemail -> string(28) "modules/contrib/mimemail/src"
    public Drupal\node -> string(21) "core/modules/node/src"
    public Drupal\options -> string(24) "core/modules/options/src"
    public Drupal\page_cache -> string(27) "core/modules/page_cache/src"
    public Drupal\paragraphs -> string(30) "modules/contrib/paragraphs/src"
    public Drupal\path -> string(21) "core/modules/path/src"
    public Drupal\prepopulate -> string(31) "modules/contrib/prepopulate/src"
    public Drupal\quickedit -> string(26) "core/modules/quickedit/src"
    public Drupal\r4032login -> string(30) "modules/contrib/r4032login/src"
    public Drupal\rate -> string(24) "modules/contrib/rate/src"
    public Drupal\rdf -> string(20) "core/modules/rdf/src"
    public Drupal\recaptcha -> string(29) "modules/contrib/recaptcha/src"
    public Drupal\rest -> string(21) "core/modules/rest/src"
    public Drupal\roleassign -> string(30) "modules/contrib/roleassign/src"
    public Drupal\s3fs -> string(24) "modules/contrib/s3fs/src"
    public Drupal\security_review -> string(35) "modules/contrib/security_review/src"
    public Drupal\serialization -> string(30) "core/modules/serialization/src"
    public Drupal\shortcut -> string(25) "core/modules/shortcut/src"
    public Drupal\smtp -> string(24) "modules/contrib/smtp/src"
    public Drupal\system -> string(23) "core/modules/system/src"
    public Drupal\taxonomy -> string(25) "core/modules/taxonomy/src"
    public Drupal\text -> string(21) "core/modules/text/src"
    public Drupal\token -> string(25) "modules/contrib/token/src"
    public Drupal\toolbar -> string(24) "core/modules/toolbar/src"
    public Drupal\update -> string(23) "core/modules/update/src"
    public Drupal\user -> string(21) "core/modules/user/src"
    public Drupal\user_registrationpassword -> string(51) "sites/default/modules/user_registrationpassword/src"
    public Drupal\view_unpublished -> string(36) "modules/contrib/view_unpublished/src"
    public Drupal\views_ifempty -> string(25) "modules/views_ifempty/src"
    public Drupal\views_ui -> string(25) "core/modules/views_ui/src"
    public Drupal\votingapi -> string(29) "modules/contrib/votingapi/src"
    public Drupal\menu_admin_per_menu -> string(39) "modules/contrib/menu_admin_per_menu/src"
    public Drupal\menu_link_content -> string(34) "core/modules/menu_link_content/src"
    public Drupal\pathauto -> string(28) "modules/contrib/pathauto/src"
    public Drupal\views -> string(22) "core/modules/views/src"
    public Drupal\standard -> string(26) "core/profiles/standard/src"
    public Drupal\Core\Config -> string(27) "core/lib/Drupal/Core/Config"
    public Drupal\Core\Entity -> string(27) "core/lib/Drupal/Core/Entity"
    public Drupal\Core\Datetime -> string(29) "core/lib/Drupal/Core/Datetime"
    public Drupal\Core\Block -> string(26) "core/lib/Drupal/Core/Block"
    public Drupal\Core\Validation -> string(31) "core/lib/Drupal/Core/Validation"
    public Drupal\Core\ProxyClass -> string(31) "core/lib/Drupal/Core/ProxyClass"
    public Drupal\Core\Field -> string(26) "core/lib/Drupal/Core/Field"
    public Drupal\Core\TypedData -> string(30) "core/lib/Drupal/Core/TypedData"
    public Drupal\Core\Render -> string(27) "core/lib/Drupal/Core/Render"
    public Drupal\Core\Mail -> string(25) "core/lib/Drupal/Core/Mail"
    public Drupal\Core\Menu -> string(25) "core/lib/Drupal/Core/Menu"
    public Drupal\Component\Annotation -> string(36) "core/lib/Drupal/Component/Annotation"
    public _serviceId -> string(20) "container.namespaces"
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> array(183)
    'dynamic_entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'entity_revision' => array(10)
    *DEPTH TOO GREAT*
    'entity_revision:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:file' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:action' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:view' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision_reference' => array(8)
    *DEPTH TOO GREAT*
    'filter_format' => array(8)
    *DEPTH TOO GREAT*
    'entity' => array(10)
    *DEPTH TOO GREAT*
    'entity:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity:block' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:file' => array(11)
    *DEPTH TOO GREAT*
    'entity:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity:node' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity:action' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity:user' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity:view' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'field_item:address' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_country' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_zone' => array(13)
    *DEPTH TOO GREAT*
    'field_item:datetime' => array(13)
    *DEPTH TOO GREAT*
    'field_item:dynamic_entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference_revisions' => array(13)
    *DEPTH TOO GREAT*
    'field_item:file' => array(15)
    *DEPTH TOO GREAT*
    'field_item:image' => array(16)
    *DEPTH TOO GREAT*
    'field_item:link' => array(14)
    *DEPTH TOO GREAT*
    'field_item:markup' => array(13)
    *DEPTH TOO GREAT*
    'field_item:list_float' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_integer' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_string' => array(14)
    *DEPTH TOO GREAT*
    'field_item:path' => array(12)
    *DEPTH TOO GREAT*
    'field_item:text_with_summary' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text_long' => array(14)
    *DEPTH TOO GREAT*
    'field_item:string' => array(13)
    *DEPTH TOO GREAT*
    'field_item:decimal' => array(13)
    *DEPTH TOO GREAT*
    'field_item:integer' => array(13)
    *DEPTH TOO GREAT*
    'field_item:uuid' => array(12)
    *DEPTH TOO GREAT*
    'field_item:float' => array(13)
    *DEPTH TOO GREAT*
    'field_item:boolean' => array(13)
    *DEPTH TOO GREAT*
    'field_item:created' => array(13)
    *DEPTH TOO GREAT*
    'field_item:changed' => array(13)
    *DEPTH TOO GREAT*
    'field_item:password' => array(11)
    *DEPTH TOO GREAT*
    'field_item:uri' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:string_long' => array(13)
    *DEPTH TOO GREAT*
    'field_item:email' => array(13)
    *DEPTH TOO GREAT*
    'field_item:language' => array(14)
    *DEPTH TOO GREAT*
    'field_item:timestamp' => array(14)
    *DEPTH TOO GREAT*
    'field_item:map' => array(11)
    *DEPTH TOO GREAT*
    'list' => array(8)
    *DEPTH TOO GREAT*
    'map' => array(8)
    *DEPTH TOO GREAT*
    'any' => array(8)
    *DEPTH TOO GREAT*
    'boolean' => array(8)
    *DEPTH TOO GREAT*
    'language' => array(9)
    *DEPTH TOO GREAT*
    'uri' => array(8)
    *DEPTH TOO GREAT*
    'float' => array(8)
    *DEPTH TOO GREAT*
    'integer' => array(8)
    *DEPTH TOO GREAT*
    'timespan' => array(8)
    *DEPTH TOO GREAT*
    'email' => array(9)
    *DEPTH TOO GREAT*
    'binary' => array(8)
    *DEPTH TOO GREAT*
    'string' => array(8)
    *DEPTH TOO GREAT*
    'datetime_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'timestamp' => array(8)
    *DEPTH TOO GREAT*
    'duration_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'language_reference' => array(8)
    *DEPTH TOO GREAT*
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    protected bin -> string(15) "cache_discovery"
    protected consistentBackend -> Drupal\Core\Cache\DatabaseBackend(3)
    *DEPTH TOO GREAT*
    protected fastBackend -> Drupal\Core\Cache\ApcuBackend(4)
    *DEPTH TOO GREAT*
    protected lastWriteTimestamp -> float1500182527.777
    public _serviceId -> string(15) "cache.discovery"
    protected useCaches -> boolTRUE
    protected _serviceIds -> array(0)
    public _serviceId -> string(18) "typed_data_manager"
    'body' => Drupal\Core\Field\FieldItemList(7)
    protected list -> array(1)
    Drupal\text\Plugin\Field\FieldType\TextWithSummaryItem(7)
    protected definition -> Drupal\Core\Field\TypedData\FieldItemDataDefinition(2)
    *DEPTH TOO GREAT*
    protected values -> array(3)
    *DEPTH TOO GREAT*
    protected properties -> array(2)
    *DEPTH TOO GREAT*
    protected name -> integer0
    protected parent -> Drupal\Core\Field\FieldItemList(7) *RECURSION*
    protected stringTranslation -> NULL
    protected typedDataManager -> Drupal\Core\TypedData\TypedDataManager(22)
    *DEPTH TOO GREAT*
    protected langcode -> string(2) "en"
    protected definition -> Drupal\field\Entity\FieldConfig(33)
    protected deleted -> boolFALSE
    protected fieldStorage -> Drupal\field\Entity\FieldStorageConfig(32)
    protected id -> string(9) "node.body"
    protected field_name -> string(4) "body"
    protected entity_type -> string(4) "node"
    protected type -> string(17) "text_with_summary"
    protected module -> string(4) "text"
    protected settings -> array(0)
    protected cardinality -> integer1
    protected translatable -> boolTRUE
    protected locked -> boolFALSE
    protected persist_with_no_fields -> boolTRUE
    public custom_storage -> boolFALSE
    protected indexes -> array(0)
    protected deleted -> boolFALSE
    protected schema -> NULL
    protected propertyDefinitions -> array(5)
    *DEPTH TOO GREAT*
    protected originalId -> string(9) "node.body"
    protected status -> boolTRUE
    protected uuid -> string(36) "6ea1f63a-7438-452b-8313-ee0e2e0d9636"
    private isSyncing -> boolFALSE
    private isUninstalling -> boolFALSE
    protected langcode -> string(2) "en"
    protected third_party_settings -> array(0)
    protected _core -> array(1)
    *DEPTH TOO GREAT*
    protected trustedData -> boolFALSE
    protected entityTypeId -> string(20) "field_storage_config"
    protected enforceIsNew -> NULL
    protected typedData -> NULL
    protected cacheContexts -> array(0)
    protected cacheTags -> array(0)
    protected cacheMaxAge -> integer-1
    protected _serviceIds -> array(0)
    protected dependencies -> array(1)
    *DEPTH TOO GREAT*
    protected id -> string(14) "node.page.body"
    protected field_name -> string(4) "body"
    protected field_type -> string(17) "text_with_summary"
    protected entity_type -> string(4) "node"
    protected bundle -> string(4) "page"
    protected label -> string(4) "Body"
    protected description -> string(0) ""
    protected settings -> array(1)
    'display_summary' => boolFALSE
    protected required -> boolTRUE
    protected translatable -> boolTRUE
    protected default_value -> array(0)
    protected default_value_callback -> string(0) ""
    protected itemDefinition -> Drupal\Core\Field\TypedData\FieldItemDataDefinition(2)
    protected fieldDefinition -> Drupal\field\Entity\FieldConfig(33) *RECURSION*
    protected definition -> array(2)
    *DEPTH TOO GREAT*
    protected constraints -> array(0)
    protected originalId -> string(14) "node.page.body"
    protected status -> boolTRUE
    protected uuid -> string(36) "1312b2ea-1420-4dab-a5b8-86082a726e83"
    private isSyncing -> boolFALSE
    private isUninstalling -> boolFALSE
    protected langcode -> string(2) "en"
    protected third_party_settings -> array(0)
    protected _core -> array(1)
    'default_config_hash' => string(43) "rUop-8b6hvxxDYbv-KobTfNIBNbPY9qOPl8f6kBNSpw"
    protected trustedData -> boolFALSE
    protected entityTypeId -> string(12) "field_config"
    protected enforceIsNew -> NULL
    protected typedData -> NULL
    protected cacheContexts -> array(0)
    protected cacheTags -> array(0)
    protected cacheMaxAge -> integer-1
    protected _serviceIds -> array(0)
    protected dependencies -> array(2)
    'config' => array(2)
    *DEPTH TOO GREAT*
    'module' => array(1)
    *DEPTH TOO GREAT*
    protected name -> string(4) "body"
    protected parent -> Drupal\Core\Entity\Plugin\DataType\EntityAdapter(6)
    protected entity -> Drupal\node\Entity\Node(24) *RECURSION*
    protected definition -> Drupal\Core\Entity\TypedData\EntityDataDefinition(2)
    protected propertyDefinitions -> array(21)
    *DEPTH TOO GREAT*
    protected definition -> array(1)
    *DEPTH TOO GREAT*
    protected name -> NULL
    protected parent -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> Drupal\Core\TypedData\TypedDataManager(22)
    protected validator -> NULL
    protected constraintManager -> Drupal\Core\Validation\ConstraintManager(17)
    protected cacheKey -> string(29) "validation_constraint_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(21) "validation_constraint"
    protected subdir -> string(28) "Plugin/Validation/Constraint"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    *DEPTH TOO GREAT*
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(44) "Drupal\Core\Validation\Annotation\Constraint"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(108)
    *DEPTH TOO GREAT*
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected useCaches -> boolTRUE
    public _serviceId -> string(21) "validation.constraint"
    protected prototypes -> array(46)
    'entity:node:page:.nid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:nid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uuid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uuid.0' => Drupal\Core\Field\Plugin\Field\FieldType\UuidItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.vid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:vid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0.language' => Drupal\Core\TypedData\Plugin\DataType\LanguageReference(6)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\LanguageItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.type' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.title' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:title.0' => Drupal\Core\Field\Plugin\Field\FieldType\StringItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.status' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:status.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.created' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:created.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.changed' => Drupal\Core\Field\ChangedFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:changed.0' => Drupal\Core\Field\Plugin\Field\FieldType\ChangedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.promote' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:promote.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.sticky' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:sticky.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_timestamp' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_timestamp.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_log' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_translation_affected' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_translation_affected.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.default_langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:default_langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.path' => Drupal\path\Plugin\Field\FieldType\PathFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.menu_link' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.body' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.summary_processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0' => Drupal\text\Plugin\Field\FieldType\TextWithSummaryItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.field_sidebar' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0' => Drupal\text\Plugin\Field\FieldType\TextLongItem(7)
    *DEPTH TOO GREAT*
    protected classResolver -> Drupal\Core\DependencyInjection\ClassResolver(3)
    protected _serviceIds -> array(0)
    protected container -> Drupal\Core\DependencyInjection\Container(7)
    *DEPTH TOO GREAT*
    public _serviceId -> string(14) "class_resolver"
    protected cacheKey -> string(24) "typed_data_types_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(14) "data_type_info"
    protected subdir -> string(15) "Plugin/DataType"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    protected loadedFiles -> array(96)
    *DEPTH TOO GREAT*
    protected moduleList -> array(96)
    *DEPTH TOO GREAT*
    protected loaded -> boolTRUE
    protected implementations -> array(438)
    *DEPTH TOO GREAT*
    protected verified -> array(8)
    *DEPTH TOO GREAT*
    protected hookInfo -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected cacheNeedsWriting -> boolFALSE
    protected alterFunctions -> array(3)
    *DEPTH TOO GREAT*
    protected root -> string(17) "/var/www/html/web"
    protected includeFileKeys -> array(0)
    public _serviceId -> string(14) "module_handler"
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(41) "Drupal\Core\TypedData\Annotation\DataType"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(109)
    public Drupal\address -> string(27) "modules/contrib/address/src"
    public Drupal\allowed_formats -> string(35) "modules/contrib/allowed_formats/src"
    public Drupal\autologout -> string(30) "modules/contrib/autologout/src"
    public Drupal\automated_cron -> string(31) "core/modules/automated_cron/src"
    public Drupal\block -> string(22) "core/modules/block/src"
    public Drupal\block_content -> string(30) "core/modules/block_content/src"
    public Drupal\block_visibility_groups -> string(43) "modules/contrib/block_visibility_groups/src"
    public Drupal\breakpoint -> string(27) "core/modules/breakpoint/src"
    public Drupal\captcha -> string(27) "modules/contrib/captcha/src"
    public Drupal\ckeditor -> string(25) "core/modules/ckeditor/src"
    public Drupal\color -> string(22) "core/modules/color/src"
    public Drupal\config -> string(23) "core/modules/config/src"
    public Drupal\contact -> string(24) "core/modules/contact/src"
    public Drupal\contact_block -> string(33) "modules/contrib/contact_block/src"
    public Drupal\contextual -> string(27) "core/modules/contextual/src"
    public Drupal\csv_serialization -> string(37) "modules/contrib/csv_serialization/src"
    public Drupal\ctools -> string(26) "modules/contrib/ctools/src"
    public Drupal\custom -> string(32) "sites/default/modules/custom/src"
    public Drupal\custom_administer_content -> string(51) "sites/default/modules/custom_administer_content/src"
    public Drupal\custom_cancel_methods -> string(47) "sites/default/modules/custom_cancel_methods/src"
    public Drupal\custom_favourite -> string(42) "sites/default/modules/custom_favourite/src"
    public Drupal\custom_feature_polls -> string(46) "sites/default/modules/custom_feature_polls/src"
    public Drupal\custom_featured -> string(41) "sites/default/modules/custom_featured/src"
    public Drupal\custom_follow -> string(39) "sites/default/modules/custom_follow/src"
    public Drupal\custom_mail -> string(37) "sites/default/modules/custom_mail/src"
    public Drupal\custom_menu -> string(37) "sites/default/modules/custom_menu/src"
    public Drupal\custom_more -> string(37) "sites/default/modules/custom_more/src"
    public Drupal\custom_password_policy -> string(48) "sites/default/modules/custom_password_policy/src"
    public Drupal\custom_reactions -> string(42) "sites/default/modules/custom_reactions/src"
    public Drupal\custom_user_login -> string(43) "sites/default/modules/custom_user_login/src"
    public Drupal\custom_user_onboarding -> string(48) "sites/default/modules/custom_user_onboarding/src"
    public Drupal\custom_user_register -> string(46) "sites/default/modules/custom_user_register/src"
    public Drupal\custom_username_policy -> string(48) "sites/default/modules/custom_username_policy/src"
    public Drupal\custom_video -> string(38) "sites/default/modules/custom_video/src"
    public Drupal\datetime -> string(25) "core/modules/datetime/src"
    public Drupal\dblog -> string(22) "core/modules/dblog/src"
    public Drupal\devel -> string(25) "modules/contrib/devel/src"
    public Drupal\dynamic_entity_reference -> string(44) "modules/contrib/dynamic_entity_reference/src"
    public Drupal\dynamic_page_cache -> string(35) "core/modules/dynamic_page_cache/src"
    public Drupal\editor -> string(23) "core/modules/editor/src"
    public Drupal\editor_advanced_link -> string(40) "modules/contrib/editor_advanced_link/src"
    public Drupal\entity -> string(26) "modules/contrib/entity/src"
    public Drupal\entity_reference_revisions -> string(46) "modules/contrib/entity_reference_revisions/src"
    public Drupal\field -> string(22) "core/modules/field/src"
    public Drupal\field_ui -> string(25) "core/modules/field_ui/src"
    public Drupal\file -> string(21) "core/modules/file/src"
    public Drupal\filter -> string(23) "core/modules/filter/src"
    public Drupal\flag -> string(24) "modules/contrib/flag/src"
    public Drupal\google_analytics -> string(36) "modules/contrib/google_analytics/src"
    public Drupal\help -> string(21) "core/modules/help/src"
    public Drupal\history -> string(24) "core/modules/history/src"
    public Drupal\image -> string(22) "core/modules/image/src"
    public Drupal\imagemagick -> string(37) "sites/default/modules/imagemagick/src"
    public Drupal\kint -> string(30) "modules/contrib/devel/kint/src"
    public Drupal\link -> string(21) "core/modules/link/src"
    public Drupal\login_emailusername -> string(39) "modules/contrib/login_emailusername/src"
    public Drupal\mailsystem -> string(30) "modules/contrib/mailsystem/src"
    public Drupal\markup -> string(26) "modules/contrib/markup/src"
    public Drupal\masquerade -> string(30) "modules/contrib/masquerade/src"
    public Drupal\menu_ui -> string(24) "core/modules/menu_ui/src"
    public Drupal\mimemail -> string(28) "modules/contrib/mimemail/src"
    public Drupal\node -> string(21) "core/modules/node/src"
    public Drupal\options -> string(24) "core/modules/options/src"
    public Drupal\page_cache -> string(27) "core/modules/page_cache/src"
    public Drupal\paragraphs -> string(30) "modules/contrib/paragraphs/src"
    public Drupal\path -> string(21) "core/modules/path/src"
    public Drupal\prepopulate -> string(31) "modules/contrib/prepopulate/src"
    public Drupal\quickedit -> string(26) "core/modules/quickedit/src"
    public Drupal\r4032login -> string(30) "modules/contrib/r4032login/src"
    public Drupal\rate -> string(24) "modules/contrib/rate/src"
    public Drupal\rdf -> string(20) "core/modules/rdf/src"
    public Drupal\recaptcha -> string(29) "modules/contrib/recaptcha/src"
    public Drupal\rest -> string(21) "core/modules/rest/src"
    public Drupal\roleassign -> string(30) "modules/contrib/roleassign/src"
    public Drupal\s3fs -> string(24) "modules/contrib/s3fs/src"
    public Drupal\security_review -> string(35) "modules/contrib/security_review/src"
    public Drupal\serialization -> string(30) "core/modules/serialization/src"
    public Drupal\shortcut -> string(25) "core/modules/shortcut/src"
    public Drupal\smtp -> string(24) "modules/contrib/smtp/src"
    public Drupal\system -> string(23) "core/modules/system/src"
    public Drupal\taxonomy -> string(25) "core/modules/taxonomy/src"
    public Drupal\text -> string(21) "core/modules/text/src"
    public Drupal\token -> string(25) "modules/contrib/token/src"
    public Drupal\toolbar -> string(24) "core/modules/toolbar/src"
    public Drupal\update -> string(23) "core/modules/update/src"
    public Drupal\user -> string(21) "core/modules/user/src"
    public Drupal\user_registrationpassword -> string(51) "sites/default/modules/user_registrationpassword/src"
    public Drupal\view_unpublished -> string(36) "modules/contrib/view_unpublished/src"
    public Drupal\views_ifempty -> string(25) "modules/views_ifempty/src"
    public Drupal\views_ui -> string(25) "core/modules/views_ui/src"
    public Drupal\votingapi -> string(29) "modules/contrib/votingapi/src"
    public Drupal\menu_admin_per_menu -> string(39) "modules/contrib/menu_admin_per_menu/src"
    public Drupal\menu_link_content -> string(34) "core/modules/menu_link_content/src"
    public Drupal\pathauto -> string(28) "modules/contrib/pathauto/src"
    public Drupal\views -> string(22) "core/modules/views/src"
    public Drupal\standard -> string(26) "core/profiles/standard/src"
    public Drupal\Core\Config -> string(27) "core/lib/Drupal/Core/Config"
    public Drupal\Core\Entity -> string(27) "core/lib/Drupal/Core/Entity"
    public Drupal\Core\Datetime -> string(29) "core/lib/Drupal/Core/Datetime"
    public Drupal\Core\Block -> string(26) "core/lib/Drupal/Core/Block"
    public Drupal\Core\Validation -> string(31) "core/lib/Drupal/Core/Validation"
    public Drupal\Core\ProxyClass -> string(31) "core/lib/Drupal/Core/ProxyClass"
    public Drupal\Core\Field -> string(26) "core/lib/Drupal/Core/Field"
    public Drupal\Core\TypedData -> string(30) "core/lib/Drupal/Core/TypedData"
    public Drupal\Core\Render -> string(27) "core/lib/Drupal/Core/Render"
    public Drupal\Core\Mail -> string(25) "core/lib/Drupal/Core/Mail"
    public Drupal\Core\Menu -> string(25) "core/lib/Drupal/Core/Menu"
    public Drupal\Component\Annotation -> string(36) "core/lib/Drupal/Component/Annotation"
    public _serviceId -> string(20) "container.namespaces"
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> array(183)
    'dynamic_entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'entity_revision' => array(10)
    *DEPTH TOO GREAT*
    'entity_revision:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:file' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:action' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:view' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision_reference' => array(8)
    *DEPTH TOO GREAT*
    'filter_format' => array(8)
    *DEPTH TOO GREAT*
    'entity' => array(10)
    *DEPTH TOO GREAT*
    'entity:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity:block' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:file' => array(11)
    *DEPTH TOO GREAT*
    'entity:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity:node' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity:action' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity:user' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity:view' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'field_item:address' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_country' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_zone' => array(13)
    *DEPTH TOO GREAT*
    'field_item:datetime' => array(13)
    *DEPTH TOO GREAT*
    'field_item:dynamic_entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference_revisions' => array(13)
    *DEPTH TOO GREAT*
    'field_item:file' => array(15)
    *DEPTH TOO GREAT*
    'field_item:image' => array(16)
    *DEPTH TOO GREAT*
    'field_item:link' => array(14)
    *DEPTH TOO GREAT*
    'field_item:markup' => array(13)
    *DEPTH TOO GREAT*
    'field_item:list_float' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_integer' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_string' => array(14)
    *DEPTH TOO GREAT*
    'field_item:path' => array(12)
    *DEPTH TOO GREAT*
    'field_item:text_with_summary' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text_long' => array(14)
    *DEPTH TOO GREAT*
    'field_item:string' => array(13)
    *DEPTH TOO GREAT*
    'field_item:decimal' => array(13)
    *DEPTH TOO GREAT*
    'field_item:integer' => array(13)
    *DEPTH TOO GREAT*
    'field_item:uuid' => array(12)
    *DEPTH TOO GREAT*
    'field_item:float' => array(13)
    *DEPTH TOO GREAT*
    'field_item:boolean' => array(13)
    *DEPTH TOO GREAT*
    'field_item:created' => array(13)
    *DEPTH TOO GREAT*
    'field_item:changed' => array(13)
    *DEPTH TOO GREAT*
    'field_item:password' => array(11)
    *DEPTH TOO GREAT*
    'field_item:uri' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:string_long' => array(13)
    *DEPTH TOO GREAT*
    'field_item:email' => array(13)
    *DEPTH TOO GREAT*
    'field_item:language' => array(14)
    *DEPTH TOO GREAT*
    'field_item:timestamp' => array(14)
    *DEPTH TOO GREAT*
    'field_item:map' => array(11)
    *DEPTH TOO GREAT*
    'list' => array(8)
    *DEPTH TOO GREAT*
    'map' => array(8)
    *DEPTH TOO GREAT*
    'any' => array(8)
    *DEPTH TOO GREAT*
    'boolean' => array(8)
    *DEPTH TOO GREAT*
    'language' => array(9)
    *DEPTH TOO GREAT*
    'uri' => array(8)
    *DEPTH TOO GREAT*
    'float' => array(8)
    *DEPTH TOO GREAT*
    'integer' => array(8)
    *DEPTH TOO GREAT*
    'timespan' => array(8)
    *DEPTH TOO GREAT*
    'email' => array(9)
    *DEPTH TOO GREAT*
    'binary' => array(8)
    *DEPTH TOO GREAT*
    'string' => array(8)
    *DEPTH TOO GREAT*
    'datetime_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'timestamp' => array(8)
    *DEPTH TOO GREAT*
    'duration_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'language_reference' => array(8)
    *DEPTH TOO GREAT*
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    protected bin -> string(15) "cache_discovery"
    protected consistentBackend -> Drupal\Core\Cache\DatabaseBackend(3)
    *DEPTH TOO GREAT*
    protected fastBackend -> Drupal\Core\Cache\ApcuBackend(4)
    *DEPTH TOO GREAT*
    protected lastWriteTimestamp -> float1500182527.777
    public _serviceId -> string(15) "cache.discovery"
    protected useCaches -> boolTRUE
    protected _serviceIds -> array(0)
    public _serviceId -> string(18) "typed_data_manager"
    'field_sidebar' => Drupal\Core\Field\FieldItemList(7)
    protected list -> array(1)
    Drupal\text\Plugin\Field\FieldType\TextLongItem(7)
    protected definition -> Drupal\Core\Field\TypedData\FieldItemDataDefinition(2)
    *DEPTH TOO GREAT*
    protected values -> array(2)
    *DEPTH TOO GREAT*
    protected properties -> array(1)
    *DEPTH TOO GREAT*
    protected name -> integer0
    protected parent -> Drupal\Core\Field\FieldItemList(7) *RECURSION*
    protected stringTranslation -> NULL
    protected typedDataManager -> Drupal\Core\TypedData\TypedDataManager(22)
    *DEPTH TOO GREAT*
    protected langcode -> string(2) "en"
    protected definition -> Drupal\field\Entity\FieldConfig(33)
    protected deleted -> boolFALSE
    protected fieldStorage -> Drupal\field\Entity\FieldStorageConfig(32)
    protected id -> string(18) "node.field_sidebar"
    protected field_name -> string(13) "field_sidebar"
    protected entity_type -> string(4) "node"
    protected type -> string(9) "text_long"
    protected module -> string(4) "text"
    protected settings -> array(0)
    protected cardinality -> integer1
    protected translatable -> boolTRUE
    protected locked -> boolFALSE
    protected persist_with_no_fields -> boolFALSE
    public custom_storage -> boolFALSE
    protected indexes -> array(0)
    protected deleted -> boolFALSE
    protected schema -> NULL
    protected propertyDefinitions -> array(3)
    *DEPTH TOO GREAT*
    protected originalId -> string(18) "node.field_sidebar"
    protected status -> boolTRUE
    protected uuid -> string(36) "48da29ef-5517-408f-9226-206a1813431c"
    private isSyncing -> boolFALSE
    private isUninstalling -> boolFALSE
    protected langcode -> string(2) "en"
    protected third_party_settings -> array(0)
    protected _core -> array(0)
    protected trustedData -> boolFALSE
    protected entityTypeId -> string(20) "field_storage_config"
    protected enforceIsNew -> NULL
    protected typedData -> NULL
    protected cacheContexts -> array(0)
    protected cacheTags -> array(0)
    protected cacheMaxAge -> integer-1
    protected _serviceIds -> array(0)
    protected dependencies -> array(1)
    *DEPTH TOO GREAT*
    protected id -> string(23) "node.page.field_sidebar"
    protected field_name -> string(13) "field_sidebar"
    protected field_type -> string(9) "text_long"
    protected entity_type -> string(4) "node"
    protected bundle -> string(4) "page"
    protected label -> string(7) "Sidebar"
    protected description -> string(0) ""
    protected settings -> array(0)
    protected required -> boolFALSE
    protected translatable -> boolTRUE
    protected default_value -> array(0)
    protected default_value_callback -> string(0) ""
    protected itemDefinition -> Drupal\Core\Field\TypedData\FieldItemDataDefinition(2)
    protected fieldDefinition -> Drupal\field\Entity\FieldConfig(33) *RECURSION*
    protected definition -> array(2)
    *DEPTH TOO GREAT*
    protected constraints -> array(0)
    protected originalId -> string(23) "node.page.field_sidebar"
    protected status -> boolTRUE
    protected uuid -> string(36) "77e89658-e1e3-48e3-988b-07219a04b833"
    private isSyncing -> boolFALSE
    private isUninstalling -> boolFALSE
    protected langcode -> string(2) "en"
    protected third_party_settings -> array(1)
    'allowed_formats' => array(4)
    *DEPTH TOO GREAT*
    protected _core -> array(0)
    protected trustedData -> boolFALSE
    protected entityTypeId -> string(12) "field_config"
    protected enforceIsNew -> NULL
    protected typedData -> NULL
    protected cacheContexts -> array(0)
    protected cacheTags -> array(0)
    protected cacheMaxAge -> integer-1
    protected _serviceIds -> array(0)
    protected dependencies -> array(2)
     01
    "config""field.storage.node.field_sidebar""node.type.page"
    "module""allowed_formats""text"
    protected name -> string(13) "field_sidebar"
    protected parent -> Drupal\Core\Entity\Plugin\DataType\EntityAdapter(6)
    protected entity -> Drupal\node\Entity\Node(24) *RECURSION*
    protected definition -> Drupal\Core\Entity\TypedData\EntityDataDefinition(2)
    protected propertyDefinitions -> array(21)
    *DEPTH TOO GREAT*
    protected definition -> array(1)
    *DEPTH TOO GREAT*
    protected name -> NULL
    protected parent -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> NULL
    protected stringTranslation -> NULL
    protected typedDataManager -> Drupal\Core\TypedData\TypedDataManager(22)
    protected validator -> NULL
    protected constraintManager -> Drupal\Core\Validation\ConstraintManager(17)
    protected cacheKey -> string(29) "validation_constraint_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(21) "validation_constraint"
    protected subdir -> string(28) "Plugin/Validation/Constraint"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    *DEPTH TOO GREAT*
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(44) "Drupal\Core\Validation\Annotation\Constraint"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(108)
    *DEPTH TOO GREAT*
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected useCaches -> boolTRUE
    public _serviceId -> string(21) "validation.constraint"
    protected prototypes -> array(46)
    'entity:node:page:.nid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:nid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uuid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uuid.0' => Drupal\Core\Field\Plugin\Field\FieldType\UuidItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.vid' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:vid.0' => Drupal\Core\Field\Plugin\Field\FieldType\IntegerItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0.language' => Drupal\Core\TypedData\Plugin\DataType\LanguageReference(6)
    *DEPTH TOO GREAT*
    'entity:node:page:langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\LanguageItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.type' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:type.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.title' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:title.0' => Drupal\Core\Field\Plugin\Field\FieldType\StringItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.status' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:status.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.created' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:created.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.changed' => Drupal\Core\Field\ChangedFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:changed.0' => Drupal\Core\Field\Plugin\Field\FieldType\ChangedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.promote' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:promote.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.sticky' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:sticky.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_timestamp' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_timestamp.0' => Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_uid' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0.entity' => Drupal\Core\Entity\Plugin\DataType\EntityReference(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_uid.0' => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_log' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.revision_translation_affected' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:revision_translation_affected.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.default_langcode' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:default_langcode.0' => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.path' => Drupal\path\Plugin\Field\FieldType\PathFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.menu_link' => Drupal\Core\Field\EntityReferenceFieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.body' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0.summary_processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:body.0' => Drupal\text\Plugin\Field\FieldType\TextWithSummaryItem(7)
    *DEPTH TOO GREAT*
    'entity:node:page:.field_sidebar' => Drupal\Core\Field\FieldItemList(7)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0.processed' => Drupal\text\TextProcessed(6)
    *DEPTH TOO GREAT*
    'entity:node:page:field_sidebar.0' => Drupal\text\Plugin\Field\FieldType\TextLongItem(7)
    *DEPTH TOO GREAT*
    protected classResolver -> Drupal\Core\DependencyInjection\ClassResolver(3)
    protected _serviceIds -> array(0)
    protected container -> Drupal\Core\DependencyInjection\Container(7)
    *DEPTH TOO GREAT*
    public _serviceId -> string(14) "class_resolver"
    protected cacheKey -> string(24) "typed_data_types_plugins"
    protected cacheTags -> array(0)
    protected alterHook -> string(14) "data_type_info"
    protected subdir -> string(15) "Plugin/DataType"
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    protected loadedFiles -> array(96)
    *DEPTH TOO GREAT*
    protected moduleList -> array(96)
    *DEPTH TOO GREAT*
    protected loaded -> boolTRUE
    protected implementations -> array(438)
    *DEPTH TOO GREAT*
    protected verified -> array(8)
    *DEPTH TOO GREAT*
    protected hookInfo -> NULL
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    *DEPTH TOO GREAT*
    protected cacheNeedsWriting -> boolFALSE
    protected alterFunctions -> array(3)
    *DEPTH TOO GREAT*
    protected root -> string(17) "/var/www/html/web"
    protected includeFileKeys -> array(0)
    public _serviceId -> string(14) "module_handler"
    protected defaults -> array(0)
    protected pluginDefinitionAnnotationName -> string(41) "Drupal\Core\TypedData\Annotation\DataType"
    protected pluginInterface -> NULL
    protected namespaces -> ArrayObject(109)
    public Drupal\address -> string(27) "modules/contrib/address/src"
    public Drupal\allowed_formats -> string(35) "modules/contrib/allowed_formats/src"
    public Drupal\autologout -> string(30) "modules/contrib/autologout/src"
    public Drupal\automated_cron -> string(31) "core/modules/automated_cron/src"
    public Drupal\block -> string(22) "core/modules/block/src"
    public Drupal\block_content -> string(30) "core/modules/block_content/src"
    public Drupal\block_visibility_groups -> string(43) "modules/contrib/block_visibility_groups/src"
    public Drupal\breakpoint -> string(27) "core/modules/breakpoint/src"
    public Drupal\captcha -> string(27) "modules/contrib/captcha/src"
    public Drupal\ckeditor -> string(25) "core/modules/ckeditor/src"
    public Drupal\color -> string(22) "core/modules/color/src"
    public Drupal\config -> string(23) "core/modules/config/src"
    public Drupal\contact -> string(24) "core/modules/contact/src"
    public Drupal\contact_block -> string(33) "modules/contrib/contact_block/src"
    public Drupal\contextual -> string(27) "core/modules/contextual/src"
    public Drupal\csv_serialization -> string(37) "modules/contrib/csv_serialization/src"
    public Drupal\ctools -> string(26) "modules/contrib/ctools/src"
    public Drupal\custom -> string(32) "sites/default/modules/custom/src"
    public Drupal\custom_administer_content -> string(51) "sites/default/modules/custom_administer_content/src"
    public Drupal\custom_cancel_methods -> string(47) "sites/default/modules/custom_cancel_methods/src"
    public Drupal\custom_favourite -> string(42) "sites/default/modules/custom_favourite/src"
    public Drupal\custom_feature_polls -> string(46) "sites/default/modules/custom_feature_polls/src"
    public Drupal\custom_featured -> string(41) "sites/default/modules/custom_featured/src"
    public Drupal\custom_follow -> string(39) "sites/default/modules/custom_follow/src"
    public Drupal\custom_mail -> string(37) "sites/default/modules/custom_mail/src"
    public Drupal\custom_menu -> string(37) "sites/default/modules/custom_menu/src"
    public Drupal\custom_more -> string(37) "sites/default/modules/custom_more/src"
    public Drupal\custom_password_policy -> string(48) "sites/default/modules/custom_password_policy/src"
    public Drupal\custom_reactions -> string(42) "sites/default/modules/custom_reactions/src"
    public Drupal\custom_user_login -> string(43) "sites/default/modules/custom_user_login/src"
    public Drupal\custom_user_onboarding -> string(48) "sites/default/modules/custom_user_onboarding/src"
    public Drupal\custom_user_register -> string(46) "sites/default/modules/custom_user_register/src"
    public Drupal\custom_username_policy -> string(48) "sites/default/modules/custom_username_policy/src"
    public Drupal\custom_video -> string(38) "sites/default/modules/custom_video/src"
    public Drupal\datetime -> string(25) "core/modules/datetime/src"
    public Drupal\dblog -> string(22) "core/modules/dblog/src"
    public Drupal\devel -> string(25) "modules/contrib/devel/src"
    public Drupal\dynamic_entity_reference -> string(44) "modules/contrib/dynamic_entity_reference/src"
    public Drupal\dynamic_page_cache -> string(35) "core/modules/dynamic_page_cache/src"
    public Drupal\editor -> string(23) "core/modules/editor/src"
    public Drupal\editor_advanced_link -> string(40) "modules/contrib/editor_advanced_link/src"
    public Drupal\entity -> string(26) "modules/contrib/entity/src"
    public Drupal\entity_reference_revisions -> string(46) "modules/contrib/entity_reference_revisions/src"
    public Drupal\field -> string(22) "core/modules/field/src"
    public Drupal\field_ui -> string(25) "core/modules/field_ui/src"
    public Drupal\file -> string(21) "core/modules/file/src"
    public Drupal\filter -> string(23) "core/modules/filter/src"
    public Drupal\flag -> string(24) "modules/contrib/flag/src"
    public Drupal\google_analytics -> string(36) "modules/contrib/google_analytics/src"
    public Drupal\help -> string(21) "core/modules/help/src"
    public Drupal\history -> string(24) "core/modules/history/src"
    public Drupal\image -> string(22) "core/modules/image/src"
    public Drupal\imagemagick -> string(37) "sites/default/modules/imagemagick/src"
    public Drupal\kint -> string(30) "modules/contrib/devel/kint/src"
    public Drupal\link -> string(21) "core/modules/link/src"
    public Drupal\login_emailusername -> string(39) "modules/contrib/login_emailusername/src"
    public Drupal\mailsystem -> string(30) "modules/contrib/mailsystem/src"
    public Drupal\markup -> string(26) "modules/contrib/markup/src"
    public Drupal\masquerade -> string(30) "modules/contrib/masquerade/src"
    public Drupal\menu_ui -> string(24) "core/modules/menu_ui/src"
    public Drupal\mimemail -> string(28) "modules/contrib/mimemail/src"
    public Drupal\node -> string(21) "core/modules/node/src"
    public Drupal\options -> string(24) "core/modules/options/src"
    public Drupal\page_cache -> string(27) "core/modules/page_cache/src"
    public Drupal\paragraphs -> string(30) "modules/contrib/paragraphs/src"
    public Drupal\path -> string(21) "core/modules/path/src"
    public Drupal\prepopulate -> string(31) "modules/contrib/prepopulate/src"
    public Drupal\quickedit -> string(26) "core/modules/quickedit/src"
    public Drupal\r4032login -> string(30) "modules/contrib/r4032login/src"
    public Drupal\rate -> string(24) "modules/contrib/rate/src"
    public Drupal\rdf -> string(20) "core/modules/rdf/src"
    public Drupal\recaptcha -> string(29) "modules/contrib/recaptcha/src"
    public Drupal\rest -> string(21) "core/modules/rest/src"
    public Drupal\roleassign -> string(30) "modules/contrib/roleassign/src"
    public Drupal\s3fs -> string(24) "modules/contrib/s3fs/src"
    public Drupal\security_review -> string(35) "modules/contrib/security_review/src"
    public Drupal\serialization -> string(30) "core/modules/serialization/src"
    public Drupal\shortcut -> string(25) "core/modules/shortcut/src"
    public Drupal\smtp -> string(24) "modules/contrib/smtp/src"
    public Drupal\system -> string(23) "core/modules/system/src"
    public Drupal\taxonomy -> string(25) "core/modules/taxonomy/src"
    public Drupal\text -> string(21) "core/modules/text/src"
    public Drupal\token -> string(25) "modules/contrib/token/src"
    public Drupal\toolbar -> string(24) "core/modules/toolbar/src"
    public Drupal\update -> string(23) "core/modules/update/src"
    public Drupal\user -> string(21) "core/modules/user/src"
    public Drupal\user_registrationpassword -> string(51) "sites/default/modules/user_registrationpassword/src"
    public Drupal\view_unpublished -> string(36) "modules/contrib/view_unpublished/src"
    public Drupal\views_ifempty -> string(25) "modules/views_ifempty/src"
    public Drupal\views_ui -> string(25) "core/modules/views_ui/src"
    public Drupal\votingapi -> string(29) "modules/contrib/votingapi/src"
    public Drupal\menu_admin_per_menu -> string(39) "modules/contrib/menu_admin_per_menu/src"
    public Drupal\menu_link_content -> string(34) "core/modules/menu_link_content/src"
    public Drupal\pathauto -> string(28) "modules/contrib/pathauto/src"
    public Drupal\views -> string(22) "core/modules/views/src"
    public Drupal\standard -> string(26) "core/profiles/standard/src"
    public Drupal\Core\Config -> string(27) "core/lib/Drupal/Core/Config"
    public Drupal\Core\Entity -> string(27) "core/lib/Drupal/Core/Entity"
    public Drupal\Core\Datetime -> string(29) "core/lib/Drupal/Core/Datetime"
    public Drupal\Core\Block -> string(26) "core/lib/Drupal/Core/Block"
    public Drupal\Core\Validation -> string(31) "core/lib/Drupal/Core/Validation"
    public Drupal\Core\ProxyClass -> string(31) "core/lib/Drupal/Core/ProxyClass"
    public Drupal\Core\Field -> string(26) "core/lib/Drupal/Core/Field"
    public Drupal\Core\TypedData -> string(30) "core/lib/Drupal/Core/TypedData"
    public Drupal\Core\Render -> string(27) "core/lib/Drupal/Core/Render"
    public Drupal\Core\Mail -> string(25) "core/lib/Drupal/Core/Mail"
    public Drupal\Core\Menu -> string(25) "core/lib/Drupal/Core/Menu"
    public Drupal\Component\Annotation -> string(36) "core/lib/Drupal/Component/Annotation"
    public _serviceId -> string(20) "container.namespaces"
    protected additionalAnnotationNamespaces -> array(0)
    protected discovery -> NULL
    protected factory -> NULL
    protected mapper -> NULL
    protected definitions -> array(183)
    'dynamic_entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'entity_revision' => array(10)
    *DEPTH TOO GREAT*
    'entity_revision:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:file' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:action' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:user' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:view' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_revision_reference' => array(8)
    *DEPTH TOO GREAT*
    'filter_format' => array(8)
    *DEPTH TOO GREAT*
    'entity' => array(10)
    *DEPTH TOO GREAT*
    'entity:zone' => array(11)
    *DEPTH TOO GREAT*
    'entity:block' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content:basic' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_content_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:block_visibility_group' => array(11)
    *DEPTH TOO GREAT*
    'entity:captcha_point' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:personal' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_message:send_a_report' => array(11)
    *DEPTH TOO GREAT*
    'entity:contact_form' => array(11)
    *DEPTH TOO GREAT*
    'entity:editor' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_storage_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:field_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:file' => array(11)
    *DEPTH TOO GREAT*
    'entity:filter_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging' => array(11)
    *DEPTH TOO GREAT*
    'entity:flagging:reviewed' => array(11)
    *DEPTH TOO GREAT*
    'entity:flag' => array(11)
    *DEPTH TOO GREAT*
    'entity:image_style' => array(11)
    *DEPTH TOO GREAT*
    'entity:node' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:challenge' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:news' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:page' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:poll' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:response' => array(11)
    *DEPTH TOO GREAT*
    'entity:node:slide' => array(11)
    *DEPTH TOO GREAT*
    'entity:node_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraphs_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph' => array(11)
    *DEPTH TOO GREAT*
    'entity:paragraph:poll_choices' => array(11)
    *DEPTH TOO GREAT*
    'entity:rdf_mapping' => array(11)
    *DEPTH TOO GREAT*
    'entity:rest_resource_config' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut:default' => array(11)
    *DEPTH TOO GREAT*
    'entity:shortcut_set' => array(11)
    *DEPTH TOO GREAT*
    'entity:action' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_vocabulary' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:people' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:time' => array(11)
    *DEPTH TOO GREAT*
    'entity:taxonomy_term:topics' => array(11)
    *DEPTH TOO GREAT*
    'entity:user_role' => array(11)
    *DEPTH TOO GREAT*
    'entity:user' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_type' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote_result' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:down' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star1' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star2' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star3' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star4' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:star5' => array(11)
    *DEPTH TOO GREAT*
    'entity:vote:up' => array(11)
    *DEPTH TOO GREAT*
    'entity:menu_link_content' => array(11)
    *DEPTH TOO GREAT*
    'entity:pathauto_pattern' => array(11)
    *DEPTH TOO GREAT*
    'entity:view' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_form_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_display' => array(11)
    *DEPTH TOO GREAT*
    'entity:entity_view_mode' => array(11)
    *DEPTH TOO GREAT*
    'entity:date_format' => array(11)
    *DEPTH TOO GREAT*
    'entity:base_field_override' => array(11)
    *DEPTH TOO GREAT*
    'entity_reference' => array(8)
    *DEPTH TOO GREAT*
    'field_item:address' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_country' => array(13)
    *DEPTH TOO GREAT*
    'field_item:address_zone' => array(13)
    *DEPTH TOO GREAT*
    'field_item:datetime' => array(13)
    *DEPTH TOO GREAT*
    'field_item:dynamic_entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference_revisions' => array(13)
    *DEPTH TOO GREAT*
    'field_item:file' => array(15)
    *DEPTH TOO GREAT*
    'field_item:image' => array(16)
    *DEPTH TOO GREAT*
    'field_item:link' => array(14)
    *DEPTH TOO GREAT*
    'field_item:markup' => array(13)
    *DEPTH TOO GREAT*
    'field_item:list_float' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_integer' => array(14)
    *DEPTH TOO GREAT*
    'field_item:list_string' => array(14)
    *DEPTH TOO GREAT*
    'field_item:path' => array(12)
    *DEPTH TOO GREAT*
    'field_item:text_with_summary' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text' => array(14)
    *DEPTH TOO GREAT*
    'field_item:text_long' => array(14)
    *DEPTH TOO GREAT*
    'field_item:string' => array(13)
    *DEPTH TOO GREAT*
    'field_item:decimal' => array(13)
    *DEPTH TOO GREAT*
    'field_item:integer' => array(13)
    *DEPTH TOO GREAT*
    'field_item:uuid' => array(12)
    *DEPTH TOO GREAT*
    'field_item:float' => array(13)
    *DEPTH TOO GREAT*
    'field_item:boolean' => array(13)
    *DEPTH TOO GREAT*
    'field_item:created' => array(13)
    *DEPTH TOO GREAT*
    'field_item:changed' => array(13)
    *DEPTH TOO GREAT*
    'field_item:password' => array(11)
    *DEPTH TOO GREAT*
    'field_item:uri' => array(13)
    *DEPTH TOO GREAT*
    'field_item:entity_reference' => array(13)
    *DEPTH TOO GREAT*
    'field_item:string_long' => array(13)
    *DEPTH TOO GREAT*
    'field_item:email' => array(13)
    *DEPTH TOO GREAT*
    'field_item:language' => array(14)
    *DEPTH TOO GREAT*
    'field_item:timestamp' => array(14)
    *DEPTH TOO GREAT*
    'field_item:map' => array(11)
    *DEPTH TOO GREAT*
    'list' => array(8)
    *DEPTH TOO GREAT*
    'map' => array(8)
    *DEPTH TOO GREAT*
    'any' => array(8)
    *DEPTH TOO GREAT*
    'boolean' => array(8)
    *DEPTH TOO GREAT*
    'language' => array(9)
    *DEPTH TOO GREAT*
    'uri' => array(8)
    *DEPTH TOO GREAT*
    'float' => array(8)
    *DEPTH TOO GREAT*
    'integer' => array(8)
    *DEPTH TOO GREAT*
    'timespan' => array(8)
    *DEPTH TOO GREAT*
    'email' => array(9)
    *DEPTH TOO GREAT*
    'binary' => array(8)
    *DEPTH TOO GREAT*
    'string' => array(8)
    *DEPTH TOO GREAT*
    'datetime_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'timestamp' => array(8)
    *DEPTH TOO GREAT*
    'duration_iso8601' => array(8)
    *DEPTH TOO GREAT*
    'language_reference' => array(8)
    *DEPTH TOO GREAT*
    protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
    protected bin -> string(15) "cache_discovery"
    protected consistentBackend -> Drupal\Core\Cache\DatabaseBackend(3)
    *DEPTH TOO GREAT*
    protected fastBackend -> Drupal\Core\Cache\ApcuBackend(4)
    *DEPTH TOO GREAT*
    protected lastWriteTimestamp -> float1500182527.777
    public _serviceId -> string(15) "cache.discovery"
    protected useCaches -> boolTRUE
    protected _serviceIds -> array(0)
    public _serviceId -> string(18) "typed_data_manager"
  • constant TRANSLATION_REMOVED :: integer0
    constant TRANSLATION_EXISTING :: integer1
    constant TRANSLATION_CREATED :: integer2
  • public static baseFieldDefinitions(Drupal\Core\Entity\EntityTypeInterface $entity_type)
    {@inheritdoc}
    
    Defined in <ROOT>/core/modules/node/src/Entity/Node.php:368
    public static bundleFieldDefinitions(Drupal\Core\Entity\EntityTypeInterface $entity_type, $bundle, array $base_field_definitions)
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:1180
    public static create(array $values = array())
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/Entity.php:513
    public static getCurrentUserId() -> array
    Default value callback for 'uid' base field definition.
    
    @see ::baseFieldDefinitions()
    
    @return array
    An array of default values.
    
    Defined in <ROOT>/core/modules/node/src/Entity/Node.php:512
    public static load($id)
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/Entity.php:497
    public static loadMultiple(array $ids = NULL)
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/Entity.php:505
    public static postDelete(Drupal\Core\Entity\EntityStorageInterface $storage, array $nodes)
    {@inheritdoc}
    
    Defined in <ROOT>/core/modules/node/src/Entity/Node.php:165
    public static postLoad(Drupal\Core\Entity\EntityStorageInterface $storage, array &$entities)
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/Entity.php:448
    public static preCreate(Drupal\Core\Entity\EntityStorageInterface $storage, array &$values)
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/Entity.php:423
    public static preDelete(Drupal\Core\Entity\EntityStorageInterface $storage, array $entities)
    {@inheritdoc}
    
    Defined in <ROOT>/core/modules/node/src/Entity/Node.php:151
    public __clone()
    Magic method: Implements a deep clone.
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:1007
    public __construct(array $values, $entity_type, $bundle = false, $translations = array())
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:168
    public &__get($name)
    Implements the magic method for getting object properties.
    
    @todo: A lot of code still uses non-fields (e.g. $entity->content in view
    builders) by reference. Clean that up.
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:892
    public __isset($name)
    Implements the magic method for isset().
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:953
    public __set($name, $value)
    Implements the magic method for setting object properties.
    
    Uses default language always.
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:919
    public __sleep()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:404
    public __unset($name)
    Implements the magic method for unset().
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:967
    public __wakeup()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:46
    public access($operation = view, Drupal\Core\Session\AccountInterface $account = NULL, $return_as_object = false)
    {@inheritdoc}
    
    Defined in <ROOT>/core/modules/node/src/Entity/Node.php:180
    public addCacheContexts(array $cache_contexts)
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php:71
    public addCacheTags(array $cache_tags)
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php:81
    public addCacheableDependency($other_object)
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php:55
    public addTranslation($langcode, array $values = array())
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:818
    public bundle()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:429
    public createDuplicate()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:981
    public delete()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/Entity.php:370
    public enforceIsNew($value = true)
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/Entity.php:132
    public get($field_name)
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:450
    public getCacheContexts()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/Entity.php:461
    public getCacheMaxAge()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/Entity.php:490
    public getCacheTags()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/Entity.php:480
    public getCacheTagsToInvalidate()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/Entity.php:468
    public getChangedTime() -> int
    Gets the timestamp of the last entity change for the current translation.
    
    @return int
    The timestamp of the last entity save operation.
    
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityChangedTrait.php:32
    public getChangedTimeAcrossTranslations() -> int
    Returns the timestamp of the last entity change across all translations.
    
    @return int
    The timestamp of the last entity save operation across all
    translations.
    
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityChangedTrait.php:17
    public getConfigDependencyKey()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/Entity.php:613
    public getConfigDependencyName()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/Entity.php:620
    public getConfigTarget()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/Entity.php:627
    public getCreatedTime()
    {@inheritdoc}
    
    Defined in <ROOT>/core/modules/node/src/Entity/Node.php:203
    public getEntityType()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/Entity.php:396
    public getEntityTypeId()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/Entity.php:141
    public getFieldDefinition($name)
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:552
    public getFieldDefinitions()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:564
    public getFields($include_computed = true)
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:519
    public getIterator()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:545
    public getOriginalId()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/Entity.php:565
    public getOwner()
    {@inheritdoc}
    
    Defined in <ROOT>/core/modules/node/src/Entity/Node.php:263
    public getOwnerId()
    {@inheritdoc}
    
    Defined in <ROOT>/core/modules/node/src/Entity/Node.php:270
    public getRevisionAuthor()
    {@inheritdoc}
    
    Defined in <ROOT>/core/modules/node/src/Entity/Node.php:308
    public getRevisionCreationTime()
    {@inheritdoc}
    
    Defined in <ROOT>/core/modules/node/src/Entity/Node.php:293
    public getRevisionId()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:331
    public getRevisionLogMessage()
    {@inheritdoc}
    
    Defined in <ROOT>/core/modules/node/src/Entity/Node.php:353
    public getRevisionUser()
    {@inheritdoc}
    
    Defined in <ROOT>/core/modules/node/src/Entity/Node.php:315
    public getRevisionUserId()
    {@inheritdoc}
    
    Defined in <ROOT>/core/modules/node/src/Entity/Node.php:338
    public getTitle()
    {@inheritdoc}
    
    Defined in <ROOT>/core/modules/node/src/Entity/Node.php:188
    public getTranslatableFields($include_computed = true)
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:532
    public getTranslation($langcode)
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:719
    public getTranslationLanguages($include_default = true)
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:857
    public getType()
    {@inheritdoc}
    
    Defined in <ROOT>/core/modules/node/src/Entity/Node.php:173
    public getTypedData()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/Entity.php:594
    public getUntranslated()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:754
    public hasField($field_name)
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:443
    public hasLinkTemplate($rel)
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/Entity.php:240
    public hasTranslation($langcode)
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:801
    public hasTranslationChanges()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:1187
    public id()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:422
    public isDefaultRevision($new_value = NULL)
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:294
    public isDefaultTranslation()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:324
    public isNew()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/Entity.php:125
    public isNewRevision()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:287
    public isNewTranslation()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:811
    public isPromoted()
    {@inheritdoc}
    
    Defined in <ROOT>/core/modules/node/src/Entity/Node.php:219
    public isPublished()
    {@inheritdoc}
    
    Defined in <ROOT>/core/modules/node/src/Entity/Node.php:248
    public isRevisionTranslationAffected()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:305
    public isSticky()
    {@inheritdoc}
    
    Defined in <ROOT>/core/modules/node/src/Entity/Node.php:234
    public isTranslatable()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:338
    public isValidationRequired()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:380
    public label()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:1046
    public language()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:599
    public link($text = NULL, $rel = canonical, array $options = array())
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/Entity.php:258
    public mergeCacheMaxAge($max_age)
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php:91
    public onChange($name)
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:665
    public postCreate(Drupal\Core\Entity\EntityStorageInterface $storage)
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:254
    public postSave(Drupal\Core\Entity\EntityStorageInterface $storage, $update = true)
    {@inheritdoc}
    
    Defined in <ROOT>/core/modules/node/src/Entity/Node.php:128
    public preSave(Drupal\Core\Entity\EntityStorageInterface $storage)
    {@inheritdoc}
    
    Defined in <ROOT>/core/modules/node/src/Entity/Node.php:91
    public preSaveRevision(Drupal\Core\Entity\EntityStorageInterface $storage, stdClass $record)
    {@inheritdoc}
    
    Defined in <ROOT>/core/modules/node/src/Entity/Node.php:113
    public referencedEntities()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:1061
    public removeTranslation($langcode)
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:839
    public save()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/Entity.php:363
    public set($name, $value, $notify = true)
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:508
    public setChangedTime($timestamp) -> $this
    Sets the timestamp of the last entity change for the current translation.
    
    @param int $timestamp
    The timestamp of the last entity save operation.
    
    @return $this
    
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityChangedTrait.php:44
    public setCreatedTime($timestamp)
    {@inheritdoc}
    
    Defined in <ROOT>/core/modules/node/src/Entity/Node.php:211
    public setNewRevision($value = true)
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:261
    public setOriginalId($id)
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/Entity.php:573
    public setOwner(Drupal\user\UserInterface $account)
    {@inheritdoc}
    
    Defined in <ROOT>/core/modules/node/src/Entity/Node.php:285
    public setOwnerId($uid)
    {@inheritdoc}
    
    Defined in <ROOT>/core/modules/node/src/Entity/Node.php:277
    public setPromoted($promoted)
    {@inheritdoc}
    
    Defined in <ROOT>/core/modules/node/src/Entity/Node.php:226
    public setPublished($published)
    {@inheritdoc}
    
    Defined in <ROOT>/core/modules/node/src/Entity/Node.php:255
    public setRevisionAuthorId($uid)
    {@inheritdoc}
    
    Defined in <ROOT>/core/modules/node/src/Entity/Node.php:322
    public setRevisionCreationTime($timestamp)
    {@inheritdoc}
    
    Defined in <ROOT>/core/modules/node/src/Entity/Node.php:300
    public setRevisionLogMessage($revision_log_message)
    {@inheritdoc}
    
    Defined in <ROOT>/core/modules/node/src/Entity/Node.php:360
    public setRevisionTranslationAffected($affected)
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:313
    public setRevisionUser(Drupal\user\UserInterface $user)
    {@inheritdoc}
    
    Defined in <ROOT>/core/modules/node/src/Entity/Node.php:330
    public setRevisionUserId($user_id)
    {@inheritdoc}
    
    Defined in <ROOT>/core/modules/node/src/Entity/Node.php:345
    public setSticky($sticky)
    {@inheritdoc}
    
    Defined in <ROOT>/core/modules/node/src/Entity/Node.php:241
    public setTitle($title)
    {@inheritdoc}
    
    Defined in <ROOT>/core/modules/node/src/Entity/Node.php:195
    public setValidationRequired($required)
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:387
    public toArray()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:574
    public toLink($text = NULL, $rel = canonical, array $options = array())
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/Entity.php:265
    public toUrl($rel = canonical, array $options = array())
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/Entity.php:177
    public traitSleep()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:22
    public updateOriginalValues()
    Updates the original values with the interim changes.
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:872
    public uriRelationships()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/Entity.php:325
    public url($rel = canonical, $options = array())
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/Entity.php:278
    public urlInfo($rel = canonical, array $options = array())
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/Entity.php:170
    public uuid()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:436
    public validate()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:371
    protected static invalidateTagsOnDelete(Drupal\Core\Entity\EntityTypeInterface $entity_type, array $entities)
    Invalidates an entity's cache tags upon delete.
    
    @param \Drupal\Core\Entity\EntityTypeInterface $entity_type
    The entity type definition.
    @param \Drupal\Core\Entity\EntityInterface[] $entities
    An array of entities.
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/Entity.php:549
    protected clearTranslationCache()
    Clear entity translation object cache to remove stale references.
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:395
    protected entityManager() -> \Drupal\Core\Entity\EntityManagerInterface
    Gets the entity manager.
    
    @return \Drupal\Core\Entity\EntityManagerInterface
    
    @deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0.
    Use \Drupal::entityTypeManager() instead in most cases. If the needed
    method is not on \Drupal\Core\Entity\EntityTypeManagerInterface, see the
    deprecated \Drupal\Core\Entity\EntityManager to find the
    correct interface or service.
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/Entity.php:77
    protected entityTypeManager() -> \Drupal\Core\Entity\EntityTypeManagerInterface
    Gets the entity type manager.
    
    @return \Drupal\Core\Entity\EntityTypeManagerInterface
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/Entity.php:86
    protected getEntityKey($key) -> mixed
    Gets the value of the given entity key, if defined.
    
    @param string $key
    Name of the entity key, for example id, revision or bundle.
    
    @return mixed
    The value of the entity key, NULL if not defined.
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:1088
    protected getLanguages()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:238
    protected getTranslatedField($name, $langcode) -> \Drupal\Core\Field\FieldItemListInterface
    Gets a translated field.
    
    @return \Drupal\Core\Field\FieldItemListInterface
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:462
    protected initializeTranslation($langcode) -> \Drupal\Core\Entity\EntityInterface
    Instantiates a translation object for an existing translation.
    
    The translated entity will be a clone of the current entity with the
    specified $langcode. All translations share the same field data structures
    to ensure that all of them deal with fresh data.
    
    @param string $langcode
    The language code for the requested translation.
    
    @return \Drupal\Core\Entity\EntityInterface
    The translation object. The content properties of the translation object
    are stored as references to the main entity.
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:772
    protected invalidateTagsOnSave($update)
    Invalidates an entity's cache tags upon save.
    
    @param bool $update
    TRUE if the entity has been updated, or FALSE if it has been inserted.
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/Entity.php:524
    protected languageManager() -> \Drupal\Core\Language\LanguageManagerInterface
    Gets the language manager.
    
    @return \Drupal\Core\Language\LanguageManagerInterface
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/Entity.php:95
    protected linkTemplates() -> array
    Gets an array link templates.
    
    @return array
    An array of link templates containing paths.
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/Entity.php:251
    protected setDefaultLangcode()
    Populates the local cache for the default language code.
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:621
    protected updateFieldLangcodes($langcode)
    Updates language for already instantiated fields.
    
    Inherited from Drupal\Core\Entity\ContentEntityBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityBase.php:654
    protected urlRouteParameters($rel) -> array
    Gets an array of placeholders for this entity.
    
    Individual entity classes may override this method to add additional
    placeholders if desired. If so, they should be sure to replicate the
    property caching logic.
    
    @param string $rel
    The link relationship type, for example: canonical or edit-form.
    
    @return array
    An array of URI placeholders.
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/Entity.php:304
    protected uuidGenerator() -> \Drupal\Component\Uuid\UuidInterface
    Gets the UUID generator.
    
    @return \Drupal\Component\Uuid\UuidInterface
    
    Inherited from Drupal\Core\Entity\Entity
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/Entity.php:104
'#view_mode' => string(4) "full"
'#cache' => array(5)
'tags' => array(2)
string(7) "node:41"
string(9) "node_view"
'contexts' => array(0)
'max-age' => integer-1
'keys' => array(4)
string(11) "entity_view"
string(4) "node"
string(2) "41"
string(4) "full"
'bin' => string(6) "render"
'#theme' => string(4) "node"
'#weight' => integer0
'#pre_render' => array(1)
array(2)
Drupal\node\NodeViewBuilder(10)
  • contents
  • Available methods (26)
  • protected entityTypeId -> string(4) "node"
    protected entityType -> Drupal\Core\Entity\ContentEntityType(35)
    • contents
    • Static class properties (2)
    • Available methods (75)
    • protected static_cache -> boolTRUE
      protected render_cache -> boolTRUE
      protected persistent_cache -> boolTRUE
      protected entity_keys -> array(9)
      'id' => string(3) "nid"
      'revision' => string(3) "vid"
      'bundle' => string(4) "type"
      'label' => string(5) "title"
      'langcode' => string(8) "langcode"
      'uuid' => string(4) "uuid"
      'status' => string(6) "status"
      'uid' => string(3) "uid"
      'default_langcode' => string(16) "default_langcode"
      protected id -> string(4) "node"
      protected provider -> string(4) "node"
      protected class -> string(23) "Drupal\node\Entity\Node"
      protected originalClass -> NULL
      protected handlers -> array(9)
      'storage' => string(23) "Drupal\node\NodeStorage"
      'storage_schema' => string(29) "Drupal\node\NodeStorageSchema"
      'view_builder' => string(27) "Drupal\node\NodeViewBuilder"
      'access' => string(36) "Drupal\node\NodeAccessControlHandler"
      'views_data' => string(25) "Drupal\node\NodeViewsData"
      'form' => array(3)
      *DEPTH TOO GREAT*
      'route_provider' => array(1)
      *DEPTH TOO GREAT*
      'list_builder' => string(27) "Drupal\node\NodeListBuilder"
      'translation' => string(34) "Drupal\node\NodeTranslationHandler"
      protected admin_permission -> NULL
      protected permission_granularity -> string(6) "bundle"
      protected links -> array(9)
      'canonical' => string(12) "/node/{node}"
      'delete-form' => string(19) "/node/{node}/delete"
      'edit-form' => string(17) "/node/{node}/edit"
      'version-history' => string(22) "/node/{node}/revisions"
      'revision' => string(43) "/node/{node}/revisions/{node_revision}/view"
      'devel-load' => string(18) "/devel/node/{node}"
      'devel-render' => string(25) "/devel/node/{node}/render"
      'devel-definition' => string(29) "/devel/node/{node}/definition"
      'token-devel' => string(24) "/node/{node}/devel/token"
      protected label_callback -> NULL
      protected bundle_entity_type -> string(9) "node_type"
      protected bundle_of -> NULL
      protected bundle_label -> Drupal\Core\StringTranslation\TranslatableMarkup(5)
      • contents
      • Available methods (14)
      • protected string -> string(12) "Content type"
        protected translatedMarkup -> NULL
        protected options -> array(0)
        protected stringTranslation -> NULL
        protected arguments -> array(0)
      • public __construct($string, array $arguments = array(), array $options = array(), Drupal\Core\StringTranslation\TranslationInterface $string_translation = NULL)
        Constructs a new class instance.
        
        When possible, use the
        \Drupal\Core\StringTranslation\StringTranslationTrait $this->t(). Otherwise
        create a new \Drupal\Core\StringTranslation\TranslatableMarkup object
        directly.
        
        Calling the trait's t() method or instantiating a new TranslatableMarkup
        object serves two purposes:
        - At run-time it translates user-visible text into the appropriate
        language.
        - Static analyzers detect calls to t() and new TranslatableMarkup, and add
        the first argument (the string to be translated) to the database of
        strings that need translation. These strings are expected to be in
        English, so the first argument should always be in English.
        To allow the site to be localized, it is important that all human-readable
        text that will be displayed on the site or sent to a user is made available
        in one of the ways supported by the
        @link https://www.drupal.org/node/322729 Localization API @endlink.
        See the @link https://www.drupal.org/node/322729 Localization API @endlink
        pages for more information, including recommendations on how to break up or
        not break up strings for translation.
        
        @section sec_translating_vars Translating Variables
        $string should always be an English literal string.
        
        $string should never contain a variable, such as:
        @code
        new TranslatableMarkup($text)
        @endcode
        There are several reasons for this:
        - Using a variable for $string that is user input is a security risk.
        - Using a variable for $string that has even guaranteed safe text (for
        example, user interface text provided literally in code), will not be
        picked up by the localization static text processor. (The parameter could
        be a variable if the entire string in $text has been passed into t() or
        new TranslatableMarkup() elsewhere as the first argument, but that
        strategy is not recommended.)
        
        It is especially important never to call new TranslatableMarkup($user_text)
        or t($user_text) where $user_text is some text that a user entered -- doing
        that can lead to cross-site scripting and other security problems. However,
        you can use variable substitution in your string, to put variable text such
        as user names or link URLs into translated text. Variable substitution
        looks like this:
        @code
        new TranslatableMarkup("@name's blog", array('@name' => $account->getDisplayName()));
        @endcode
        Basically, you can put placeholders like @name into your string, and the
        method will substitute the sanitized values at translation time. (See the
        Localization API pages referenced above and the documentation of
        \Drupal\Component\Render\FormattableMarkup::placeholderFormat()
        for details about how to safely and correctly define variables in your
        string.) Translators can then rearrange the string as necessary for the
        language (e.g., in Spanish, it might be "blog de @name").
        
        @param string $string
        A string containing the English text to translate.
        @param array $arguments
        (optional) An associative array of replacements to make after
        translation. Based on the first character of the key, the value is
        escaped and/or themed. See
        \Drupal\Component\Render\FormattableMarkup::placeholderFormat() for
        details.
        @param array $options
        (optional) An associative array of additional options, with the following
        elements:
        - 'langcode' (defaults to the current language): A language code, to
        translate to a language other than what is used to display the page.
        - 'context' (defaults to the empty context): The context the source
        string belongs to.
        @param \Drupal\Core\StringTranslation\TranslationInterface $string_translation
        (optional) The string translation service.
        
        @throws \InvalidArgumentException
        Exception thrown when $string is not a string.
        
        @see \Drupal\Component\Render\FormattableMarkup::placeholderFormat()
        @see \Drupal\Core\StringTranslation\StringTranslationTrait::t()
        
        @ingroup sanitization
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:137
        public __sleep()
        Magic __sleep() method to avoid serializing the string translator.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:212
        public __toString()
        Implements the magic __toString() method.
        
        Defined in <ROOT>/core/lib/Drupal/Component/Utility/ToStringTrait.php:13
        public count() -> int
        Returns the string length.
        
        @return int
        The length of the string.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:236
        public getArguments() -> mixed[]
        Gets all arguments from this translated string.
        
        @return mixed[]
        The array of arguments.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:187
        public getOption($name) -> mixed
        Gets a specific option from this translated string.
        
        @param string $name
        Option name.
        
        @return mixed
        The value of this option or empty string of option is not set.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:167
        public getOptions() -> mixed[]
        Gets all options from this translated string.
        
        @return mixed[]
        The array of options.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:177
        public getUntranslatedString() -> string
        Gets the untranslated string value stored in this translated string.
        
        @return string
        The string stored in this wrapper.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:154
        public jsonSerialize() -> string
        Returns a representation of the object for use in JSON serialization.
        
        @return string
        The safe string content.
        
        Inherited from Drupal\Component\Render\FormattableMarkup
        Defined in <ROOT>/core/lib/Drupal/Component/Render/FormattableMarkup.php:112
        public render() -> string
        Renders the object as a string.
        
        @return string
        The translated string.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:197
        protected static placeholderEscape($value) -> string
        Escapes a placeholder replacement value if needed.
        
        @param string|\Drupal\Component\Render\MarkupInterface $value
        A placeholder replacement value.
        
        @return string
        The properly escaped replacement value.
        
        Inherited from Drupal\Component\Render\FormattableMarkup
        Defined in <ROOT>/core/lib/Drupal/Component/Render/FormattableMarkup.php:258
        protected static placeholderFormat($string, array $args) -> string
        Replaces placeholders in a string with values.
        
        @param string $string
        A string containing placeholders. The string itself is expected to be
        safe and correct HTML. Any unsafe content must be in $args and
        inserted via placeholders.
        @param array $args
        An associative array of replacements. Each array key should be the same
        as a placeholder in $string. The corresponding value should be a string
        or an object that implements
        \Drupal\Component\Render\MarkupInterface. The value replaces the
        placeholder in $string. Sanitization and formatting will be done before
        replacement. The type of sanitization and formatting depends on the first
        character of the key:
        - @variable: When the placeholder replacement value is:
        - A string, the replaced value in the returned string will be sanitized
        using \Drupal\Component\Utility\Html::escape().
        - A MarkupInterface object, the replaced value in the returned string
        will not be sanitized.
        - A MarkupInterface object cast to a string, the replaced value in the
        returned string be forcibly sanitized using
        \Drupal\Component\Utility\Html::escape().
        @code
        $this->placeholderFormat('This will force HTML-escaping of the replacement value: @text', ['@text' => (string) $safe_string_interface_object));
        @endcode
        Use this placeholder as the default choice for anything displayed on
        the site, but not within HTML attributes, JavaScript, or CSS. Doing so
        is a security risk.
        - %variable: Use when the replacement value is to be wrapped in <em>
        tags.
        A call like:
        @code
        $string = "%output_text";
        $arguments = ['%output_text' => 'text output here.'];
        $this->placeholderFormat($string, $arguments);
        @endcode
        makes the following HTML code:
        @code
        <em class="placeholder">text output here.</em>
        @endcode
        As with @variable, do not use this within HTML attributes, JavaScript,
        or CSS. Doing so is a security risk.
        - :variable: Return value is escaped with
        \Drupal\Component\Utility\Html::escape() and filtered for dangerous
        protocols using UrlHelper::stripDangerousProtocols(). Use this when
        using the "href" attribute, ensuring the attribute value is always
        wrapped in quotes:
        @code
        // Secure (with quotes):
        $this->placeholderFormat('<a href=":url">@variable</a>', [':url' => $url, '@variable' => $variable]);
        // Insecure (without quotes):
        $this->placeholderFormat('<a href=:url>@variable</a>', [':url' => $url, '@variable' => $variable]);
        @endcode
        When ":variable" comes from arbitrary user input, the result is secure,
        but not guaranteed to be a valid URL (which means the resulting output
        could fail HTML validation). To guarantee a valid URL, use
        Url::fromUri($user_input)->toString() (which either throws an exception
        or returns a well-formed URL) before passing the result into a
        ":variable" placeholder.
        
        @return string
        A formatted HTML string with the placeholders replaced.
        
        @ingroup sanitization
        
        @see \Drupal\Core\StringTranslation\TranslatableMarkup
        @see \Drupal\Core\StringTranslation\PluralTranslatableMarkup
        @see \Drupal\Component\Utility\Html::escape()
        @see \Drupal\Component\Utility\UrlHelper::stripDangerousProtocols()
        @see \Drupal\Core\Url::fromUri()
        
        Inherited from Drupal\Component\Render\FormattableMarkup
        Defined in <ROOT>/core/lib/Drupal/Component/Render/FormattableMarkup.php:188
        protected _die()
        For test purposes, wrap die() in an overridable method.
        
        Defined in <ROOT>/core/lib/Drupal/Component/Utility/ToStringTrait.php:31
        protected getStringTranslation() -> \Drupal\Core\StringTranslation\TranslationInterface
        Gets the string translation service.
        
        @return \Drupal\Core\StringTranslation\TranslationInterface
        The string translation service.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:222
      protected base_table -> string(4) "node"
      protected revision_data_table -> string(19) "node_field_revision"
      protected revision_table -> string(13) "node_revision"
      protected data_table -> string(15) "node_field_data"
      protected translatable -> boolTRUE
      protected label -> Drupal\Core\StringTranslation\TranslatableMarkup(5)
      • contents
      • Available methods (14)
      • protected string -> string(7) "Content"
        protected translatedMarkup -> NULL
        protected options -> array(0)
        protected stringTranslation -> NULL
        protected arguments -> array(0)
      • public __construct($string, array $arguments = array(), array $options = array(), Drupal\Core\StringTranslation\TranslationInterface $string_translation = NULL)
        Constructs a new class instance.
        
        When possible, use the
        \Drupal\Core\StringTranslation\StringTranslationTrait $this->t(). Otherwise
        create a new \Drupal\Core\StringTranslation\TranslatableMarkup object
        directly.
        
        Calling the trait's t() method or instantiating a new TranslatableMarkup
        object serves two purposes:
        - At run-time it translates user-visible text into the appropriate
        language.
        - Static analyzers detect calls to t() and new TranslatableMarkup, and add
        the first argument (the string to be translated) to the database of
        strings that need translation. These strings are expected to be in
        English, so the first argument should always be in English.
        To allow the site to be localized, it is important that all human-readable
        text that will be displayed on the site or sent to a user is made available
        in one of the ways supported by the
        @link https://www.drupal.org/node/322729 Localization API @endlink.
        See the @link https://www.drupal.org/node/322729 Localization API @endlink
        pages for more information, including recommendations on how to break up or
        not break up strings for translation.
        
        @section sec_translating_vars Translating Variables
        $string should always be an English literal string.
        
        $string should never contain a variable, such as:
        @code
        new TranslatableMarkup($text)
        @endcode
        There are several reasons for this:
        - Using a variable for $string that is user input is a security risk.
        - Using a variable for $string that has even guaranteed safe text (for
        example, user interface text provided literally in code), will not be
        picked up by the localization static text processor. (The parameter could
        be a variable if the entire string in $text has been passed into t() or
        new TranslatableMarkup() elsewhere as the first argument, but that
        strategy is not recommended.)
        
        It is especially important never to call new TranslatableMarkup($user_text)
        or t($user_text) where $user_text is some text that a user entered -- doing
        that can lead to cross-site scripting and other security problems. However,
        you can use variable substitution in your string, to put variable text such
        as user names or link URLs into translated text. Variable substitution
        looks like this:
        @code
        new TranslatableMarkup("@name's blog", array('@name' => $account->getDisplayName()));
        @endcode
        Basically, you can put placeholders like @name into your string, and the
        method will substitute the sanitized values at translation time. (See the
        Localization API pages referenced above and the documentation of
        \Drupal\Component\Render\FormattableMarkup::placeholderFormat()
        for details about how to safely and correctly define variables in your
        string.) Translators can then rearrange the string as necessary for the
        language (e.g., in Spanish, it might be "blog de @name").
        
        @param string $string
        A string containing the English text to translate.
        @param array $arguments
        (optional) An associative array of replacements to make after
        translation. Based on the first character of the key, the value is
        escaped and/or themed. See
        \Drupal\Component\Render\FormattableMarkup::placeholderFormat() for
        details.
        @param array $options
        (optional) An associative array of additional options, with the following
        elements:
        - 'langcode' (defaults to the current language): A language code, to
        translate to a language other than what is used to display the page.
        - 'context' (defaults to the empty context): The context the source
        string belongs to.
        @param \Drupal\Core\StringTranslation\TranslationInterface $string_translation
        (optional) The string translation service.
        
        @throws \InvalidArgumentException
        Exception thrown when $string is not a string.
        
        @see \Drupal\Component\Render\FormattableMarkup::placeholderFormat()
        @see \Drupal\Core\StringTranslation\StringTranslationTrait::t()
        
        @ingroup sanitization
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:137
        public __sleep()
        Magic __sleep() method to avoid serializing the string translator.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:212
        public __toString()
        Implements the magic __toString() method.
        
        Defined in <ROOT>/core/lib/Drupal/Component/Utility/ToStringTrait.php:13
        public count() -> int
        Returns the string length.
        
        @return int
        The length of the string.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:236
        public getArguments() -> mixed[]
        Gets all arguments from this translated string.
        
        @return mixed[]
        The array of arguments.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:187
        public getOption($name) -> mixed
        Gets a specific option from this translated string.
        
        @param string $name
        Option name.
        
        @return mixed
        The value of this option or empty string of option is not set.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:167
        public getOptions() -> mixed[]
        Gets all options from this translated string.
        
        @return mixed[]
        The array of options.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:177
        public getUntranslatedString() -> string
        Gets the untranslated string value stored in this translated string.
        
        @return string
        The string stored in this wrapper.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:154
        public jsonSerialize() -> string
        Returns a representation of the object for use in JSON serialization.
        
        @return string
        The safe string content.
        
        Inherited from Drupal\Component\Render\FormattableMarkup
        Defined in <ROOT>/core/lib/Drupal/Component/Render/FormattableMarkup.php:112
        public render() -> string
        Renders the object as a string.
        
        @return string
        The translated string.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:197
        protected static placeholderEscape($value) -> string
        Escapes a placeholder replacement value if needed.
        
        @param string|\Drupal\Component\Render\MarkupInterface $value
        A placeholder replacement value.
        
        @return string
        The properly escaped replacement value.
        
        Inherited from Drupal\Component\Render\FormattableMarkup
        Defined in <ROOT>/core/lib/Drupal/Component/Render/FormattableMarkup.php:258
        protected static placeholderFormat($string, array $args) -> string
        Replaces placeholders in a string with values.
        
        @param string $string
        A string containing placeholders. The string itself is expected to be
        safe and correct HTML. Any unsafe content must be in $args and
        inserted via placeholders.
        @param array $args
        An associative array of replacements. Each array key should be the same
        as a placeholder in $string. The corresponding value should be a string
        or an object that implements
        \Drupal\Component\Render\MarkupInterface. The value replaces the
        placeholder in $string. Sanitization and formatting will be done before
        replacement. The type of sanitization and formatting depends on the first
        character of the key:
        - @variable: When the placeholder replacement value is:
        - A string, the replaced value in the returned string will be sanitized
        using \Drupal\Component\Utility\Html::escape().
        - A MarkupInterface object, the replaced value in the returned string
        will not be sanitized.
        - A MarkupInterface object cast to a string, the replaced value in the
        returned string be forcibly sanitized using
        \Drupal\Component\Utility\Html::escape().
        @code
        $this->placeholderFormat('This will force HTML-escaping of the replacement value: @text', ['@text' => (string) $safe_string_interface_object));
        @endcode
        Use this placeholder as the default choice for anything displayed on
        the site, but not within HTML attributes, JavaScript, or CSS. Doing so
        is a security risk.
        - %variable: Use when the replacement value is to be wrapped in <em>
        tags.
        A call like:
        @code
        $string = "%output_text";
        $arguments = ['%output_text' => 'text output here.'];
        $this->placeholderFormat($string, $arguments);
        @endcode
        makes the following HTML code:
        @code
        <em class="placeholder">text output here.</em>
        @endcode
        As with @variable, do not use this within HTML attributes, JavaScript,
        or CSS. Doing so is a security risk.
        - :variable: Return value is escaped with
        \Drupal\Component\Utility\Html::escape() and filtered for dangerous
        protocols using UrlHelper::stripDangerousProtocols(). Use this when
        using the "href" attribute, ensuring the attribute value is always
        wrapped in quotes:
        @code
        // Secure (with quotes):
        $this->placeholderFormat('<a href=":url">@variable</a>', [':url' => $url, '@variable' => $variable]);
        // Insecure (without quotes):
        $this->placeholderFormat('<a href=:url>@variable</a>', [':url' => $url, '@variable' => $variable]);
        @endcode
        When ":variable" comes from arbitrary user input, the result is secure,
        but not guaranteed to be a valid URL (which means the resulting output
        could fail HTML validation). To guarantee a valid URL, use
        Url::fromUri($user_input)->toString() (which either throws an exception
        or returns a well-formed URL) before passing the result into a
        ":variable" placeholder.
        
        @return string
        A formatted HTML string with the placeholders replaced.
        
        @ingroup sanitization
        
        @see \Drupal\Core\StringTranslation\TranslatableMarkup
        @see \Drupal\Core\StringTranslation\PluralTranslatableMarkup
        @see \Drupal\Component\Utility\Html::escape()
        @see \Drupal\Component\Utility\UrlHelper::stripDangerousProtocols()
        @see \Drupal\Core\Url::fromUri()
        
        Inherited from Drupal\Component\Render\FormattableMarkup
        Defined in <ROOT>/core/lib/Drupal/Component/Render/FormattableMarkup.php:188
        protected _die()
        For test purposes, wrap die() in an overridable method.
        
        Defined in <ROOT>/core/lib/Drupal/Component/Utility/ToStringTrait.php:31
        protected getStringTranslation() -> \Drupal\Core\StringTranslation\TranslationInterface
        Gets the string translation service.
        
        @return \Drupal\Core\StringTranslation\TranslationInterface
        The string translation service.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:222
      protected label_singular -> Drupal\Core\StringTranslation\TranslatableMarkup(5)
      • contents
      • Available methods (14)
      • protected string -> string(12) "content item"
        protected translatedMarkup -> NULL
        protected options -> array(0)
        protected stringTranslation -> NULL
        protected arguments -> array(0)
      • public __construct($string, array $arguments = array(), array $options = array(), Drupal\Core\StringTranslation\TranslationInterface $string_translation = NULL)
        Constructs a new class instance.
        
        When possible, use the
        \Drupal\Core\StringTranslation\StringTranslationTrait $this->t(). Otherwise
        create a new \Drupal\Core\StringTranslation\TranslatableMarkup object
        directly.
        
        Calling the trait's t() method or instantiating a new TranslatableMarkup
        object serves two purposes:
        - At run-time it translates user-visible text into the appropriate
        language.
        - Static analyzers detect calls to t() and new TranslatableMarkup, and add
        the first argument (the string to be translated) to the database of
        strings that need translation. These strings are expected to be in
        English, so the first argument should always be in English.
        To allow the site to be localized, it is important that all human-readable
        text that will be displayed on the site or sent to a user is made available
        in one of the ways supported by the
        @link https://www.drupal.org/node/322729 Localization API @endlink.
        See the @link https://www.drupal.org/node/322729 Localization API @endlink
        pages for more information, including recommendations on how to break up or
        not break up strings for translation.
        
        @section sec_translating_vars Translating Variables
        $string should always be an English literal string.
        
        $string should never contain a variable, such as:
        @code
        new TranslatableMarkup($text)
        @endcode
        There are several reasons for this:
        - Using a variable for $string that is user input is a security risk.
        - Using a variable for $string that has even guaranteed safe text (for
        example, user interface text provided literally in code), will not be
        picked up by the localization static text processor. (The parameter could
        be a variable if the entire string in $text has been passed into t() or
        new TranslatableMarkup() elsewhere as the first argument, but that
        strategy is not recommended.)
        
        It is especially important never to call new TranslatableMarkup($user_text)
        or t($user_text) where $user_text is some text that a user entered -- doing
        that can lead to cross-site scripting and other security problems. However,
        you can use variable substitution in your string, to put variable text such
        as user names or link URLs into translated text. Variable substitution
        looks like this:
        @code
        new TranslatableMarkup("@name's blog", array('@name' => $account->getDisplayName()));
        @endcode
        Basically, you can put placeholders like @name into your string, and the
        method will substitute the sanitized values at translation time. (See the
        Localization API pages referenced above and the documentation of
        \Drupal\Component\Render\FormattableMarkup::placeholderFormat()
        for details about how to safely and correctly define variables in your
        string.) Translators can then rearrange the string as necessary for the
        language (e.g., in Spanish, it might be "blog de @name").
        
        @param string $string
        A string containing the English text to translate.
        @param array $arguments
        (optional) An associative array of replacements to make after
        translation. Based on the first character of the key, the value is
        escaped and/or themed. See
        \Drupal\Component\Render\FormattableMarkup::placeholderFormat() for
        details.
        @param array $options
        (optional) An associative array of additional options, with the following
        elements:
        - 'langcode' (defaults to the current language): A language code, to
        translate to a language other than what is used to display the page.
        - 'context' (defaults to the empty context): The context the source
        string belongs to.
        @param \Drupal\Core\StringTranslation\TranslationInterface $string_translation
        (optional) The string translation service.
        
        @throws \InvalidArgumentException
        Exception thrown when $string is not a string.
        
        @see \Drupal\Component\Render\FormattableMarkup::placeholderFormat()
        @see \Drupal\Core\StringTranslation\StringTranslationTrait::t()
        
        @ingroup sanitization
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:137
        public __sleep()
        Magic __sleep() method to avoid serializing the string translator.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:212
        public __toString()
        Implements the magic __toString() method.
        
        Defined in <ROOT>/core/lib/Drupal/Component/Utility/ToStringTrait.php:13
        public count() -> int
        Returns the string length.
        
        @return int
        The length of the string.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:236
        public getArguments() -> mixed[]
        Gets all arguments from this translated string.
        
        @return mixed[]
        The array of arguments.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:187
        public getOption($name) -> mixed
        Gets a specific option from this translated string.
        
        @param string $name
        Option name.
        
        @return mixed
        The value of this option or empty string of option is not set.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:167
        public getOptions() -> mixed[]
        Gets all options from this translated string.
        
        @return mixed[]
        The array of options.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:177
        public getUntranslatedString() -> string
        Gets the untranslated string value stored in this translated string.
        
        @return string
        The string stored in this wrapper.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:154
        public jsonSerialize() -> string
        Returns a representation of the object for use in JSON serialization.
        
        @return string
        The safe string content.
        
        Inherited from Drupal\Component\Render\FormattableMarkup
        Defined in <ROOT>/core/lib/Drupal/Component/Render/FormattableMarkup.php:112
        public render() -> string
        Renders the object as a string.
        
        @return string
        The translated string.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:197
        protected static placeholderEscape($value) -> string
        Escapes a placeholder replacement value if needed.
        
        @param string|\Drupal\Component\Render\MarkupInterface $value
        A placeholder replacement value.
        
        @return string
        The properly escaped replacement value.
        
        Inherited from Drupal\Component\Render\FormattableMarkup
        Defined in <ROOT>/core/lib/Drupal/Component/Render/FormattableMarkup.php:258
        protected static placeholderFormat($string, array $args) -> string
        Replaces placeholders in a string with values.
        
        @param string $string
        A string containing placeholders. The string itself is expected to be
        safe and correct HTML. Any unsafe content must be in $args and
        inserted via placeholders.
        @param array $args
        An associative array of replacements. Each array key should be the same
        as a placeholder in $string. The corresponding value should be a string
        or an object that implements
        \Drupal\Component\Render\MarkupInterface. The value replaces the
        placeholder in $string. Sanitization and formatting will be done before
        replacement. The type of sanitization and formatting depends on the first
        character of the key:
        - @variable: When the placeholder replacement value is:
        - A string, the replaced value in the returned string will be sanitized
        using \Drupal\Component\Utility\Html::escape().
        - A MarkupInterface object, the replaced value in the returned string
        will not be sanitized.
        - A MarkupInterface object cast to a string, the replaced value in the
        returned string be forcibly sanitized using
        \Drupal\Component\Utility\Html::escape().
        @code
        $this->placeholderFormat('This will force HTML-escaping of the replacement value: @text', ['@text' => (string) $safe_string_interface_object));
        @endcode
        Use this placeholder as the default choice for anything displayed on
        the site, but not within HTML attributes, JavaScript, or CSS. Doing so
        is a security risk.
        - %variable: Use when the replacement value is to be wrapped in <em>
        tags.
        A call like:
        @code
        $string = "%output_text";
        $arguments = ['%output_text' => 'text output here.'];
        $this->placeholderFormat($string, $arguments);
        @endcode
        makes the following HTML code:
        @code
        <em class="placeholder">text output here.</em>
        @endcode
        As with @variable, do not use this within HTML attributes, JavaScript,
        or CSS. Doing so is a security risk.
        - :variable: Return value is escaped with
        \Drupal\Component\Utility\Html::escape() and filtered for dangerous
        protocols using UrlHelper::stripDangerousProtocols(). Use this when
        using the "href" attribute, ensuring the attribute value is always
        wrapped in quotes:
        @code
        // Secure (with quotes):
        $this->placeholderFormat('<a href=":url">@variable</a>', [':url' => $url, '@variable' => $variable]);
        // Insecure (without quotes):
        $this->placeholderFormat('<a href=:url>@variable</a>', [':url' => $url, '@variable' => $variable]);
        @endcode
        When ":variable" comes from arbitrary user input, the result is secure,
        but not guaranteed to be a valid URL (which means the resulting output
        could fail HTML validation). To guarantee a valid URL, use
        Url::fromUri($user_input)->toString() (which either throws an exception
        or returns a well-formed URL) before passing the result into a
        ":variable" placeholder.
        
        @return string
        A formatted HTML string with the placeholders replaced.
        
        @ingroup sanitization
        
        @see \Drupal\Core\StringTranslation\TranslatableMarkup
        @see \Drupal\Core\StringTranslation\PluralTranslatableMarkup
        @see \Drupal\Component\Utility\Html::escape()
        @see \Drupal\Component\Utility\UrlHelper::stripDangerousProtocols()
        @see \Drupal\Core\Url::fromUri()
        
        Inherited from Drupal\Component\Render\FormattableMarkup
        Defined in <ROOT>/core/lib/Drupal/Component/Render/FormattableMarkup.php:188
        protected _die()
        For test purposes, wrap die() in an overridable method.
        
        Defined in <ROOT>/core/lib/Drupal/Component/Utility/ToStringTrait.php:31
        protected getStringTranslation() -> \Drupal\Core\StringTranslation\TranslationInterface
        Gets the string translation service.
        
        @return \Drupal\Core\StringTranslation\TranslationInterface
        The string translation service.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:222
      protected label_plural -> Drupal\Core\StringTranslation\TranslatableMarkup(5)
      • contents
      • Available methods (14)
      • protected string -> string(13) "content items"
        protected translatedMarkup -> NULL
        protected options -> array(0)
        protected stringTranslation -> NULL
        protected arguments -> array(0)
      • public __construct($string, array $arguments = array(), array $options = array(), Drupal\Core\StringTranslation\TranslationInterface $string_translation = NULL)
        Constructs a new class instance.
        
        When possible, use the
        \Drupal\Core\StringTranslation\StringTranslationTrait $this->t(). Otherwise
        create a new \Drupal\Core\StringTranslation\TranslatableMarkup object
        directly.
        
        Calling the trait's t() method or instantiating a new TranslatableMarkup
        object serves two purposes:
        - At run-time it translates user-visible text into the appropriate
        language.
        - Static analyzers detect calls to t() and new TranslatableMarkup, and add
        the first argument (the string to be translated) to the database of
        strings that need translation. These strings are expected to be in
        English, so the first argument should always be in English.
        To allow the site to be localized, it is important that all human-readable
        text that will be displayed on the site or sent to a user is made available
        in one of the ways supported by the
        @link https://www.drupal.org/node/322729 Localization API @endlink.
        See the @link https://www.drupal.org/node/322729 Localization API @endlink
        pages for more information, including recommendations on how to break up or
        not break up strings for translation.
        
        @section sec_translating_vars Translating Variables
        $string should always be an English literal string.
        
        $string should never contain a variable, such as:
        @code
        new TranslatableMarkup($text)
        @endcode
        There are several reasons for this:
        - Using a variable for $string that is user input is a security risk.
        - Using a variable for $string that has even guaranteed safe text (for
        example, user interface text provided literally in code), will not be
        picked up by the localization static text processor. (The parameter could
        be a variable if the entire string in $text has been passed into t() or
        new TranslatableMarkup() elsewhere as the first argument, but that
        strategy is not recommended.)
        
        It is especially important never to call new TranslatableMarkup($user_text)
        or t($user_text) where $user_text is some text that a user entered -- doing
        that can lead to cross-site scripting and other security problems. However,
        you can use variable substitution in your string, to put variable text such
        as user names or link URLs into translated text. Variable substitution
        looks like this:
        @code
        new TranslatableMarkup("@name's blog", array('@name' => $account->getDisplayName()));
        @endcode
        Basically, you can put placeholders like @name into your string, and the
        method will substitute the sanitized values at translation time. (See the
        Localization API pages referenced above and the documentation of
        \Drupal\Component\Render\FormattableMarkup::placeholderFormat()
        for details about how to safely and correctly define variables in your
        string.) Translators can then rearrange the string as necessary for the
        language (e.g., in Spanish, it might be "blog de @name").
        
        @param string $string
        A string containing the English text to translate.
        @param array $arguments
        (optional) An associative array of replacements to make after
        translation. Based on the first character of the key, the value is
        escaped and/or themed. See
        \Drupal\Component\Render\FormattableMarkup::placeholderFormat() for
        details.
        @param array $options
        (optional) An associative array of additional options, with the following
        elements:
        - 'langcode' (defaults to the current language): A language code, to
        translate to a language other than what is used to display the page.
        - 'context' (defaults to the empty context): The context the source
        string belongs to.
        @param \Drupal\Core\StringTranslation\TranslationInterface $string_translation
        (optional) The string translation service.
        
        @throws \InvalidArgumentException
        Exception thrown when $string is not a string.
        
        @see \Drupal\Component\Render\FormattableMarkup::placeholderFormat()
        @see \Drupal\Core\StringTranslation\StringTranslationTrait::t()
        
        @ingroup sanitization
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:137
        public __sleep()
        Magic __sleep() method to avoid serializing the string translator.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:212
        public __toString()
        Implements the magic __toString() method.
        
        Defined in <ROOT>/core/lib/Drupal/Component/Utility/ToStringTrait.php:13
        public count() -> int
        Returns the string length.
        
        @return int
        The length of the string.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:236
        public getArguments() -> mixed[]
        Gets all arguments from this translated string.
        
        @return mixed[]
        The array of arguments.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:187
        public getOption($name) -> mixed
        Gets a specific option from this translated string.
        
        @param string $name
        Option name.
        
        @return mixed
        The value of this option or empty string of option is not set.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:167
        public getOptions() -> mixed[]
        Gets all options from this translated string.
        
        @return mixed[]
        The array of options.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:177
        public getUntranslatedString() -> string
        Gets the untranslated string value stored in this translated string.
        
        @return string
        The string stored in this wrapper.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:154
        public jsonSerialize() -> string
        Returns a representation of the object for use in JSON serialization.
        
        @return string
        The safe string content.
        
        Inherited from Drupal\Component\Render\FormattableMarkup
        Defined in <ROOT>/core/lib/Drupal/Component/Render/FormattableMarkup.php:112
        public render() -> string
        Renders the object as a string.
        
        @return string
        The translated string.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:197
        protected static placeholderEscape($value) -> string
        Escapes a placeholder replacement value if needed.
        
        @param string|\Drupal\Component\Render\MarkupInterface $value
        A placeholder replacement value.
        
        @return string
        The properly escaped replacement value.
        
        Inherited from Drupal\Component\Render\FormattableMarkup
        Defined in <ROOT>/core/lib/Drupal/Component/Render/FormattableMarkup.php:258
        protected static placeholderFormat($string, array $args) -> string
        Replaces placeholders in a string with values.
        
        @param string $string
        A string containing placeholders. The string itself is expected to be
        safe and correct HTML. Any unsafe content must be in $args and
        inserted via placeholders.
        @param array $args
        An associative array of replacements. Each array key should be the same
        as a placeholder in $string. The corresponding value should be a string
        or an object that implements
        \Drupal\Component\Render\MarkupInterface. The value replaces the
        placeholder in $string. Sanitization and formatting will be done before
        replacement. The type of sanitization and formatting depends on the first
        character of the key:
        - @variable: When the placeholder replacement value is:
        - A string, the replaced value in the returned string will be sanitized
        using \Drupal\Component\Utility\Html::escape().
        - A MarkupInterface object, the replaced value in the returned string
        will not be sanitized.
        - A MarkupInterface object cast to a string, the replaced value in the
        returned string be forcibly sanitized using
        \Drupal\Component\Utility\Html::escape().
        @code
        $this->placeholderFormat('This will force HTML-escaping of the replacement value: @text', ['@text' => (string) $safe_string_interface_object));
        @endcode
        Use this placeholder as the default choice for anything displayed on
        the site, but not within HTML attributes, JavaScript, or CSS. Doing so
        is a security risk.
        - %variable: Use when the replacement value is to be wrapped in <em>
        tags.
        A call like:
        @code
        $string = "%output_text";
        $arguments = ['%output_text' => 'text output here.'];
        $this->placeholderFormat($string, $arguments);
        @endcode
        makes the following HTML code:
        @code
        <em class="placeholder">text output here.</em>
        @endcode
        As with @variable, do not use this within HTML attributes, JavaScript,
        or CSS. Doing so is a security risk.
        - :variable: Return value is escaped with
        \Drupal\Component\Utility\Html::escape() and filtered for dangerous
        protocols using UrlHelper::stripDangerousProtocols(). Use this when
        using the "href" attribute, ensuring the attribute value is always
        wrapped in quotes:
        @code
        // Secure (with quotes):
        $this->placeholderFormat('<a href=":url">@variable</a>', [':url' => $url, '@variable' => $variable]);
        // Insecure (without quotes):
        $this->placeholderFormat('<a href=:url>@variable</a>', [':url' => $url, '@variable' => $variable]);
        @endcode
        When ":variable" comes from arbitrary user input, the result is secure,
        but not guaranteed to be a valid URL (which means the resulting output
        could fail HTML validation). To guarantee a valid URL, use
        Url::fromUri($user_input)->toString() (which either throws an exception
        or returns a well-formed URL) before passing the result into a
        ":variable" placeholder.
        
        @return string
        A formatted HTML string with the placeholders replaced.
        
        @ingroup sanitization
        
        @see \Drupal\Core\StringTranslation\TranslatableMarkup
        @see \Drupal\Core\StringTranslation\PluralTranslatableMarkup
        @see \Drupal\Component\Utility\Html::escape()
        @see \Drupal\Component\Utility\UrlHelper::stripDangerousProtocols()
        @see \Drupal\Core\Url::fromUri()
        
        Inherited from Drupal\Component\Render\FormattableMarkup
        Defined in <ROOT>/core/lib/Drupal/Component/Render/FormattableMarkup.php:188
        protected _die()
        For test purposes, wrap die() in an overridable method.
        
        Defined in <ROOT>/core/lib/Drupal/Component/Utility/ToStringTrait.php:31
        protected getStringTranslation() -> \Drupal\Core\StringTranslation\TranslationInterface
        Gets the string translation service.
        
        @return \Drupal\Core\StringTranslation\TranslationInterface
        The string translation service.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:222
      protected label_count -> array(3)
      'singular' => string(19) "@count content item"
      'plural' => string(20) "@count content items"
      'context' => NULL
      protected uri_callback -> NULL
      protected group -> string(7) "content"
      protected group_label -> Drupal\Core\StringTranslation\TranslatableMarkup(5)
      • contents
      • Available methods (14)
      • protected string -> string(7) "Content"
        protected translatedMarkup -> NULL
        protected options -> array(1)
        *DEPTH TOO GREAT*
        protected stringTranslation -> NULL
        protected arguments -> array(0)
      • public __construct($string, array $arguments = array(), array $options = array(), Drupal\Core\StringTranslation\TranslationInterface $string_translation = NULL)
        Constructs a new class instance.
        
        When possible, use the
        \Drupal\Core\StringTranslation\StringTranslationTrait $this->t(). Otherwise
        create a new \Drupal\Core\StringTranslation\TranslatableMarkup object
        directly.
        
        Calling the trait's t() method or instantiating a new TranslatableMarkup
        object serves two purposes:
        - At run-time it translates user-visible text into the appropriate
        language.
        - Static analyzers detect calls to t() and new TranslatableMarkup, and add
        the first argument (the string to be translated) to the database of
        strings that need translation. These strings are expected to be in
        English, so the first argument should always be in English.
        To allow the site to be localized, it is important that all human-readable
        text that will be displayed on the site or sent to a user is made available
        in one of the ways supported by the
        @link https://www.drupal.org/node/322729 Localization API @endlink.
        See the @link https://www.drupal.org/node/322729 Localization API @endlink
        pages for more information, including recommendations on how to break up or
        not break up strings for translation.
        
        @section sec_translating_vars Translating Variables
        $string should always be an English literal string.
        
        $string should never contain a variable, such as:
        @code
        new TranslatableMarkup($text)
        @endcode
        There are several reasons for this:
        - Using a variable for $string that is user input is a security risk.
        - Using a variable for $string that has even guaranteed safe text (for
        example, user interface text provided literally in code), will not be
        picked up by the localization static text processor. (The parameter could
        be a variable if the entire string in $text has been passed into t() or
        new TranslatableMarkup() elsewhere as the first argument, but that
        strategy is not recommended.)
        
        It is especially important never to call new TranslatableMarkup($user_text)
        or t($user_text) where $user_text is some text that a user entered -- doing
        that can lead to cross-site scripting and other security problems. However,
        you can use variable substitution in your string, to put variable text such
        as user names or link URLs into translated text. Variable substitution
        looks like this:
        @code
        new TranslatableMarkup("@name's blog", array('@name' => $account->getDisplayName()));
        @endcode
        Basically, you can put placeholders like @name into your string, and the
        method will substitute the sanitized values at translation time. (See the
        Localization API pages referenced above and the documentation of
        \Drupal\Component\Render\FormattableMarkup::placeholderFormat()
        for details about how to safely and correctly define variables in your
        string.) Translators can then rearrange the string as necessary for the
        language (e.g., in Spanish, it might be "blog de @name").
        
        @param string $string
        A string containing the English text to translate.
        @param array $arguments
        (optional) An associative array of replacements to make after
        translation. Based on the first character of the key, the value is
        escaped and/or themed. See
        \Drupal\Component\Render\FormattableMarkup::placeholderFormat() for
        details.
        @param array $options
        (optional) An associative array of additional options, with the following
        elements:
        - 'langcode' (defaults to the current language): A language code, to
        translate to a language other than what is used to display the page.
        - 'context' (defaults to the empty context): The context the source
        string belongs to.
        @param \Drupal\Core\StringTranslation\TranslationInterface $string_translation
        (optional) The string translation service.
        
        @throws \InvalidArgumentException
        Exception thrown when $string is not a string.
        
        @see \Drupal\Component\Render\FormattableMarkup::placeholderFormat()
        @see \Drupal\Core\StringTranslation\StringTranslationTrait::t()
        
        @ingroup sanitization
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:137
        public __sleep()
        Magic __sleep() method to avoid serializing the string translator.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:212
        public __toString()
        Implements the magic __toString() method.
        
        Defined in <ROOT>/core/lib/Drupal/Component/Utility/ToStringTrait.php:13
        public count() -> int
        Returns the string length.
        
        @return int
        The length of the string.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:236
        public getArguments() -> mixed[]
        Gets all arguments from this translated string.
        
        @return mixed[]
        The array of arguments.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:187
        public getOption($name) -> mixed
        Gets a specific option from this translated string.
        
        @param string $name
        Option name.
        
        @return mixed
        The value of this option or empty string of option is not set.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:167
        public getOptions() -> mixed[]
        Gets all options from this translated string.
        
        @return mixed[]
        The array of options.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:177
        public getUntranslatedString() -> string
        Gets the untranslated string value stored in this translated string.
        
        @return string
        The string stored in this wrapper.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:154
        public jsonSerialize() -> string
        Returns a representation of the object for use in JSON serialization.
        
        @return string
        The safe string content.
        
        Inherited from Drupal\Component\Render\FormattableMarkup
        Defined in <ROOT>/core/lib/Drupal/Component/Render/FormattableMarkup.php:112
        public render() -> string
        Renders the object as a string.
        
        @return string
        The translated string.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:197
        protected static placeholderEscape($value) -> string
        Escapes a placeholder replacement value if needed.
        
        @param string|\Drupal\Component\Render\MarkupInterface $value
        A placeholder replacement value.
        
        @return string
        The properly escaped replacement value.
        
        Inherited from Drupal\Component\Render\FormattableMarkup
        Defined in <ROOT>/core/lib/Drupal/Component/Render/FormattableMarkup.php:258
        protected static placeholderFormat($string, array $args) -> string
        Replaces placeholders in a string with values.
        
        @param string $string
        A string containing placeholders. The string itself is expected to be
        safe and correct HTML. Any unsafe content must be in $args and
        inserted via placeholders.
        @param array $args
        An associative array of replacements. Each array key should be the same
        as a placeholder in $string. The corresponding value should be a string
        or an object that implements
        \Drupal\Component\Render\MarkupInterface. The value replaces the
        placeholder in $string. Sanitization and formatting will be done before
        replacement. The type of sanitization and formatting depends on the first
        character of the key:
        - @variable: When the placeholder replacement value is:
        - A string, the replaced value in the returned string will be sanitized
        using \Drupal\Component\Utility\Html::escape().
        - A MarkupInterface object, the replaced value in the returned string
        will not be sanitized.
        - A MarkupInterface object cast to a string, the replaced value in the
        returned string be forcibly sanitized using
        \Drupal\Component\Utility\Html::escape().
        @code
        $this->placeholderFormat('This will force HTML-escaping of the replacement value: @text', ['@text' => (string) $safe_string_interface_object));
        @endcode
        Use this placeholder as the default choice for anything displayed on
        the site, but not within HTML attributes, JavaScript, or CSS. Doing so
        is a security risk.
        - %variable: Use when the replacement value is to be wrapped in <em>
        tags.
        A call like:
        @code
        $string = "%output_text";
        $arguments = ['%output_text' => 'text output here.'];
        $this->placeholderFormat($string, $arguments);
        @endcode
        makes the following HTML code:
        @code
        <em class="placeholder">text output here.</em>
        @endcode
        As with @variable, do not use this within HTML attributes, JavaScript,
        or CSS. Doing so is a security risk.
        - :variable: Return value is escaped with
        \Drupal\Component\Utility\Html::escape() and filtered for dangerous
        protocols using UrlHelper::stripDangerousProtocols(). Use this when
        using the "href" attribute, ensuring the attribute value is always
        wrapped in quotes:
        @code
        // Secure (with quotes):
        $this->placeholderFormat('<a href=":url">@variable</a>', [':url' => $url, '@variable' => $variable]);
        // Insecure (without quotes):
        $this->placeholderFormat('<a href=:url>@variable</a>', [':url' => $url, '@variable' => $variable]);
        @endcode
        When ":variable" comes from arbitrary user input, the result is secure,
        but not guaranteed to be a valid URL (which means the resulting output
        could fail HTML validation). To guarantee a valid URL, use
        Url::fromUri($user_input)->toString() (which either throws an exception
        or returns a well-formed URL) before passing the result into a
        ":variable" placeholder.
        
        @return string
        A formatted HTML string with the placeholders replaced.
        
        @ingroup sanitization
        
        @see \Drupal\Core\StringTranslation\TranslatableMarkup
        @see \Drupal\Core\StringTranslation\PluralTranslatableMarkup
        @see \Drupal\Component\Utility\Html::escape()
        @see \Drupal\Component\Utility\UrlHelper::stripDangerousProtocols()
        @see \Drupal\Core\Url::fromUri()
        
        Inherited from Drupal\Component\Render\FormattableMarkup
        Defined in <ROOT>/core/lib/Drupal/Component/Render/FormattableMarkup.php:188
        protected _die()
        For test purposes, wrap die() in an overridable method.
        
        Defined in <ROOT>/core/lib/Drupal/Component/Utility/ToStringTrait.php:31
        protected getStringTranslation() -> \Drupal\Core\StringTranslation\TranslationInterface
        Gets the string translation service.
        
        @return \Drupal\Core\StringTranslation\TranslationInterface
        The string translation service.
        
        Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:222
      protected field_ui_base_route -> string(26) "entity.node_type.edit_form"
      protected common_reference_target -> boolTRUE
      protected list_cache_contexts -> array(1)
      string(21) "user.node_grants:view"
      protected list_cache_tags -> array(1)
      string(9) "node_list"
      protected constraints -> array(1)
      'EntityChanged' => NULL
      protected additional -> array(1)
      'token_type' => string(4) "node"
      protected stringTranslation -> NULL
    • constant ID_MAX_LENGTH :: integer32
      constant BUNDLE_MAX_LENGTH :: integer32
    • public __construct($definition)
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityType.php:13
      public addConstraint($constraint_name, $options = NULL)
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:854
      public get($property)
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:317
      public getAccessControlClass()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:581
      public getAdminPermission()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:596
      public getBaseTable()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:688
      public getBundleConfigDependency($bundle)
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:862
      public getBundleEntityType()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:667
      public getBundleLabel()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:681
      public getBundleOf()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:674
      public getClass()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:401
      public getConfigDependencyKey()
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityType.php:24
      public getConstraints()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:839
      public getCountLabel($count)
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:767
      public getDataTable()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:724
      public getFormClass($operation)
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:501
      public getGroup()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:793
      public getGroupLabel()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:801
      public getHandlerClass($handler_type, $nested = false)
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:442
      public getHandlerClasses()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:435
      public getKey($key)
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:371
      public getKeys()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:364
      public getLabel()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:731
      public getLabelCallback()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:645
      public getLinkTemplate($key)
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:617
      public getLinkTemplates()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:610
      public getListBuilderClass()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:530
      public getListCacheContexts()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:808
      public getListCacheTags()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:815
      public getLowercaseLabel()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:738
      public getOriginalClass()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:408
      public getPermissionGranularity()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:603
      public getPluralLabel()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:756
      public getProvider()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:394
      public getRevisionDataTable()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:710
      public getRevisionTable()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:717
      public getRouteProviderClasses()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:574
      public getSingularLabel()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:745
      public getStorageClass()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:475
      public getUriCallback()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:778
      public getViewBuilderClass()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:552
      public hasFormClasses()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:516
      public hasHandlerClass($handler_type, $nested = false)
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:460
      public hasKey($key)
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:379
      public hasLabelCallback()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:660
      public hasLinkTemplate($key)
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:625
      public hasListBuilderClass()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:545
      public hasRouteProviders()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:523
      public hasViewBuilderClass()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:567
      public id()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:387
      public isCommonReferenceTarget()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:832
      public isPersistentlyCacheable()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:357
      public isRenderCacheable()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:350
      public isRevisionable()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:702
      public isStaticallyCacheable()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:343
      public isSubclassOf($class)
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:428
      public isTranslatable()
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:695
      public set($property, $value)
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:330
      public setAccessClass($class)
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:588
      public setClass($class)
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:415
      public setConstraints(array $constraints)
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:846
      public setFormClass($operation, $class)
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:508
      public setHandlerClass($handler_type, $value)
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:452
      public setLabelCallback($callback)
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:652
      public setLinkTemplate($key, $path)
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:633
      public setListBuilderClass($class)
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:537
      public setStorageClass($class)
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:482
      public setStringTranslation(Drupal\Core\StringTranslation\TranslationInterface $translation) -> $this
      Sets the string translation service to use.
      
      @param \Drupal\Core\StringTranslation\TranslationInterface $translation
      The string translation service.
      
      @return $this
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php:118
      public setUriCallback($callback)
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:785
      public setViewBuilderClass($class)
      {@inheritdoc}
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityType.php:559
      protected checkStorageClass($class)
      {@inheritdoc}
      
      @throws \InvalidArgumentException
      If the provided class does not implement
      \Drupal\Core\Entity\ContentEntityStorageInterface.
      
      @see \Drupal\Core\Entity\ContentEntityStorageInterface
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/ContentEntityType.php:37
      protected formatPlural($count, $singular, $plural, array $args = array(), array $options = array())
      Formats a string containing a count of items.
      
      @see \Drupal\Core\StringTranslation\TranslationInterface::formatPlural()
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php:79
      protected getNumberOfPlurals($langcode = NULL)
      Returns the number of plurals supported by a given language.
      
      @see \Drupal\locale\PluralFormulaInterface::getNumberOfPlurals()
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php:88
      protected getStringTranslation() -> \Drupal\Core\StringTranslation\TranslationInterface
      Gets the string translation service.
      
      @return \Drupal\Core\StringTranslation\TranslationInterface
      The string translation service.
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php:102
      protected t($string, array $args = array(), array $options = array()) -> \Drupal\Core\StringTranslation\TranslatableMarkup
      Translates a string to the current language or to a given language.
      
      See \Drupal\Core\StringTranslation\TranslatableMarkup::__construct() for
      important security information and usage guidelines.
      
      In order for strings to be localized, make them available in one of the
      ways supported by the
      @link https://www.drupal.org/node/322729 Localization API @endlink. When
      possible, use the \Drupal\Core\StringTranslation\StringTranslationTrait
      $this->t(). Otherwise create a new
      \Drupal\Core\StringTranslation\TranslatableMarkup object.
      
      @param string $string
      A string containing the English text to translate.
      @param array $args
      (optional) An associative array of replacements to make after
      translation. Based on the first character of the key, the value is
      escaped and/or themed. See
      \Drupal\Component\Render\FormattableMarkup::placeholderFormat() for
      details.
      @param array $options
      (optional) An associative array of additional options, with the following
      elements:
      - 'langcode' (defaults to the current language): A language code, to
      translate to a language other than what is used to display the page.
      - 'context' (defaults to the empty context): The context the source
      string belongs to. See the
      @link i18n Internationalization topic @endlink for more information
      about string contexts.
      
      @return \Drupal\Core\StringTranslation\TranslatableMarkup
      An object that, when cast to a string, returns the translated string.
      
      @see \Drupal\Component\Render\FormattableMarkup::placeholderFormat()
      @see \Drupal\Core\StringTranslation\TranslatableMarkup::__construct()
      
      @ingroup sanitization
      
      Inherited from Drupal\Core\Entity\EntityType
      Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php:70
    protected entityManager -> Drupal\Core\Entity\EntityManager(2)
    • contents
    • Available methods (55)
    • protected container -> Drupal\Core\DependencyInjection\Container(7)
      • contents
      • Static class properties (5)
      • Available methods (22)
      • protected parameters -> array(22)
        *DEPTH TOO GREAT*
        protected aliases -> array(4)
        *DEPTH TOO GREAT*
        protected serviceDefinitions -> array(587)
        *DEPTH TOO GREAT*
        protected services -> array(178)
        *DEPTH TOO GREAT*
        protected privateServices -> array(2)
        *DEPTH TOO GREAT*
        protected loading -> array(0)
        protected frozen -> boolTRUE
      • constant EXCEPTION_ON_INVALID_REFERENCE :: integer1
        constant NULL_ON_INVALID_REFERENCE :: integer2
        constant IGNORE_ON_INVALID_REFERENCE :: integer3
        constant SCOPE_CONTAINER :: string(9) "container"
        constant SCOPE_PROTOTYPE :: string(9) "prototype"
      • public __construct(array $container_definition = array())
        Constructs a new Container instance.
        
        @param array $container_definition
        An array containing the following keys:
        - aliases: The aliases of the container.
        - parameters: The parameters of the container.
        - services: The service definitions of the container.
        - frozen: Whether the container definition came from a frozen
        container builder or not.
        - machine_format: Whether this container definition uses the optimized
        machine-readable container format.
        
        Inherited from Drupal\Component\DependencyInjection\Container
        Defined in <ROOT>/core/lib/Drupal/Component/DependencyInjection/Container.php:119
        public __sleep()
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/Container.php:28
        public addScope(Symfony\Component\DependencyInjection\ScopeInterface $scope)
        {@inheritdoc}
        
        Inherited from Drupal\Component\DependencyInjection\Container
        Defined in <ROOT>/core/lib/Drupal/Component/DependencyInjection/Container.php:616
        public enterScope($name)
        {@inheritdoc}
        
        Inherited from Drupal\Component\DependencyInjection\Container
        Defined in <ROOT>/core/lib/Drupal/Component/DependencyInjection/Container.php:594
        public get($id, $invalid_behavior = 1)
        {@inheritdoc}
        
        Inherited from Drupal\Component\DependencyInjection\Container
        Defined in <ROOT>/core/lib/Drupal/Component/DependencyInjection/Container.php:136
        public getParameter($name)
        {@inheritdoc}
        
        Inherited from Drupal\Component\DependencyInjection\Container
        Defined in <ROOT>/core/lib/Drupal/Component/DependencyInjection/Container.php:382
        public getServiceIds() -> array
        Gets all defined service IDs.
        
        @return array
        An array of all defined service IDs.
        
        Inherited from Drupal\Component\DependencyInjection\Container
        Defined in <ROOT>/core/lib/Drupal/Component/DependencyInjection/Container.php:651
        public has($id)
        {@inheritdoc}
        
        Inherited from Drupal\Component\DependencyInjection\Container
        Defined in <ROOT>/core/lib/Drupal/Component/DependencyInjection/Container.php:375
        public hasParameter($name)
        {@inheritdoc}
        
        Inherited from Drupal\Component\DependencyInjection\Container
        Defined in <ROOT>/core/lib/Drupal/Component/DependencyInjection/Container.php:397
        public hasScope($name)
        {@inheritdoc}
        
        Inherited from Drupal\Component\DependencyInjection\Container
        Defined in <ROOT>/core/lib/Drupal/Component/DependencyInjection/Container.php:628
        public initialized($id)
        {@inheritdoc}
        
        Inherited from Drupal\Component\DependencyInjection\Container
        Defined in <ROOT>/core/lib/Drupal/Component/DependencyInjection/Container.php:415
        public isScopeActive($name)
        {@inheritdoc}
        
        Inherited from Drupal\Component\DependencyInjection\Container
        Defined in <ROOT>/core/lib/Drupal/Component/DependencyInjection/Container.php:639
        public leaveScope($name)
        {@inheritdoc}
        
        Inherited from Drupal\Component\DependencyInjection\Container
        Defined in <ROOT>/core/lib/Drupal/Component/DependencyInjection/Container.php:605
        public reset()
        {@inheritdoc}
        
        Inherited from Drupal\Component\DependencyInjection\Container
        Defined in <ROOT>/core/lib/Drupal/Component/DependencyInjection/Container.php:198
        public set($id, $service, $scope = container)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/Container.php:16
        public setParameter($name, $value)
        {@inheritdoc}
        
        Inherited from Drupal\Component\DependencyInjection\Container
        Defined in <ROOT>/core/lib/Drupal/Component/DependencyInjection/Container.php:404
        protected createService(array $definition, $id) -> object
        Creates a service from a service definition.
        
        @param array $definition
        The service definition to create a service from.
        @param string $id
        The service identifier, necessary so it can be shared if its public.
        
        @return object
        The service described by the service definition.
        
        @throws \Symfony\Component\DependencyInjection\Exception\RuntimeException
        Thrown when the service is a synthetic service.
        @throws \Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
        Thrown when the configurator callable in $definition['configurator'] is
        not actually a callable.
        @throws \ReflectionException
        Thrown when the service class takes more than 10 parameters to construct,
        and cannot be instantiated.
        
        Inherited from Drupal\Component\DependencyInjection\Container
        Defined in <ROOT>/core/lib/Drupal/Component/DependencyInjection/Container.php:226
        protected getAlternatives($search_key, array $keys) -> string[]
        Provides alternatives for a given array and key.
        
        @param string $search_key
        The search key to get alternatives for.
        @param array $keys
        The search space to search for alternatives in.
        
        @return string[]
        An array of strings with suitable alternatives.
        
        Inherited from Drupal\Component\DependencyInjection\Container
        Defined in <ROOT>/core/lib/Drupal/Component/DependencyInjection/Container.php:551
        protected getParameterAlternatives($name) -> string[]
        Provides alternatives in case a parameter was not found.
        
        @param string $name
        The parameter to get alternatives for.
        
        @return string[]
        An array of strings with suitable alternatives.
        
        Inherited from Drupal\Component\DependencyInjection\Container
        Defined in <ROOT>/core/lib/Drupal/Component/DependencyInjection/Container.php:586
        protected getServiceAlternatives($id) -> string[]
        Provides alternatives in case a service was not found.
        
        @param string $id
        The service to get alternatives for.
        
        @return string[]
        An array of strings with suitable alternatives.
        
        Inherited from Drupal\Component\DependencyInjection\Container
        Defined in <ROOT>/core/lib/Drupal/Component/DependencyInjection/Container.php:572
        protected resolveServicesAndParameters($arguments) -> array
        Resolves arguments that represent services or variables to the real values.
        
        @param array|\stdClass $arguments
        The arguments to resolve.
        
        @return array
        The resolved arguments.
        
        @throws \Symfony\Component\DependencyInjection\Exception\RuntimeException
        If a parameter/service could not be resolved.
        @throws \Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
        If an unknown type is met while resolving parameters and services.
        
        Inherited from Drupal\Component\DependencyInjection\Container
        Defined in <ROOT>/core/lib/Drupal/Component/DependencyInjection/Container.php:437
        private __clone()
        Ensure that cloning doesn't work.
        
        Inherited from Drupal\Component\DependencyInjection\Container
        Defined in <ROOT>/core/lib/Drupal/Component/DependencyInjection/Container.php:658
      public _serviceId -> string(14) "entity.manager"
    • public clearCachedBundles()
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:225
      public clearCachedDefinitions()
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:29
      public clearCachedFieldDefinitions()
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:216
      public clearDisplayModeInfo()
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:349
      public createHandlerInstance($class, Drupal\Core\Entity\EntityTypeInterface $definition = NULL)
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:126
      public createInstance($plugin_id, array $configuration = array())
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:502
      public getAccessControlHandler($entity_type)
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:108
      public getAllBundleInfo()
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:243
      public getAllFormModes()
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:295
      public getAllViewModes()
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:277
      public getBaseFieldDefinitions($entity_type_id)
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:135
      public getBundleInfo($entity_type)
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:234
      public getDefinition($entity_type_id, $exception_on_invalid = true)
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:45
      public getDefinitions()
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:484
      public getEntityTypeFromClass($class_name)
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:376
      public getEntityTypeLabels($group = false)
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:259
      public getExtraFields($entity_type_id, $bundle)
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:250
      public getFieldDefinitions($entity_type_id, $bundle)
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:144
      public getFieldMap()
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:171
      public getFieldMapByFieldType($field_type)
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:180
      public getFieldStorageDefinitions($entity_type_id)
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:153
      public getFormModeOptions($entity_type_id)
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:322
      public getFormModeOptionsByBundle($entity_type_id, $bundle)
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:340
      public getFormModes($entity_type_id)
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:304
      public getFormObject($entity_type, $operation)
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:81
      public getHandler($entity_type, $handler_type)
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:117
      public getInstance(array $options)
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:511
      public getLastInstalledDefinition($entity_type_id)
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:455
      public getLastInstalledFieldStorageDefinitions($entity_type_id)
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:475
      public getListBuilder($entity_type)
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:72
      public getRouteProviders($entity_type)
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:90
      public getStorage($entity_type)
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:63
      public getTranslationFromContext(Drupal\Core\Entity\EntityInterface $entity, $langcode = NULL, $context = array())
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:268
      public getViewBuilder($entity_type)
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:99
      public getViewModeOptions($entity_type_id)
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:313
      public getViewModeOptionsByBundle($entity_type_id, $bundle)
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:331
      public getViewModes($entity_type_id)
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:286
      public hasDefinition($plugin_id)
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:493
      public hasHandler($entity_type, $handler_type)
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:54
      public loadEntityByConfigTarget($entity_type_id, $target)
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:367
      public loadEntityByUuid($entity_type_id, $uuid)
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:358
      public onBundleCreate($bundle, $entity_type_id)
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:437
      public onBundleDelete($bundle, $entity_type_id)
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:446
      public onEntityTypeCreate(Drupal\Core\Entity\EntityTypeInterface $entity_type)
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:383
      public onEntityTypeDelete(Drupal\Core\Entity\EntityTypeInterface $entity_type)
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:401
      public onEntityTypeUpdate(Drupal\Core\Entity\EntityTypeInterface $entity_type, Drupal\Core\Entity\EntityTypeInterface $original)
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:392
      public onFieldDefinitionCreate(Drupal\Core\Field\FieldDefinitionInterface $field_definition)
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:189
      public onFieldDefinitionDelete(Drupal\Core\Field\FieldDefinitionInterface $field_definition)
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:207
      public onFieldDefinitionUpdate(Drupal\Core\Field\FieldDefinitionInterface $field_definition, Drupal\Core\Field\FieldDefinitionInterface $original)
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:198
      public onFieldStorageDefinitionCreate(Drupal\Core\Field\FieldStorageDefinitionInterface $storage_definition)
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:410
      public onFieldStorageDefinitionDelete(Drupal\Core\Field\FieldStorageDefinitionInterface $storage_definition)
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:428
      public onFieldStorageDefinitionUpdate(Drupal\Core\Field\FieldStorageDefinitionInterface $storage_definition, Drupal\Core\Field\FieldStorageDefinitionInterface $original)
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:419
      public setContainer(Symfony\Component\DependencyInjection\ContainerInterface $container = NULL)
      Sets the container.
      
      @param ContainerInterface|null $container A ContainerInterface instance or null
      
      Defined in .../vendor/symfony/dependency-injection/ContainerAwareTrait.php:31
      public setFieldMap(array $field_map)
      {@inheritdoc}
      
      @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:162
      public useCaches($use_caches = false)
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityManager.php:462
    protected cacheBin -> string(6) "render"
    protected languageManager -> Drupal\Core\Language\LanguageManager(4)
    • contents
    • Available methods (22)
    • protected languages -> array(1)
      'en' => array(1)
      *DEPTH TOO GREAT*
      protected defaultLanguage -> Drupal\Core\Language\LanguageDefault(2)
      • contents
      • Available methods (3)
      • protected language -> Drupal\Core\Language\Language(5)
        *DEPTH TOO GREAT*
        public _serviceId -> string(16) "language.default"
      • public __construct(array $values)
        Constructs the default language object.
        
        @param array $values
        The properties used to construct the default language.
        
        Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageDefault.php:30
        public get() -> \Drupal\Core\Language\LanguageInterface
        Gets the default language.
        
        @return \Drupal\Core\Language\LanguageInterface
        The default language.
        
        Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageDefault.php:40
        public set(Drupal\Core\Language\LanguageInterface $language)
        Sets the default language.
        
        @param \Drupal\Core\Language\LanguageInterface $language
        The default language.
        
        Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageDefault.php:50
      protected _serviceIds -> array(0)
      public _serviceId -> string(16) "language_manager"
    • public static getStandardLanguageList()
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:224
      public static getUnitedNationsLanguageList() -> array
      The 6 official languages used at the United Nations.
      
      This list is based on
      http://www.un.org/en/sections/about-un/official-languages/index.html and it
      uses the same format as getStandardLanguageList().
      
      @return array
      An array with language codes as keys, and English and native language
      names as values.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:342
      public __construct(Drupal\Core\Language\LanguageDefault $default_language)
      Constructs the language manager.
      
      @param \Drupal\Core\Language\LanguageDefault $default_language
      The default language.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:41
      public __sleep()
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:22
      public __wakeup()
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:46
      public getConfigOverrideLanguage()
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:369
      public getCurrentLanguage($type = language_interface)
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:102
      public getDefaultLanguage()
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:116
      public getDefaultLockedLanguages($weight = 0)
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:174
      public getDefinedLanguageTypesInfo() -> array
      Returns information about all defined language types.
      
      Defines the three core language types:
      - Interface language is the only configurable language type in core. It is
      used by t() as the default language if none is specified.
      - Content language is by default non-configurable and inherits the
      interface language negotiated value. It is used by the Field API to
      determine the display language for fields if no explicit value is
      specified.
      - URL language is by default non-configurable and is determined through the
      URL language negotiation method or the URL fallback language negotiation
      method if no language can be detected. It is used by l() as the default
      language if none is specified.
      
      @return array
      An associative array of language type information arrays keyed by
      language type machine name, in the format of
      hook_language_types_info().
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:79
      public getFallbackCandidates(array $context = array())
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:210
      public getLanguage($langcode)
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:150
      public getLanguageName($langcode)
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:158
      public getLanguageSwitchLinks($type, Drupal\Core\Url $url)
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:217
      public getLanguageTypes()
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:55
      public getLanguages($flags = 1)
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:123
      public getNativeLanguages()
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:142
      public isLanguageLocked($langcode)
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:202
      public isMultilingual()
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:48
      public reset($type = NULL)
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:109
      public setConfigOverrideLanguage(Drupal\Core\Language\LanguageInterface $language = NULL)
      {@inheritdoc}
      
      This function is a noop since the configuration cannot be overridden by
      language unless the Language module is enabled. That replaces the default
      language manager with a configurable language manager.
      
      @see \Drupal\language\ConfigurableLanguageManager::setConfigOverrideLanguage()
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:362
      protected filterLanguages(array $languages, $flags = 1) -> \Drupal\Core\Language\LanguageInterface[]
      Filters the full list of languages based on the value of the flag.
      
      The locked languages are removed by default.
      
      @param \Drupal\Core\Language\LanguageInterface[] $languages
      Array with languages to be filtered.
      @param int $flags
      (optional) Specifies the state of the languages that have to be returned.
      It can be: LanguageInterface::STATE_CONFIGURABLE,
      LanguageInterface::STATE_LOCKED, or LanguageInterface::STATE_ALL.
      
      @return \Drupal\Core\Language\LanguageInterface[]
      An associative array of languages, keyed by the language code.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Language/LanguageManager.php:388
    protected themeRegistry -> Drupal\Core\Theme\Registry(13)
    • contents
    • Available methods (15)
    • protected theme -> Drupal\Core\Theme\ActiveTheme(11)
      • contents
      • Available methods (12)
      • protected name -> string(10) "mindlabhub"
        protected path -> string(31) "sites/default/themes/mindlabhub"
        • Directory (4.00K)
        • drwxr-xr-x
        protected engine -> string(4) "twig"
        protected owner -> string(36) "core/themes/engines/twig/twig.engine"
        • File (5.25K)
        • -rwxr-xr-x
        protected baseThemes -> array(1)
        *DEPTH TOO GREAT*
        protected extension -> Drupal\Core\Extension\Extension(18)
        *DEPTH TOO GREAT*
        protected styleSheetsRemove -> array(0)
        protected libraries -> array(5)
        *DEPTH TOO GREAT*
        protected regions -> array(12)
        *DEPTH TOO GREAT*
        protected librariesOverride -> array(1)
        *DEPTH TOO GREAT*
        public librariesExtend -> array(8)
        *DEPTH TOO GREAT*
      • public __construct(array $values)
        Constructs an ActiveTheme object.
        
        @param array $values
        The properties of the object, keyed by the names.
        
        Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:91
        public getBaseThemes() -> static[]
        Returns an array of base theme active theme objects keyed by name.
        
        The order starts with the base theme of $this and ends with the root of
        the dependency chain.
        
        @return static[]
        
        Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:193
        public getEngine() -> string
        Returns the theme engine.
        
        @return string
        
        Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:141
        public getExtension() -> \Drupal\Core\Extension\Extension
        Returns the extension object.
        
        @return \Drupal\Core\Extension\Extension
        
        Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:161
        public getLibraries() -> mixed
        Returns the libraries provided by the theme.
        
        @return mixed
        
        Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:170
        public getLibrariesExtend() -> array
        Returns the libraries extended by the active theme.
        
        @return array
        The list of libraries-extend definitions.
        
        Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:225
        public getLibrariesOverride() -> array
        Returns the libraries or library assets overridden by the active theme.
        
        @return array
        The list of libraries overrides.
        
        Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:215
        public getName() -> string
        Returns the machine name of the theme.
        
        @return string
        
        Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:123
        public getOwner() -> mixed
        Returns the path to the theme engine for root themes.
        
        @see \Drupal\Core\Extension\ThemeHandler::rebuildThemeData
        
        @return mixed
        
        Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:152
        public getPath() -> string
        Returns the path to the theme directory.
        
        @return string
        
        Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:132
        public getRegions() -> string[]
        The regions used by the theme.
        
        @return string[]
        The list of region machine names supported by the theme.
        
        @see system_region_list()
        
        Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:205
        public getStyleSheetsRemove() -> mixed
        Returns the removed stylesheets by the theme.
        
        @return mixed
        
        @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
        
        Defined in <ROOT>/core/lib/Drupal/Core/Theme/ActiveTheme.php:181
      protected lock -> Drupal\Core\ProxyClass\Lock\DatabaseLockBackend(5)
      • contents
      • Available methods (11)
      • protected drupalProxyOriginalServiceId -> string(34) "drupal.proxy_original_service.lock"
        protected service -> NULL
        protected container -> Drupal\Core\DependencyInjection\Container(7)
        *DEPTH TOO GREAT*
        protected _serviceIds -> array(0)
        public _serviceId -> string(4) "lock"
      • public __construct(Symfony\Component\DependencyInjection\ContainerInterface $container, $drupal_proxy_original_service_id)
        Constructs a ProxyClass Drupal proxy object.
        
        @param \Symfony\Component\DependencyInjection\ContainerInterface $container
        The container.
        @param string $drupal_proxy_original_service_id
        The service ID of the original service.
        
        Defined in <ROOT>/core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php:49
        public __sleep()
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:22
        public __wakeup()
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:46
        public acquire($name, $timeout = 30)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php:73
        public getLockId()
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php:121
        public lockMayBeAvailable($name)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php:81
        public release($name)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php:89
        public releaseAll($lock_id = NULL)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php:97
        public schemaDefinition()
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php:105
        public wait($name, $delay = 30)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php:113
        protected lazyLoadItself() -> object
        Lazy loads the real service from the container.
        
        @return object
        Returns the constructed real service.
        
        Defined in <ROOT>/core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php:61
      protected registry -> array(0)
      protected cache -> Drupal\Core\Cache\DatabaseBackend(4)
      • contents
      • Static class properties (1)
      • Available methods (19)
      • protected bin -> string(13) "cache_default"
        protected connection -> Drupal\Core\Database\Driver\mysql\Connection(18)
        *DEPTH TOO GREAT*
        protected checksumProvider -> Drupal\Core\Cache\DatabaseCacheTagsChecksum(4)
        *DEPTH TOO GREAT*
        public _serviceId -> string(13) "cache.default"
      • constant CACHE_PERMANENT :: integer-1
      • public __construct(Drupal\Core\Database\Connection $connection, Drupal\Core\Cache\CacheTagsChecksumInterface $checksum_provider, $bin)
        Constructs a DatabaseBackend object.
        
        @param \Drupal\Core\Database\Connection $connection
        The database connection.
        @param \Drupal\Core\Cache\CacheTagsChecksumInterface $checksum_provider
        The cache tags checksum provider.
        @param string $bin
        The cache bin for which the object is created.
        
        Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:49
        public delete($cid)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:240
        public deleteAll()
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:270
        public deleteMultiple(array $cids)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:247
        public garbageCollection()
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:327
        public get($cid, $allow_invalid = false)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:61
        public getMultiple(&$cids, $allow_invalid = false)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:70
        public invalidate($cid)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:287
        public invalidateAll()
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:313
        public invalidateMultiple(array $cids)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:294
        public removeBin()
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:344
        public schemaDefinition()
        Defines the schema for the {cache_*} bin tables.
        
        Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:421
        public set($cid, $data, $expire = -1, array $tags = array())
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:147
        public setMultiple(array $items)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:160
        protected catchException(Exception $e, $table_name = NULL)
        Act on an exception when cache might be stale.
        
        If the table does not yet exist, that's fine, but if the table exists and
        yet the query failed, then the cache is stale and the exception needs to
        propagate.
        
        @param $e
        The exception.
        @param string|null $table_name
        The table name. Defaults to $this->bin.
        
        @throws \Exception
        
        Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:388
        protected doSetMultiple(array $items)
        Stores multiple items in the persistent cache.
        
        @param array $items
        An array of cache items, keyed by cid.
        
        @see \Drupal\Core\Cache\CacheBackendInterface::setMultiple()
        
        Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:188
        protected ensureBinExists()
        Check if the cache bin exists and create it if not.
        
        Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:356
        protected normalizeCid($cid) -> string
        Normalizes a cache ID in order to comply with database limitations.
        
        @param string $cid
        The passed in cache ID.
        
        @return string
        An ASCII-encoded cache ID that is at most 255 characters long.
        
        Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:403
        protected prepareItem($cache, $allow_invalid) -> mixed|false
        Prepares a cached item.
        
        Checks that items are either permanent or did not expire, and unserializes
        data as appropriate.
        
        @param object $cache
        An item loaded from cache_get() or cache_get_multiple().
        @param bool $allow_invalid
        If FALSE, the method returns FALSE if the cache item is not valid.
        
        @return mixed|false
        The item with data unserialized as appropriate and a property indicating
        whether the item is valid, or FALSE if there is no valid item to load.
        
        Defined in <ROOT>/core/lib/Drupal/Core/Cache/DatabaseBackend.php:117
      protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
      • contents
      • Available methods (30)
      • protected loadedFiles -> array(96)
        *DEPTH TOO GREAT*
        protected moduleList -> array(96)
        *DEPTH TOO GREAT*
        protected loaded -> boolTRUE
        protected implementations -> array(438)
        *DEPTH TOO GREAT*
        protected verified -> array(8)
        *DEPTH TOO GREAT*
        protected hookInfo -> NULL
        protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
        *DEPTH TOO GREAT*
        protected cacheNeedsWriting -> boolFALSE
        protected alterFunctions -> array(3)
        *DEPTH TOO GREAT*
        protected root -> string(17) "/var/www/html/web"
        • Directory (4.00K)
        • drwxr-xr-x
        protected includeFileKeys -> array(0)
        public _serviceId -> string(14) "module_handler"
      • public static parseDependency($dependency) -> * An associative array with three keys:
        Parses a dependency for comparison by drupal_check_incompatibility().
        
        @param $dependency
        A dependency string, which specifies a module dependency, and optionally
        the project it comes from and versions that are supported. Supported
        formats include:
        - 'module'
        - 'project:module'
        - 'project:module (>=version, version)'
        
        @return
        An associative array with three keys:
        - 'name' includes the name of the thing to depend on (e.g. 'foo').
        - 'original_version' contains the original version string (which can be
        used in the UI for reporting incompatibilities).
        - 'versions' is a list of associative arrays, each containing the keys
        'op' and 'version'. 'op' can be one of: '=', '==', '!=', '<>', '<',
        '<=', '>', or '>='. 'version' is one piece like '4.5-beta3'.
        Callers should pass this structure to drupal_check_incompatibility().
        
        @see drupal_check_incompatibility()
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:660
        public __construct($root, array $module_list = array(), Drupal\Core\Cache\CacheBackendInterface $cache_backend)
        Constructs a ModuleHandler object.
        
        @param string $root
        The app root.
        @param array $module_list
        An associative array whose keys are the names of installed modules and
        whose values are Extension class parameters. This is normally the
        %container.modules% parameter being set up by DrupalKernel.
        @param \Drupal\Core\Cache\CacheBackendInterface $cache_backend
        Cache backend for storing module hook implementation information.
        
        @see \Drupal\Core\DrupalKernel
        @see \Drupal\Core\CoreServiceProvider
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:109
        public addModule($name, $path)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:191
        public addProfile($name, $path)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:198
        public alter($type, &$data, &$context1 = NULL, &$context2 = NULL)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:417
        public buildModuleDependencies(array $modules)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:222
        public getHookInfo()
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:289
        public getImplementations($hook)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:326
        public getModule($name)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:171
        public getModuleDirectories()
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:708
        public getModuleList()
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:164
        public getName($module)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:719
        public implementsHook($module, $hook)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:366
        public invoke($module, $hook, array $args = array())
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:386
        public invokeAll($hook, array $args = array())
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:397
        public isLoaded()
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:157
        public load($name)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:121
        public loadAll()
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:137
        public loadAllIncludes($type, $name = NULL)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:252
        public loadInclude($module, $type, $name = NULL)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:261
        public moduleExists($module)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:245
        public reload()
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:149
        public resetImplementations()
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:344
        public setModuleList(array $module_list = array())
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:181
        public writeCache()
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:334
        protected add($type, $name, $path)
        Adds a module or profile to the list of currently active modules.
        
        @param string $type
        The extension type; either 'module' or 'profile'.
        @param string $name
        The module name; e.g., 'node'.
        @param string $path
        The module path; e.g., 'core/modules/node'.
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:212
        protected buildHookInfo()
        Builds hook_hook_info() information.
        
        @see \Drupal\Core\Extension\ModuleHandler::getHookInfo()
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:307
        protected buildImplementationInfo($hook) -> mixed[]
        Builds hook implementation information for a given hook name.
        
        @param string $hook
        The name of the hook (e.g. "help" or "menu").
        
        @return mixed[]
        An array whose keys are the names of the modules which are implementing
        this hook and whose values are either a string identifying a file in
        which the implementation is to be found, or FALSE, if the implementation
        is in the module file.
        
        @throws \RuntimeException
        Exception thrown when an invalid implementation is added by
        hook_module_implements_alter().
        
        @see \Drupal\Core\Extension\ModuleHandler::getImplementationInfo()
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:563
        protected getImplementationInfo($hook) -> mixed[]
        Provides information about modules' implementations of a hook.
        
        @param string $hook
        The name of the hook (e.g. "help" or "menu").
        
        @return mixed[]
        An array whose keys are the names of the modules which are implementing
        this hook and whose values are either a string identifying a file in
        which the implementation is to be found, or FALSE, if the implementation
        is in the module file.
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:517
        protected verifyImplementations(&$implementations, $hook) -> bool
        Verifies an array of implementations loaded from the cache, by including
        the lazy-loaded $module.$group.inc, and checking function_exists().
        
        @param string[] $implementations
        Implementation "group" by module name.
        @param string $hook
        The hook name.
        
        @return bool
        TRUE, if all implementations exist.
        FALSE, if one or more implementations don't exist and need to be removed
        from the cache.
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:612
      protected runtimeRegistry -> array(1)
      'mindlabhub' => Drupal\Core\Utility\ThemeRegistry(12)
      *DEPTH TOO GREAT*
      protected initialized -> boolFALSE
      protected themeName -> NULL
      protected root -> string(17) "/var/www/html/web"
      • Directory (4.00K)
      • drwxr-xr-x
      protected themeHandler -> Drupal\Core\Extension\ThemeHandler(14)
      • contents
      • Available methods (20)
      • protected defaultFeatures -> array(5)
        *DEPTH TOO GREAT*
        protected list -> array(6)
        *DEPTH TOO GREAT*
        protected configFactory -> Drupal\Core\Config\ConfigFactory(6)
        *DEPTH TOO GREAT*
        protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
        *DEPTH TOO GREAT*
        protected state -> Drupal\Core\State\State(3)
        *DEPTH TOO GREAT*
        protected configInstaller -> NULL
        protected infoParser -> Drupal\Core\Extension\InfoParser(1)
        *DEPTH TOO GREAT*
        protected logger -> NULL
        protected routeBuilder -> NULL
        protected extensionDiscovery -> NULL
        protected cssCollectionOptimizer -> NULL
        protected configManager -> NULL
        protected root -> string(17) "/var/www/html/web"
        • Directory (4.00K)
        • drwxr-xr-x
        public _serviceId -> string(13) "theme_handler"
      • public __construct($root, Drupal\Core\Config\ConfigFactoryInterface $config_factory, Drupal\Core\Extension\ModuleHandlerInterface $module_handler, Drupal\Core\State\StateInterface $state, Drupal\Core\Extension\InfoParserInterface $info_parser, Drupal\Core\Extension\ExtensionDiscovery $extension_discovery = NULL)
        Constructs a new ThemeHandler.
        
        @param string $root
        The app root.
        @param \Drupal\Core\Config\ConfigFactoryInterface $config_factory
        The config factory to get the installed themes.
        @param \Drupal\Core\Extension\ModuleHandlerInterface $module_handler
        The module handler to fire themes_installed/themes_uninstalled hooks.
        @param \Drupal\Core\State\StateInterface $state
        The state store.
        @param \Drupal\Core\Extension\InfoParserInterface $info_parser
        The info parser to parse the theme.info.yml files.
        @param \Drupal\Core\Extension\ExtensionDiscovery $extension_discovery
        (optional) A extension discovery instance (for unit tests).
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:128
        public addTheme(Drupal\Core\Extension\Extension $theme)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:200
        public getBaseThemes(array $themes, $theme)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:367
        public getDefault()
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:140
        public getName($theme)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:431
        public getTheme($name)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:478
        public getThemeDirectories()
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:459
        public hasUi($name)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:489
        public install(array $theme_list, $install_dependencies = true)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:161
        public listInfo()
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:179
        public rebuildThemeData()
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:245
        public refreshInfo()
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:218
        public reset()
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:237
        public setDefault($name)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:147
        public themeExists($theme)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:470
        public uninstall(array $theme_list)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:170
        protected doGetBaseThemes(array $themes, $theme, $used_themes = array()) -> array
        Finds the base themes for the specific theme.
        
        @param array $themes
        An array of available themes.
        @param string $theme
        The name of the theme whose base we are looking for.
        @param array $used_themes
        (optional) A recursion parameter preventing endless loops. Defaults to
        an empty array.
        
        @return array
        An array of base themes.
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:385
        protected getExtensionDiscovery() -> \Drupal\Core\Extension\ExtensionDiscovery
        Returns an extension discovery object.
        
        @return \Drupal\Core\Extension\ExtensionDiscovery
        The extension discovery object.
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:421
        protected systemListReset()
        Wraps system_list_reset().
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:442
        protected systemThemeList() -> array
        Wraps system_list().
        
        @return array
        A list of themes keyed by name.
        
        Defined in <ROOT>/core/lib/Drupal/Core/Extension/ThemeHandler.php:452
      protected themeManager -> Drupal\Core\Theme\ThemeManager(7)
      • contents
      • Available methods (10)
      • protected themeNegotiator -> Drupal\Core\Theme\ThemeNegotiator(4)
        *DEPTH TOO GREAT*
        protected themeRegistry -> Drupal\Core\Theme\Registry(13) *RECURSION*
        protected activeTheme -> Drupal\Core\Theme\ActiveTheme(11)
        *DEPTH TOO GREAT*
        protected themeInitialization -> Drupal\Core\Theme\ThemeInitialization(6)
        *DEPTH TOO GREAT*
        protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
        *DEPTH TOO GREAT*
        protected root -> string(17) "/var/www/html/web"
        • Directory (4.00K)
        • drwxr-xr-x
        public _serviceId -> string(13) "theme.manager"
      • public __construct($root, Drupal\Core\Theme\ThemeNegotiatorInterface $theme_negotiator, Drupal\Core\Theme\ThemeInitializationInterface $theme_initialization, Drupal\Core\Extension\ModuleHandlerInterface $module_handler)
        Constructs a new ThemeManager object.
        
        @param string $root
        The app root.
        @param \Drupal\Core\Theme\ThemeNegotiatorInterface $theme_negotiator
        The theme negotiator.
        @param \Drupal\Core\Theme\ThemeInitializationInterface $theme_initialization
        The theme initialization.
        @param \Drupal\Core\Extension\ModuleHandlerInterface $module_handler
        The module handler.
        
        Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeManager.php:71
        public alter($type, &$data, &$context1 = NULL, &$context2 = NULL)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeManager.php:460
        public alterForTheme(Drupal\Core\Theme\ActiveTheme $theme, $type, &$data, &$context1 = NULL, &$context2 = NULL)
        {@inheritdoc}
        
        @todo Should we cache some of these information?
        
        Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeManager.php:414
        public getActiveTheme(Drupal\Core\Routing\RouteMatchInterface $route_match = NULL)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeManager.php:94
        public hasActiveTheme()
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeManager.php:104
        public render($hook, array $variables)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeManager.php:130
        public resetActiveTheme()
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeManager.php:111
        public setActiveTheme(Drupal\Core\Theme\ActiveTheme $active_theme)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeManager.php:119
        public setThemeRegistry(Drupal\Core\Theme\Registry $theme_registry) -> $this
        Sets the theme registry.
        
        @param \Drupal\Core\Theme\Registry $theme_registry
        The theme registry.
        
        @return $this
        
        Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeManager.php:86
        protected initTheme(Drupal\Core\Routing\RouteMatchInterface $route_match = NULL)
        Initializes the active theme for a given route match.
        
        @param \Drupal\Core\Routing\RouteMatchInterface $route_match
        The current route match.
        
        Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeManager.php:396
      public themeInitialization -> Drupal\Core\Theme\ThemeInitialization(6)
      • contents
      • Available methods (8)
      • protected themeHandler -> Drupal\Core\Extension\ThemeHandler(14)
        *DEPTH TOO GREAT*
        protected cache -> Drupal\Core\Cache\ChainedFastBackend(5)
        *DEPTH TOO GREAT*
        protected root -> string(17) "/var/www/html/web"
        • Directory (4.00K)
        • drwxr-xr-x
        protected extensions -> NULL
        public moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
        *DEPTH TOO GREAT*
        public _serviceId -> string(20) "theme.initialization"
      • public __construct($root, Drupal\Core\Extension\ThemeHandlerInterface $theme_handler, Drupal\Core\Cache\CacheBackendInterface $cache, Drupal\Core\Extension\ModuleHandlerInterface $module_handler)
        Constructs a new ThemeInitialization object.
        
        @param string $root
        The app root.
        @param \Drupal\Core\Extension\ThemeHandlerInterface $theme_handler
        The theme handler.
        @param \Drupal\Core\Cache\CacheBackendInterface $cache
        The cache backend.
        @param \Drupal\Core\Extension\ModuleHandlerInterface $module_handler
        The module handler to use to load modules.
        
        Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeInitialization.php:55
        public getActiveTheme(Drupal\Core\Extension\Extension $theme, array $base_themes = array())
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeInitialization.php:163
        public getActiveThemeByName($theme_name)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeInitialization.php:75
        public initTheme($theme_name)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeInitialization.php:65
        public loadActiveTheme(Drupal\Core\Theme\ActiveTheme $active_theme)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeInitialization.php:129
        protected getExtensions() -> array
        Gets all extensions.
        
        @return array
        
        Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeInitialization.php:263
        protected prepareStylesheetsRemove(Drupal\Core\Extension\Extension $theme, $base_themes) -> string[]
        Prepares stylesheets-remove specified in the *.info.yml file.
        
        @param \Drupal\Core\Extension\Extension $theme
        The theme extension object.
        @param \Drupal\Core\Extension\Extension[] $base_themes
        An array of base themes.
        
        @return string[]
        The list of stylesheets-remove specified in the *.info.yml file.
        
        @todo Remove in Drupal 9.0.x.
        
        Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeInitialization.php:309
        protected resolveStyleSheetPlaceholders($css_file) -> string
        Gets CSS file where tokens have been resolved.
        
        @param string $css_file
        CSS file which may contain tokens.
        
        @return string
        CSS file where placeholders are replaced.
        
        @todo Remove in Drupal 9.0.x.
        
        Defined in <ROOT>/core/lib/Drupal/Core/Theme/ThemeInitialization.php:281
      public _serviceId -> string(14) "theme.registry"
    • public __construct($root, Drupal\Core\Cache\CacheBackendInterface $cache, Drupal\Core\Lock\LockBackendInterface $lock, Drupal\Core\Extension\ModuleHandlerInterface $module_handler, Drupal\Core\Extension\ThemeHandlerInterface $theme_handler, Drupal\Core\Theme\ThemeInitializationInterface $theme_initialization, $theme_name = NULL)
      Constructs a \Drupal\Core\Theme\Registry object.
      
      @param string $root
      The app root.
      @param \Drupal\Core\Cache\CacheBackendInterface $cache
      The cache backend interface to use for the complete theme registry data.
      @param \Drupal\Core\Lock\LockBackendInterface $lock
      The lock backend.
      @param \Drupal\Core\Extension\ModuleHandlerInterface $module_handler
      The module handler to use to load modules.
      @param \Drupal\Core\Extension\ThemeHandlerInterface $theme_handler
      The theme handler.
      @param \Drupal\Core\Theme\ThemeInitializationInterface $theme_initialization
      The theme initialization.
      @param string $theme_name
      (optional) The name of the theme for which to construct the registry.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Theme/Registry.php:161
      public destruct()
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Theme/Registry.php:738
      public get() -> array
      Returns the complete theme registry from cache or rebuilds it.
      
      @return array
      The complete theme registry data array.
      
      @see Registry::$registry
      
      Defined in <ROOT>/core/lib/Drupal/Core/Theme/Registry.php:213
      public getBaseHook($hook) -> string|false
      Returns the base hook for a given hook suggestion.
      
      @param string $hook
      The name of a theme hook whose base hook to find.
      
      @return string|false
      The name of the base hook or FALSE.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Theme/Registry.php:263
      public getPrefixGroupedUserFunctions() -> array
      Gets all user functions grouped by the word before the first underscore.
      
      @return array
      Functions grouped by the first prefix.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Theme/Registry.php:750
      public getRuntime() -> \Drupal\Core\Utility\ThemeRegistry
      Returns the incomplete, runtime theme registry.
      
      @return \Drupal\Core\Utility\ThemeRegistry
      A shared instance of the ThemeRegistry class, provides an ArrayObject
      that allows it to be accessed with array syntax and isset(), and is more
      lightweight than the full registry.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Theme/Registry.php:239
      public reset()
      Invalidates theme registry caches.
      
      To be called when the list of enabled extensions is changed.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Theme/Registry.php:723
      public setThemeManager(Drupal\Core\Theme\ThemeManagerInterface $theme_manager)
      Sets the theme manager.
      
      @param \Drupal\Core\Theme\ThemeManagerInterface $theme_manager
      The theme manager.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Theme/Registry.php:177
      protected build() -> \Drupal\Core\Utility\ThemeRegistry
      Builds the theme registry cache.
      
      Theme hook definitions are collected in the following order:
      - Modules
      - Base theme engines
      - Base themes
      - Theme engine
      - Theme
      
      All theme hook definitions are essentially just collated and merged in the
      above order. However, various extension-specific default values and
      customizations are required; e.g., to record the effective file path for
      theme template. Therefore, this method first collects all extensions per
      type, and then dispatches the processing for each extension to
      processExtension().
      
      After completing the collection, modules are allowed to alter it. Lastly,
      any derived and incomplete theme hook definitions that are hook suggestions
      for base hooks (e.g., 'block__node' for the base hook 'block') need to be
      determined based on the full registry and classified as 'base hook'.
      
      See the @link themeable Default theme implementations topic @endlink for
      details.
      
      @return \Drupal\Core\Utility\ThemeRegistry
      The build theme registry.
      
      @see hook_theme_registry_alter()
      
      Defined in <ROOT>/core/lib/Drupal/Core/Theme/Registry.php:312
      protected completeSuggestion($hook, array &$cache)
      Completes the definition of the requested suggestion hook.
      
      @param string $hook
      The name of the suggestion hook to complete.
      @param array $cache
      The theme registry, as documented in
      \Drupal\Core\Theme\Registry::processExtension().
      
      Defined in <ROOT>/core/lib/Drupal/Core/Theme/Registry.php:596
      protected getPath($module) -> string
      Wraps drupal_get_path().
      
      @param string $module
      The name of the item for which the path is requested.
      
      @return string
      
      Defined in <ROOT>/core/lib/Drupal/Core/Theme/Registry.php:771
      protected init($theme_name = NULL)
      Initializes a theme with a certain name.
      
      This function does to much magic, so it should be replaced by another
      services which holds the current active theme information.
      
      @param string $theme_name
      (optional) The name of the theme for which to construct the registry.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Theme/Registry.php:190
      protected postProcessExtension(array &$cache, Drupal\Core\Theme\ActiveTheme $theme)
      Completes the theme registry adding discovered functions and hooks.
      
      @param array $cache
      The theme registry as documented in
      \Drupal\Core\Theme\Registry::processExtension().
      @param \Drupal\Core\Theme\ActiveTheme $theme
      Current active theme.
      
      @see ::processExtension()
      
      Defined in <ROOT>/core/lib/Drupal/Core/Theme/Registry.php:635
      protected processExtension(array &$cache, $name, $type, $theme, $path)
      Process a single implementation of hook_theme().
      
      @param array $cache
      The theme registry that will eventually be cached; It is an associative
      array keyed by theme hooks, whose values are associative arrays
      describing the hook:
      - 'type': The passed-in $type.
      - 'theme path': The passed-in $path.
      - 'function': The name of the function generating output for this theme
      hook. Either defined explicitly in hook_theme() or, if neither
      'function' nor 'template' is defined, then the default theme function
      name is used. The default theme function name is the theme hook
      prefixed by either 'theme_' for modules or '$name_' for everything
      else. If 'function' is defined, 'template' is not used.
      - 'template': The filename of the template generating output for this
      theme hook. The template is in the directory defined by the 'path' key
      of hook_theme() or defaults to "$path/templates".
      - 'variables': The variables for this theme hook as defined in
      hook_theme(). If there is more than one implementation and 'variables'
      is not specified in a later one, then the previous definition is kept.
      - 'render element': The renderable element for this theme hook as defined
      in hook_theme(). If there is more than one implementation and
      'render element' is not specified in a later one, then the previous
      definition is kept.
      - See the @link themeable Theme system overview topic @endlink for
      detailed documentation.
      @param string $name
      The name of the module, theme engine, base theme engine, theme or base
      theme implementing hook_theme().
      @param string $type
      One of 'module', 'theme_engine', 'base_theme_engine', 'theme', or
      'base_theme'. Unlike regular hooks that can only be implemented by
      modules, each of these can implement hook_theme(). This function is
      called in aforementioned order and new entries override older ones. For
      example, if a theme hook is both defined by a module and a theme, then
      the definition in the theme will be used.
      @param string $theme
      The actual name of theme, module, etc. that is being processed.
      @param string $path
      The directory where $name is. For example, modules/system or
      themes/bartik.
      
      @see \Drupal\Core\Theme\ThemeManagerInterface::render()
      @see hook_theme()
      @see \Drupal\Core\Extension\ThemeHandler::listInfo()
      @see twig_render_template()
      
      @throws \BadFunctionCallException
      
      Defined in <ROOT>/core/lib/Drupal/Core/Theme/Registry.php:420
      protected setCache()
      Persists the theme registry in the cache backend.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Theme/Registry.php:250
    protected singleFieldDisplays -> NULL
    protected moduleHandler -> Drupal\Core\Extension\ModuleHandler(12)
    • contents
    • Available methods (30)
    • protected loadedFiles -> array(96)
      'address' => boolTRUE
      'allowed_formats' => boolTRUE
      'autologout' => boolTRUE
      'automated_cron' => boolTRUE
      'block' => boolTRUE
      'block_content' => boolTRUE
      'block_visibility_groups' => boolTRUE
      'breakpoint' => boolTRUE
      'captcha' => boolTRUE
      'ckeditor' => boolTRUE
      'color' => boolTRUE
      'config' => boolTRUE
      'contact' => boolTRUE
      'contact_block' => boolTRUE
      'contextual' => boolTRUE
      'csv_serialization' => boolTRUE
      'ctools' => boolTRUE
      'custom' => boolTRUE
      'custom_administer_content' => boolTRUE
      'custom_cancel_methods' => boolTRUE
      'custom_favourite' => boolTRUE
      'custom_feature_polls' => boolTRUE
      'custom_featured' => boolTRUE
      'custom_follow' => boolTRUE
      'custom_mail' => boolTRUE
      'custom_menu' => boolTRUE
      'custom_more' => boolTRUE
      'custom_password_policy' => boolTRUE
      'custom_reactions' => boolTRUE
      'custom_user_login' => boolTRUE
      'custom_user_onboarding' => boolTRUE
      'custom_user_register' => boolTRUE
      'custom_username_policy' => boolTRUE
      'custom_video' => boolTRUE
      'datetime' => boolTRUE
      'dblog' => boolTRUE
      'devel' => boolTRUE
      'dynamic_entity_reference' => boolTRUE
      'dynamic_page_cache' => boolTRUE
      'editor' => boolTRUE
      'editor_advanced_link' => boolTRUE
      'entity' => boolTRUE
      'entity_reference_revisions' => boolTRUE
      'field' => boolTRUE
      'field_ui' => boolTRUE
      'file' => boolTRUE
      'filter' => boolTRUE
      'flag' => boolTRUE
      'google_analytics' => boolTRUE
      'help' => boolTRUE
      'history' => boolTRUE
      'image' => boolTRUE
      'imagemagick' => boolTRUE
      'kint' => boolTRUE
      'link' => boolTRUE
      'login_emailusername' => boolTRUE
      'mailsystem' => boolTRUE
      'markup' => boolTRUE
      'masquerade' => boolTRUE
      'menu_ui' => boolTRUE
      'mimemail' => boolTRUE
      'node' => boolTRUE
      'options' => boolTRUE
      'page_cache' => boolTRUE
      'paragraphs' => boolTRUE
      'path' => boolTRUE
      'prepopulate' => boolTRUE
      'quickedit' => boolTRUE
      'r4032login' => boolTRUE
      'rate' => boolTRUE
      'rdf' => boolTRUE
      'recaptcha' => boolTRUE
      'rest' => boolTRUE
      'roleassign' => boolTRUE
      's3fs' => boolTRUE
      'security_review' => boolTRUE
      'serialization' => boolTRUE
      'shortcut' => boolTRUE
      'smtp' => boolTRUE
      'system' => boolTRUE
      'taxonomy' => boolTRUE
      'text' => boolTRUE
      'token' => boolTRUE
      'toolbar' => boolTRUE
      'update' => boolTRUE
      'user' => boolTRUE
      'user_registrationpassword' => boolTRUE
      'view_unpublished' => boolTRUE
      'views_ifempty' => boolTRUE
      'views_ui' => boolTRUE
      'votingapi' => boolTRUE
      'menu_admin_per_menu' => boolTRUE
      'menu_link_content' => boolTRUE
      'pathauto' => boolTRUE
      'views' => boolTRUE
      'standard' => boolTRUE
      protected moduleList -> array(96)
      'address' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'allowed_formats' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'autologout' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'automated_cron' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'block' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'block_content' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'block_visibility_groups' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'breakpoint' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'captcha' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'ckeditor' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'color' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'config' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'contact' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'contact_block' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'contextual' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'csv_serialization' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'ctools' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'custom' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'custom_administer_content' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'custom_cancel_methods' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'custom_favourite' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'custom_feature_polls' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'custom_featured' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'custom_follow' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'custom_mail' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'custom_menu' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'custom_more' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'custom_password_policy' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'custom_reactions' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'custom_user_login' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'custom_user_onboarding' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'custom_user_register' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'custom_username_policy' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'custom_video' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'datetime' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'dblog' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'devel' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'dynamic_entity_reference' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'dynamic_page_cache' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'editor' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'editor_advanced_link' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'entity' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'entity_reference_revisions' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'field' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'field_ui' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'file' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'filter' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'flag' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'google_analytics' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'help' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'history' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'image' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'imagemagick' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'kint' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'link' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'login_emailusername' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'mailsystem' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'markup' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'masquerade' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'menu_ui' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'mimemail' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'node' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'options' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'page_cache' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'paragraphs' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'path' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'prepopulate' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'quickedit' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'r4032login' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'rate' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'rdf' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'recaptcha' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'rest' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'roleassign' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      's3fs' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'security_review' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'serialization' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'shortcut' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'smtp' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'system' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'taxonomy' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'text' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'token' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'toolbar' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'update' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'user' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'user_registrationpassword' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'view_unpublished' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'views_ifempty' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'views_ui' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'votingapi' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'menu_admin_per_menu' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'menu_link_content' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'pathauto' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'views' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      'standard' => Drupal\Core\Extension\Extension(5)
      *DEPTH TOO GREAT*
      protected loaded -> boolTRUE
      protected implementations -> array(438)
      'module_implements_alter' => array(3)
      *DEPTH TOO GREAT*
      'entity_load' => array(0)
      'user_role_load' => array(0)
      'file_url_alter' => array(0)
      'date_format_load' => array(0)
      'element_info_alter' => array(2)
      *DEPTH TOO GREAT*
      'form_alter' => array(9)
      *DEPTH TOO GREAT*
      'form_user_login_form_alter' => array(2)
      *DEPTH TOO GREAT*
      'captcha_point_load' => array(0)
      'captcha_placement_map' => array(0)
      'entity_base_field_info' => array(3)
      *DEPTH TOO GREAT*
      'entity_base_field_info_alter' => array(1)
      *DEPTH TOO GREAT*
      'entity_field_storage_info' => array(1)
      *DEPTH TOO GREAT*
      'field_storage_config_load' => array(0)
      'entity_field_storage_info_alter' => array(0)
      'query_alter' => array(0)
      'query_user_access_alter' => array(0)
      'query_entity_query_alter' => array(0)
      'query_entity_query_user_alter' => array(0)
      'theme' => array(30)
      *DEPTH TOO GREAT*
      'views_plugins_pager_alter' => array(0)
      'views_plugins_exposed_form_alter' => array(0)
      'theme_registry_alter' => array(0)
      'theme_suggestions_input' => array(0)
      'theme_suggestions_alter' => array(1)
      *DEPTH TOO GREAT*
      'theme_suggestions_input_alter' => array(0)
      'template_preprocess_default_variables_alter' => array(1)
      *DEPTH TOO GREAT*
      'theme_suggestions_form_element' => array(0)
      'theme_suggestions_form_element_alter' => array(0)
      'theme_suggestions_form_element_label' => array(0)
      'theme_suggestions_form_element_label_alter' => array(0)
      'theme_suggestions_captcha' => array(0)
      'theme_suggestions_captcha_alter' => array(0)
      'theme_suggestions_container' => array(0)
      'theme_suggestions_container_alter' => array(1)
      *DEPTH TOO GREAT*
      'link_alter' => array(0)
      'theme_suggestions_form' => array(0)
      'theme_suggestions_form_alter' => array(0)
      'display_variant_plugin_alter' => array(0)
      'block_load' => array(0)
      'entity_access' => array(0)
      'block_access' => array(0)
      'condition_info_alter' => array(1)
      *DEPTH TOO GREAT*
      'query_block_content_load_multiple_alter' => array(0)
      'entity_bundle_field_info' => array(1)
      *DEPTH TOO GREAT*
      'field_config_load' => array(0)
      'entity_bundle_field_info_alter' => array(0)
      'entity_storage_load' => array(0)
      'block_content_storage_load' => array(0)
      'block_content_load' => array(0)
      'menu_load' => array(0)
      'view_load' => array(0)
      'block_alter' => array(0)
      'block_build_alter' => array(0)
      'block_build_system_menu_block_alter' => array(0)
      'block_build_system_messages_block_alter' => array(0)
      'block_build_help_block_alter' => array(0)
      'block_build_page_title_block_alter' => array(0)
      'block_view_alter' => array(1)
      *DEPTH TOO GREAT*
      'block_view_page_title_block_alter' => array(0)
      'block_build_local_actions_block_alter' => array(0)
      'block_build_local_tasks_block_alter' => array(0)
      'block_build_system_main_block_alter' => array(0)
      'block_view_system_main_block_alter' => array(1)
      *DEPTH TOO GREAT*
      'page_attachments' => array(5)
      *DEPTH TOO GREAT*
      'autologout_prevent' => array(1)
      *DEPTH TOO GREAT*
      'page_attachments_alter' => array(2)
      *DEPTH TOO GREAT*
      'page_top' => array(4)
      *DEPTH TOO GREAT*
      'page_bottom' => array(1)
      *DEPTH TOO GREAT*
      'theme_suggestions_html' => array(1)
      *DEPTH TOO GREAT*
      'theme_suggestions_html_alter' => array(0)
      'rdf_namespaces' => array(1)
      *DEPTH TOO GREAT*
      'theme_suggestions_page' => array(1)
      *DEPTH TOO GREAT*
      'theme_suggestions_page_alter' => array(0)
      'views_pre_view' => array(0)
      'views_plugins_query_alter' => array(0)
      'views_plugins_field_alter' => array(0)
      'entity_field_access' => array(0)
      'entity_field_access_alter' => array(0)
      'views_plugins_argument_alter' => array(0)
      'views_plugins_sort_alter' => array(0)
      'views_plugins_filter_alter' => array(0)
      'views_plugins_relationship_alter' => array(0)
      'views_pre_build' => array(0)
      'views_plugins_join_alter' => array(0)
      'views_query_alter' => array(3)
      *DEPTH TOO GREAT*
      'views_query_substitutions' => array(4)
      *DEPTH TOO GREAT*
      'node_type_load' => array(0)
      'views_post_build' => array(0)
      'views_pre_execute' => array(0)
      'views_plugins_cache_alter' => array(0)
      'query_views_alter' => array(1)
      *DEPTH TOO GREAT*
      'query_views_responses_page_alter' => array(0)
      'query_node_access_alter' => array(1)
      *DEPTH TOO GREAT*
      'node_grants' => array(1)
      *DEPTH TOO GREAT*
      'node_grants_alter' => array(0)
      'query_taxonomy_term_access_alter' => array(0)
      'query_term_access_alter' => array(0)
      'query_node_load_multiple_alter' => array(0)
      'base_field_override_load' => array(0)
      'node_storage_load' => array(0)
      'node_load' => array(0)
      'query_taxonomy_term_load_multiple_alter' => array(0)
      'taxonomy_term_storage_load' => array(0)
      'taxonomy_term_load' => array(0)
      'views_post_execute' => array(0)
      'entity_view_mode_alter' => array(0)
      'entity_view_mode_load' => array(0)
      'entity_view_mode_info_alter' => array(0)
      'node_build_defaults_alter' => array(0)
      'entity_build_defaults_alter' => array(1)
      *DEPTH TOO GREAT*
      'flag_load' => array(0)
      'flag_type_info_alter' => array(0)
      'views_pre_render' => array(2)
      *DEPTH TOO GREAT*
      'views_post_render' => array(0)
      'theme_suggestions_views_view' => array(0)
      'theme_suggestions_views_view_alter' => array(0)
      'theme_suggestions_views_view_unformatted' => array(0)
      'theme_suggestions_views_view_unformatted_alter' => array(0)
      'entity_extra_field_info' => array(7)
      *DEPTH TOO GREAT*
      'entity_bundle_info' => array(0)
      'block_content_type_load' => array(0)
      'contact_form_load' => array(0)
      'paragraphs_type_load' => array(0)
      'shortcut_set_load' => array(0)
      'taxonomy_vocabulary_load' => array(0)
      'vote_type_load' => array(0)
      'entity_bundle_info_alter' => array(0)
      'entity_extra_field_info_alter' => array(0)
      'field_formatter_info_alter' => array(2)
      *DEPTH TOO GREAT*
      'entity_view_display_load' => array(0)
      'entity_view_display_alter' => array(1)
      *DEPTH TOO GREAT*
      'entity_prepare_view' => array(1)
      *DEPTH TOO GREAT*
      'rdf_mapping_create' => array(0)
      'entity_create' => array(0)
      'query_file_load_multiple_alter' => array(0)
      'file_storage_load' => array(0)
      'file_load' => array(0)
      'query_user_load_multiple_alter' => array(0)
      'user_storage_load' => array(0)
      'user_load' => array(0)
      'entity_display_build_alter' => array(0)
      'node_view' => array(0)
      'entity_view' => array(2)
      *DEPTH TOO GREAT*
      'node_view_alter' => array(1)
      *DEPTH TOO GREAT*
      'entity_view_alter' => array(2)
      *DEPTH TOO GREAT*
      'theme_suggestions_node' => array(1)
      *DEPTH TOO GREAT*
      'theme_suggestions_node_alter' => array(1)
      *DEPTH TOO GREAT*
      'theme_suggestions_field' => array(1)
      *DEPTH TOO GREAT*
      'theme_suggestions_field_alter' => array(0)
      'theme_suggestions_username' => array(0)
      'theme_suggestions_username_alter' => array(0)
      'user_format_name_alter' => array(0)
      'rdf_mapping_load' => array(0)
      'user_build_defaults_alter' => array(0)
      'block_view_system_menu_block_alter' => array(1)
      *DEPTH TOO GREAT*
      'node_access' => array(1)
      *DEPTH TOO GREAT*
      'theme_suggestions_block' => array(1)
      *DEPTH TOO GREAT*
      'theme_suggestions_block_alter' => array(0)
      'theme_suggestions_menu' => array(0)
      'theme_suggestions_menu_alter' => array(0)
      'theme_suggestions_region' => array(1)
      *DEPTH TOO GREAT*
      'theme_suggestions_region_alter' => array(0)
      'block_view_system_messages_block_alter' => array(0)
      'block_view_help_block_alter' => array(1)
      *DEPTH TOO GREAT*
      'help' => array(56)
      *DEPTH TOO GREAT*
      'filter_format_load' => array(0)
      'theme_suggestions_page_title' => array(0)
      'theme_suggestions_page_title_alter' => array(0)
      'block_view_local_actions_block_alter' => array(0)
      'menu_local_actions_alter' => array(0)
      'block_view_local_tasks_block_alter' => array(0)
      'entity_form_mode_load' => array(0)
      'entity_form_mode_info_alter' => array(0)
      'local_tasks_alter' => array(4)
      *DEPTH TOO GREAT*
      'menu_local_tasks_alter' => array(2)
      *DEPTH TOO GREAT*
      'theme_suggestions_status_messages' => array(0)
      'theme_suggestions_status_messages_alter' => array(0)
      'library_info_alter' => array(3)
      *DEPTH TOO GREAT*
      'css_alter' => array(0)
      'js_alter' => array(0)
      'js_settings_build' => array(1)
      *DEPTH TOO GREAT*
      'js_settings_alter' => array(2)
      *DEPTH TOO GREAT*
      'query_views_front_alter' => array(0)
      'query_paragraph_load_multiple_alter' => array(0)
      'paragraph_storage_load' => array(0)
      'paragraph_load' => array(0)
      'paragraph_access' => array(0)
      'paragraph_build_defaults_alter' => array(0)
      'vote_field_values_init' => array(0)
      'entity_field_values_init' => array(0)
      'vote_create' => array(0)
      'query_vote_access_alter' => array(0)
      'query_entity_query_vote_alter' => array(0)
      'theme_suggestions_rate_template_yesno' => array(0)
      'theme_suggestions_rate_template_yesno_alter' => array(0)
      'image_style_load' => array(0)
      'image_effect_info_alter' => array(0)
      'taxonomy_term_access' => array(0)
      'theme_suggestions_image_formatter' => array(0)
      'theme_suggestions_image_formatter_alter' => array(0)
      'theme_suggestions_image_style' => array(0)
      'theme_suggestions_image_style_alter' => array(0)
      'theme_suggestions_image' => array(0)
      'theme_suggestions_image_alter' => array(0)
      'theme_suggestions_views_mini_pager' => array(0)
      'theme_suggestions_views_mini_pager_alter' => array(1)
      *DEPTH TOO GREAT*
      'theme_suggestions_rdf_metadata' => array(0)
      'theme_suggestions_rdf_metadata_alter' => array(0)
      'node_links_alter' => array(1)
      *DEPTH TOO GREAT*
      'theme_suggestions_links' => array(0)
      'theme_suggestions_links_alter' => array(0)
      'block_build_views_block_alter' => array(0)
      'user_field_values_init' => array(0)
      'user_create' => array(0)
      'entity_form_display_load' => array(0)
      'entity_form_display_alter' => array(0)
      'entity_prepare_form' => array(0)
      'user_prepare_form' => array(0)
      'field_widget_info_alter' => array(2)
      *DEPTH TOO GREAT*
      'options_list_alter' => array(0)
      'field_widget_form_alter' => array(1)
      *DEPTH TOO GREAT*
      'field_widget_options_buttons_form_alter' => array(0)
      'field_widget_datetime_datelist_form_alter' => array(0)
      'field_widget_string_textfield_form_alter' => array(0)
      'tokens' => array(12)
      *DEPTH TOO GREAT*
      'token_entity_mapping_alter' => array(0)
      'tokens_alter' => array(0)
      'theme_suggestions_file_upload_help' => array(0)
      'theme_suggestions_file_upload_help_alter' => array(0)
      'theme_suggestions_item_list' => array(0)
      'theme_suggestions_item_list_alter' => array(0)
      'field_widget_image_image_form_alter' => array(0)
      'form_user_form_alter' => array(6)
      *DEPTH TOO GREAT*
      'form_user_register_form_alter' => array(5)
      *DEPTH TOO GREAT*
      'theme_suggestions_radios' => array(0)
      'theme_suggestions_radios_alter' => array(0)
      'theme_suggestions_fieldset' => array(0)
      'theme_suggestions_fieldset_alter' => array(0)
      'theme_suggestions_image_widget' => array(0)
      'theme_suggestions_image_widget_alter' => array(0)
      'theme_suggestions_field_multiple_value_form' => array(0)
      'theme_suggestions_field_multiple_value_form_alter' => array(0)
      'theme_suggestions_datetime_form' => array(0)
      'theme_suggestions_datetime_form_alter' => array(0)
      'theme_suggestions_select' => array(0)
      'theme_suggestions_select_alter' => array(0)
      'theme_suggestions_datetime_wrapper' => array(0)
      'theme_suggestions_datetime_wrapper_alter' => array(0)
      'user_login' => array(3)
      *DEPTH TOO GREAT*
      'autologout_refresh_only' => array(1)
      *DEPTH TOO GREAT*
      'breakpoints_alter' => array(0)
      'toolbar' => array(6)
      *DEPTH TOO GREAT*
      'shortcut_default_set' => array(0)
      'query_shortcut_access_alter' => array(0)
      'query_entity_query_shortcut_alter' => array(0)
      'query_shortcut_load_multiple_alter' => array(0)
      'shortcut_storage_load' => array(0)
      'shortcut_load' => array(0)
      'entity_create_access' => array(0)
      'node_create_access' => array(0)
      'menu_admin_per_menu_get_permissions_alter' => array(0)
      'toolbar_alter' => array(0)
      'theme_suggestions_toolbar' => array(0)
      'theme_suggestions_toolbar_alter' => array(0)
      'action_load' => array(0)
      'views_plugins_area_alter' => array(0)
      'form_views_exposed_form_alter' => array(2)
      *DEPTH TOO GREAT*
      'query_views_content_alter' => array(0)
      'theme_suggestions_views_view_field' => array(0)
      'theme_suggestions_views_view_field_alter' => array(0)
      'entity_view_display_create' => array(0)
      'field_info_max_weight' => array(0)
      'node_type_access' => array(0)
      'entity_operation' => array(4)
      *DEPTH TOO GREAT*
      'entity_operation_alter' => array(0)
      'theme_suggestions_dropbutton_wrapper' => array(0)
      'theme_suggestions_dropbutton_wrapper_alter' => array(0)
      'form_views_form_content_page_1_alter' => array(0)
      'theme_suggestions_views_exposed_form' => array(0)
      'theme_suggestions_views_exposed_form_alter' => array(0)
      'views_form_substitutions' => array(0)
      'theme_suggestions_views_view_table' => array(0)
      'theme_suggestions_views_view_table_alter' => array(0)
      'theme_suggestions_tablesort_indicator' => array(0)
      'theme_suggestions_tablesort_indicator_alter' => array(0)
      'theme_suggestions_pager' => array(0)
      'theme_suggestions_pager_alter' => array(0)
      'block_build_system_breadcrumb_block_alter' => array(0)
      'block_view_system_breadcrumb_block_alter' => array(0)
      'system_breadcrumb_alter' => array(1)
      *DEPTH TOO GREAT*
      'theme_suggestions_breadcrumb' => array(0)
      'theme_suggestions_breadcrumb_alter' => array(0)
      'theme_suggestions_menu_local_action' => array(0)
      'theme_suggestions_menu_local_action_alter' => array(0)
      'theme_suggestions_node_add_list' => array(0)
      'theme_suggestions_node_add_list_alter' => array(0)
      'node_field_values_init' => array(0)
      'node_create' => array(0)
      'node_prepare_form' => array(0)
      'field_widget_text_textarea_form_alter' => array(0)
      'entity_reference_selection_alter' => array(0)
      'field_widget_options_select_form_alter' => array(0)
      'field_widget_file_generic_form_alter' => array(0)
      'field_widget_boolean_checkbox_form_alter' => array(0)
      'query_entity_reference_alter' => array(1)
      *DEPTH TOO GREAT*
      'field_widget_language_select_form_alter' => array(0)
      'field_widget_string_textarea_form_alter' => array(0)
      'form_node_form_alter' => array(4)
      *DEPTH TOO GREAT*
      'form_node_challenge_form_alter' => array(0)
      'filter_format_access' => array(0)
      'theme_suggestions_node_edit_form' => array(0)
      'theme_suggestions_node_edit_form_alter' => array(0)
      'editor_info_alter' => array(0)
      'editor_load' => array(0)
      'ckeditor_plugin_info_alter' => array(0)
      'ckeditor_css_alter' => array(1)
      *DEPTH TOO GREAT*
      'editor_js_settings_alter' => array(0)
      'theme_suggestions_textarea' => array(0)
      'theme_suggestions_textarea_alter' => array(0)
      'theme_suggestions_text_format_wrapper' => array(0)
      'theme_suggestions_text_format_wrapper_alter' => array(0)
      'theme_suggestions_file_managed_file' => array(0)
      'theme_suggestions_file_managed_file_alter' => array(0)
      'theme_suggestions_checkboxes' => array(0)
      'theme_suggestions_checkboxes_alter' => array(0)
      'theme_suggestions_details' => array(0)
      'theme_suggestions_details_alter' => array(0)
      'views_plugins_argument_default_alter' => array(0)
      'views_plugins_argument_validator_alter' => array(2)
      *DEPTH TOO GREAT*
      'query_views_tags_alter' => array(0)
      'theme_suggestions_views_view_fields' => array(0)
      'theme_suggestions_views_view_fields_alter' => array(0)
      'block_build_contact_block_alter' => array(0)
      'block_view_views_block_alter' => array(0)
      'query_views_challenges_block_alter' => array(0)
      'user_access' => array(0)
      'query_views_responses_block_alter' => array(0)
      'block_view_contact_block_alter' => array(0)
      'contact_message_field_values_init' => array(0)
      'contact_message_create' => array(0)
      'contact_message_prepare_form' => array(0)
      'field_widget_markup_form_alter' => array(0)
      'form_contact_message_form_alter' => array(0)
      'form_contact_message_send_a_report_form_alter' => array(0)
      'query_block_content_access_alter' => array(0)
      'query_entity_query_block_content_alter' => array(0)
      'block_content_access' => array(0)
      'block_build_block_content_alter' => array(0)
      'block_view_block_content_alter' => array(0)
      'block_content_build_defaults_alter' => array(0)
      'block_content_view' => array(0)
      'block_content_view_alter' => array(0)
      'query_entity_query_taxonomy_term_alter' => array(0)
      'query_views_challenges_alter' => array(0)
      'query_views_user_admin_people_alter' => array(0)
      'masquerade_access' => array(1)
      *DEPTH TOO GREAT*
      'form_views_form_user_admin_people_page_1_alter' => array(0)
      'user_view' => array(2)
      *DEPTH TOO GREAT*
      'user_view_alter' => array(1)
      *DEPTH TOO GREAT*
      'theme_suggestions_user' => array(0)
      'theme_suggestions_user_alter' => array(0)
      'query_views_responses_alter' => array(0)
      'theme_suggestions_menu_local_tasks' => array(0)
      'theme_suggestions_menu_local_tasks_alter' => array(0)
      'theme_suggestions_menu_local_task' => array(0)
      'theme_suggestions_menu_local_task_alter' => array(0)
      'file_mimetype_mapping_alter' => array(0)
      'file_field_values_init' => array(0)
      'file_create' => array(0)
      'file_validate' => array(0)
      'file_presave' => array(0)
      'entity_presave' => array(1)
      *DEPTH TOO GREAT*
      'file_insert' => array(0)
      'entity_insert' => array(3)
      *DEPTH TOO GREAT*
      'imagemagick_pre_parse_file_alter' => array(1)
      *DEPTH TOO GREAT*
      'imagemagick_arguments_alter' => array(1)
      *DEPTH TOO GREAT*
      'query_file_access_alter' => array(0)
      'query_entity_query_file_alter' => array(0)
      'file_access' => array(0)
      'theme_suggestions_file_link' => array(0)
      'theme_suggestions_file_link_alter' => array(0)
      'ajax_render_alter' => array(0)
      'image_toolkit_operation_alter' => array(0)
      'imagemagick_post_save_alter' => array(1)
      *DEPTH TOO GREAT*
      'devel_dumper_info_alter' => array(0)
      'user_presave' => array(2)
      *DEPTH TOO GREAT*
      'user_insert' => array(0)
      'pathauto_pattern_load' => array(0)
      'pathauto_pattern_alter' => array(0)
      'pathauto_alias_alter' => array(0)
      'pathauto_is_alias_reserved' => array(0)
      'path_insert' => array(2)
      *DEPTH TOO GREAT*
      'query_menu_link_content_access_alter' => array(0)
      'query_entity_query_menu_link_content_alter' => array(0)
      'mail_alter' => array(0)
      'theme_suggestions_mimemail_messages' => array(0)
      'theme_suggestions_mimemail_messages_alter' => array(0)
      'user_update' => array(0)
      'entity_update' => array(2)
      *DEPTH TOO GREAT*
      'query_views_following_alter' => array(0)
      'query_views_favourites_alter' => array(0)
      'user_logout' => array(1)
      *DEPTH TOO GREAT*
      'file_update' => array(0)
      'query_views_user_onboarding_alter' => array(0)
      'vote_presave' => array(0)
      'query_vote_load_multiple_alter' => array(0)
      'vote_storage_load' => array(0)
      'vote_load' => array(0)
      'vote_result_info_alter' => array(0)
      'vote_insert' => array(0)
      'query_entity_query_node_alter' => array(0)
      'form_node_response_form_alter' => array(0)
      'flag_action_access' => array(0)
      'theme_suggestions_vertical_tabs' => array(0)
      'theme_suggestions_vertical_tabs_alter' => array(0)
      'system_info_alter' => array(1)
      *DEPTH TOO GREAT*
      'node_presave' => array(1)
      *DEPTH TOO GREAT*
      'node_access_records' => array(1)
      *DEPTH TOO GREAT*
      'node_access_records_alter' => array(0)
      'node_insert' => array(2)
      *DEPTH TOO GREAT*
      'form_custom_follow_find_form_alter' => array(0)
      'query_views_profile_alter' => array(0)
      'file_predelete' => array(2)
      *DEPTH TOO GREAT*
      'entity_predelete' => array(1)
      *DEPTH TOO GREAT*
      'query_flagging_access_alter' => array(0)
      'query_entity_query_flagging_alter' => array(0)
      'file_delete' => array(0)
      'entity_delete' => array(3)
      *DEPTH TOO GREAT*
      'form_user_pass_alter' => array(1)
      *DEPTH TOO GREAT*
      'form_user_pass_reset_alter' => array(0)
      'query_menu_link_content_load_multiple_alter' => array(0)
      'menu_link_content_storage_load' => array(0)
      'menu_link_content_load' => array(0)
      'theme_suggestions_time' => array(0)
      'theme_suggestions_time_alter' => array(0)
      'theme_suggestions_table' => array(0)
      'theme_suggestions_table_alter' => array(0)
      protected verified -> array(8)
      'entity_load' => boolTRUE
      'user_role_load' => boolTRUE
      'node_load' => boolTRUE
      'entity_view_mode_alter' => boolTRUE
      'node_build_defaults_alter' => boolTRUE
      'entity_build_defaults_alter' => boolTRUE
      'module_implements_alter' => boolTRUE
      'flag_load' => boolTRUE
      protected hookInfo -> NULL
      protected cacheBackend -> Drupal\Core\Cache\ChainedFastBackend(5)
      • contents
      • Static class properties (2)
      • Available methods (17)
      • protected bin -> string(15) "cache_bootstrap"
        protected consistentBackend -> Drupal\Core\Cache\DatabaseBackend(3)
        *DEPTH TOO GREAT*
        protected fastBackend -> Drupal\Core\Cache\ApcuBackend(4)
        *DEPTH TOO GREAT*
        protected lastWriteTimestamp -> float1500182527.77
        public _serviceId -> string(15) "cache.bootstrap"
      • constant LAST_WRITE_TIMESTAMP_PREFIX :: string(21) "last_write_timestamp_"
        constant CACHE_PERMANENT :: integer-1
      • public __construct(Drupal\Core\Cache\CacheBackendInterface $consistent_backend, Drupal\Core\Cache\CacheBackendInterface $fast_backend, $bin)
        Constructs a ChainedFastBackend object.
        
        @param \Drupal\Core\Cache\CacheBackendInterface $consistent_backend
        The consistent cache backend.
        @param \Drupal\Core\Cache\CacheBackendInterface $fast_backend
        The fast cache backend.
        @param string $bin
        The cache bin for which the object is created.
        
        Defined in <ROOT>/core/lib/Drupal/Core/Cache/ChainedFastBackend.php:91
        public delete($cid)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Cache/ChainedFastBackend.php:204
        public deleteAll()
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Cache/ChainedFastBackend.php:220
        public deleteMultiple(array $cids)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Cache/ChainedFastBackend.php:212
        public garbageCollection()
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Cache/ChainedFastBackend.php:261
        public get($cid, $allow_invalid = false)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Cache/ChainedFastBackend.php:101
        public getMultiple(&$cids, $allow_invalid = false)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Cache/ChainedFastBackend.php:110
        public invalidate($cid)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Cache/ChainedFastBackend.php:228
        public invalidateAll()
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Cache/ChainedFastBackend.php:253
        public invalidateMultiple(array $cids)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Cache/ChainedFastBackend.php:235
        public invalidateTags(array $tags)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Cache/ChainedFastBackend.php:243
        public removeBin()
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Cache/ChainedFastBackend.php:269
        public reset()
        @todo Document in https://www.drupal.org/node/2311945.
        
        Defined in <ROOT>/core/lib/Drupal/Core/Cache/ChainedFastBackend.php:277
        public set($cid, $data, $expire = -1, array $tags = array())
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Cache/ChainedFastBackend.php:179
        public setMultiple(array $items)
        {@inheritdoc}
        
        Defined in <ROOT>/core/lib/Drupal/Core/Cache/ChainedFastBackend.php:190
        protected getLastWriteTimestamp()
        Gets the last write timestamp.
        
        Defined in <ROOT>/core/lib/Drupal/Core/Cache/ChainedFastBackend.php:284
        protected markAsOutdated()
        Marks the fast cache bin as outdated because of a write.
        
        Defined in <ROOT>/core/lib/Drupal/Core/Cache/ChainedFastBackend.php:295
      protected cacheNeedsWriting -> boolFALSE
      protected alterFunctions -> array(3)
      'entity_view_mode' => array(0)
      'node_build_defaults,entity_build_defaults' => array(1)
      *DEPTH TOO GREAT*
      'module_implements' => array(3)
      *DEPTH TOO GREAT*
      protected root -> string(17) "/var/www/html/web"
      • Directory (4.00K)
      • drwxr-xr-x
      protected includeFileKeys -> array(0)
      public _serviceId -> string(14) "module_handler"
    • public static parseDependency($dependency) -> * An associative array with three keys:
      Parses a dependency for comparison by drupal_check_incompatibility().
      
      @param $dependency
      A dependency string, which specifies a module dependency, and optionally
      the project it comes from and versions that are supported. Supported
      formats include:
      - 'module'
      - 'project:module'
      - 'project:module (>=version, version)'
      
      @return
      An associative array with three keys:
      - 'name' includes the name of the thing to depend on (e.g. 'foo').
      - 'original_version' contains the original version string (which can be
      used in the UI for reporting incompatibilities).
      - 'versions' is a list of associative arrays, each containing the keys
      'op' and 'version'. 'op' can be one of: '=', '==', '!=', '<>', '<',
      '<=', '>', or '>='. 'version' is one piece like '4.5-beta3'.
      Callers should pass this structure to drupal_check_incompatibility().
      
      @see drupal_check_incompatibility()
      
      Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:660
      public __construct($root, array $module_list = array(), Drupal\Core\Cache\CacheBackendInterface $cache_backend)
      Constructs a ModuleHandler object.
      
      @param string $root
      The app root.
      @param array $module_list
      An associative array whose keys are the names of installed modules and
      whose values are Extension class parameters. This is normally the
      %container.modules% parameter being set up by DrupalKernel.
      @param \Drupal\Core\Cache\CacheBackendInterface $cache_backend
      Cache backend for storing module hook implementation information.
      
      @see \Drupal\Core\DrupalKernel
      @see \Drupal\Core\CoreServiceProvider
      
      Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:109
      public addModule($name, $path)
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:191
      public addProfile($name, $path)
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:198
      public alter($type, &$data, &$context1 = NULL, &$context2 = NULL)
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:417
      public buildModuleDependencies(array $modules)
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:222
      public getHookInfo()
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:289
      public getImplementations($hook)
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:326
      public getModule($name)
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:171
      public getModuleDirectories()
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:708
      public getModuleList()
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:164
      public getName($module)
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:719
      public implementsHook($module, $hook)
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:366
      public invoke($module, $hook, array $args = array())
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:386
      public invokeAll($hook, array $args = array())
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:397
      public isLoaded()
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:157
      public load($name)
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:121
      public loadAll()
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:137
      public loadAllIncludes($type, $name = NULL)
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:252
      public loadInclude($module, $type, $name = NULL)
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:261
      public moduleExists($module)
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:245
      public reload()
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:149
      public resetImplementations()
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:344
      public setModuleList(array $module_list = array())
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:181
      public writeCache()
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:334
      protected add($type, $name, $path)
      Adds a module or profile to the list of currently active modules.
      
      @param string $type
      The extension type; either 'module' or 'profile'.
      @param string $name
      The module name; e.g., 'node'.
      @param string $path
      The module path; e.g., 'core/modules/node'.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:212
      protected buildHookInfo()
      Builds hook_hook_info() information.
      
      @see \Drupal\Core\Extension\ModuleHandler::getHookInfo()
      
      Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:307
      protected buildImplementationInfo($hook) -> mixed[]
      Builds hook implementation information for a given hook name.
      
      @param string $hook
      The name of the hook (e.g. "help" or "menu").
      
      @return mixed[]
      An array whose keys are the names of the modules which are implementing
      this hook and whose values are either a string identifying a file in
      which the implementation is to be found, or FALSE, if the implementation
      is in the module file.
      
      @throws \RuntimeException
      Exception thrown when an invalid implementation is added by
      hook_module_implements_alter().
      
      @see \Drupal\Core\Extension\ModuleHandler::getImplementationInfo()
      
      Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:563
      protected getImplementationInfo($hook) -> mixed[]
      Provides information about modules' implementations of a hook.
      
      @param string $hook
      The name of the hook (e.g. "help" or "menu").
      
      @return mixed[]
      An array whose keys are the names of the modules which are implementing
      this hook and whose values are either a string identifying a file in
      which the implementation is to be found, or FALSE, if the implementation
      is in the module file.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:517
      protected verifyImplementations(&$implementations, $hook) -> bool
      Verifies an array of implementations loaded from the cache, by including
      the lazy-loaded $module.$group.inc, and checking function_exists().
      
      @param string[] $implementations
      Implementation "group" by module name.
      @param string $hook
      The hook name.
      
      @return bool
      TRUE, if all implementations exist.
      FALSE, if one or more implementations don't exist and need to be removed
      from the cache.
      
      Defined in <ROOT>/core/lib/Drupal/Core/Extension/ModuleHandler.php:612
    protected stringTranslation -> Drupal\Core\StringTranslation\TranslationManager(4)
    • contents
    • Available methods (10)
    • protected translators -> array(1)
      '30' => array(1)
      *DEPTH TOO GREAT*
      protected sortedTranslators -> NULL
      protected defaultLangcode -> string(2) "en"
      public _serviceId -> string(18) "string_translation"
    • public __construct(Drupal\Core\Language\LanguageDefault $default_language)
      Constructs a TranslationManager object.
      
      @param \Drupal\Core\Language\LanguageDefault $default_language
      The default language.
      
      Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:52
      public addTranslator(Drupal\Core\StringTranslation\Translator\TranslatorInterface $translator, $priority = 0) -> $this
      Appends a translation system to the translation chain.
      
      @param \Drupal\Core\StringTranslation\Translator\TranslatorInterface $translator
      The translation interface to be appended to the translation chain.
      @param int $priority
      The priority of the logger being added.
      
      @return $this
      
      Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:66
      public formatPlural($count, $singular, $plural, array $args = array(), array $options = array())
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:152
      public getStringTranslation($langcode, $string, $context)
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:92
      public reset()
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:169
      public setDefaultLangcode($langcode)
      Sets the default langcode.
      
      @param string $langcode
      A language code.
      
      Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:162
      public translate($string, array $args = array(), array $options = array())
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:109
      public translateString(Drupal\Core\StringTranslation\TranslatableMarkup $translated_string)
      {@inheritdoc}
      
      Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:116
      protected doTranslate($string, array $options = array()) -> string
      Translates a string to the current language or to a given language.
      
      @param string $string
      A string containing the English text to translate.
      @param array $options
      An associative array of additional options, with the following elements:
      - 'langcode': The language code to translate to a language other than
      what is used to display the page.
      - 'context': The context the source string belongs to.
      
      @return string
      The translated string.
      
      Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:134
      protected sortTranslators() -> \Drupal\Core\StringTranslation\Translator\TranslatorInterface[]
      Sorts translators according to priority.
      
      @return \Drupal\Core\StringTranslation\Translator\TranslatorInterface[]
      A sorted array of translator objects.
      
      Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/TranslationManager.php:79
    protected _serviceIds -> array(0)
  • public static createInstance(Symfony\Component\DependencyInjection\ContainerInterface $container, Drupal\Core\Entity\EntityTypeInterface $entity_type)
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\EntityViewBuilder
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityViewBuilder.php:97
    public static renderLinks($node_entity_id, $view_mode, $langcode, $is_in_preview) -> array
    #lazy_builder callback; builds a node's links.
    
    @param string $node_entity_id
    The node entity ID.
    @param string $view_mode
    The view mode in which the node entity is being viewed.
    @param string $langcode
    The language in which the node entity is being viewed.
    @param bool $is_in_preview
    Whether the node is currently being previewed.
    
    @return array
    A renderable array representing the node links.
    
    Defined in <ROOT>/core/modules/node/src/NodeViewBuilder.php:83
    public __construct(Drupal\Core\Entity\EntityTypeInterface $entity_type, Drupal\Core\Entity\EntityManagerInterface $entity_manager, Drupal\Core\Language\LanguageManagerInterface $language_manager, Drupal\Core\Theme\Registry $theme_registry = NULL)
    Constructs a new EntityViewBuilder.
    
    @param \Drupal\Core\Entity\EntityTypeInterface $entity_type
    The entity type definition.
    @param \Drupal\Core\Entity\EntityManagerInterface $entity_manager
    The entity manager service.
    @param \Drupal\Core\Language\LanguageManagerInterface $language_manager
    The language manager.
    @param \Drupal\Core\Theme\Registry $theme_registry
    The theme registry.
    
    Inherited from Drupal\Core\Entity\EntityViewBuilder
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityViewBuilder.php:86
    public __sleep()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\EntityHandlerBase
    Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:22
    public __wakeup()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\EntityHandlerBase
    Defined in <ROOT>/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:46
    public build(array $build) -> array
    Builds an entity's view; augments entity defaults.
    
    This function is assigned as a #pre_render callback in ::view().
    
    It transforms the renderable array for a single entity to the same
    structure as if we were rendering multiple entities, and then calls the
    default ::buildMultiple() #pre_render callback.
    
    @param array $build
    A renderable array containing build information and context for an entity
    view.
    
    @return array
    The updated renderable array.
    
    @see drupal_render()
    
    Inherited from Drupal\Core\Entity\EntityViewBuilder
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityViewBuilder.php:217
    public buildComponents(array &$build, array $entities, array $displays, $view_mode)
    {@inheritdoc}
    
    Defined in <ROOT>/core/modules/node/src/NodeViewBuilder.php:18
    public buildMultiple(array $build_list) -> array
    Builds multiple entities' views; augments entity defaults.
    
    This function is assigned as a #pre_render callback in ::viewMultiple().
    
    By delaying the building of an entity until the #pre_render processing in
    drupal_render(), the processing cost of assembling an entity's renderable
    array is saved on cache-hit requests.
    
    @param array $build_list
    A renderable  array containing build information and context for an
    entity view.
    
    @return array
    The updated renderable array.
    
    @see drupal_render()
    
    Inherited from Drupal\Core\Entity\EntityViewBuilder
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityViewBuilder.php:241
    public getCacheTags()
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\EntityViewBuilder
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityViewBuilder.php:344
    public resetCache(array $entities = NULL)
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\EntityViewBuilder
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityViewBuilder.php:351
    public setModuleHandler(Drupal\Core\Extension\ModuleHandlerInterface $module_handler) -> $this
    Sets the module handler for this handler.
    
    @param \Drupal\Core\Extension\ModuleHandlerInterface $module_handler
    The module handler.
    
    @return $this
    
    Inherited from Drupal\Core\Entity\EntityHandlerBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityHandlerBase.php:51
    public setStringTranslation(Drupal\Core\StringTranslation\TranslationInterface $translation) -> $this
    Sets the string translation service to use.
    
    @param \Drupal\Core\StringTranslation\TranslationInterface $translation
    The string translation service.
    
    @return $this
    
    Inherited from Drupal\Core\Entity\EntityHandlerBase
    Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php:118
    public view(Drupal\Core\Entity\EntityInterface $entity, $view_mode = full, $langcode = NULL)
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\EntityViewBuilder
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityViewBuilder.php:109
    public viewField(Drupal\Core\Field\FieldItemListInterface $items, $display_options = array())
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\EntityViewBuilder
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityViewBuilder.php:396
    public viewFieldItem(Drupal\Core\Field\FieldItemInterface $item, $display = array())
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\EntityViewBuilder
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityViewBuilder.php:413
    public viewMultiple(array $entities = array(), $view_mode = full, $langcode = NULL)
    {@inheritdoc}
    
    Inherited from Drupal\Core\Entity\EntityViewBuilder
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityViewBuilder.php:125
    protected static buildLinks(Drupal\node\NodeInterface $entity, $view_mode) -> array
    Build the default links (Read more) for a node.
    
    @param \Drupal\node\NodeInterface $entity
    The node object.
    @param string $view_mode
    A view mode identifier.
    
    @return array
    An array that can be processed by drupal_pre_render_links().
    
    Defined in <ROOT>/core/modules/node/src/NodeViewBuilder.php:115
    protected alterBuild(array &$build, Drupal\Core\Entity\EntityInterface $entity, Drupal\Core\Entity\Display\EntityViewDisplayInterface $display, $view_mode)
    {@inheritdoc}
    
    Defined in <ROOT>/core/modules/node/src/NodeViewBuilder.php:145
    protected formatPlural($count, $singular, $plural, array $args = array(), array $options = array())
    Formats a string containing a count of items.
    
    @see \Drupal\Core\StringTranslation\TranslationInterface::formatPlural()
    
    Inherited from Drupal\Core\Entity\EntityHandlerBase
    Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php:79
    protected getBuildDefaults(Drupal\Core\Entity\EntityInterface $entity, $view_mode)
    {@inheritdoc}
    
    Defined in <ROOT>/core/modules/node/src/NodeViewBuilder.php:57
    protected getNumberOfPlurals($langcode = NULL)
    Returns the number of plurals supported by a given language.
    
    @see \Drupal\locale\PluralFormulaInterface::getNumberOfPlurals()
    
    Inherited from Drupal\Core\Entity\EntityHandlerBase
    Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php:88
    protected getSingleFieldDisplay($entity, $field_name, $display_options) -> \Drupal\Core\Entity\Display\EntityViewDisplayInterface
    Gets an EntityViewDisplay for rendering an individual field.
    
    @param \Drupal\Core\Entity\EntityInterface $entity
    The entity.
    @param string $field_name
    The field name.
    @param string|array $display_options
    The display options passed to the viewField() method.
    
    @return \Drupal\Core\Entity\Display\EntityViewDisplayInterface
    
    Inherited from Drupal\Core\Entity\EntityViewBuilder
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityViewBuilder.php:446
    protected getStringTranslation() -> \Drupal\Core\StringTranslation\TranslationInterface
    Gets the string translation service.
    
    @return \Drupal\Core\StringTranslation\TranslationInterface
    The string translation service.
    
    Inherited from Drupal\Core\Entity\EntityHandlerBase
    Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php:102
    protected isViewModeCacheable($view_mode) -> bool
    Determines whether the view mode is cacheable.
    
    @param string $view_mode
    Name of the view mode that should be rendered.
    
    @return bool
    TRUE if the view mode can be cached, FALSE otherwise.
    
    Inherited from Drupal\Core\Entity\EntityViewBuilder
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityViewBuilder.php:384
    protected moduleHandler() -> \Drupal\Core\Extension\ModuleHandlerInterface
    Gets the module handler.
    
    @return \Drupal\Core\Extension\ModuleHandlerInterface
    The module handler.
    
    Inherited from Drupal\Core\Entity\EntityHandlerBase
    Defined in <ROOT>/core/lib/Drupal/Core/Entity/EntityHandlerBase.php:36
    protected t($string, array $args = array(), array $options = array()) -> \Drupal\Core\StringTranslation\TranslatableMarkup
    Translates a string to the current language or to a given language.
    
    See \Drupal\Core\StringTranslation\TranslatableMarkup::__construct() for
    important security information and usage guidelines.
    
    In order for strings to be localized, make them available in one of the
    ways supported by the
    @link https://www.drupal.org/node/322729 Localization API @endlink. When
    possible, use the \Drupal\Core\StringTranslation\StringTranslationTrait
    $this->t(). Otherwise create a new
    \Drupal\Core\StringTranslation\TranslatableMarkup object.
    
    @param string $string
    A string containing the English text to translate.
    @param array $args
    (optional) An associative array of replacements to make after
    translation. Based on the first character of the key, the value is
    escaped and/or themed. See
    \Drupal\Component\Render\FormattableMarkup::placeholderFormat() for
    details.
    @param array $options
    (optional) An associative array of additional options, with the following
    elements:
    - 'langcode' (defaults to the current language): A language code, to
    translate to a language other than what is used to display the page.
    - 'context' (defaults to the empty context): The context the source
    string belongs to. See the
    @link i18n Internationalization topic @endlink for more information
    about string contexts.
    
    @return \Drupal\Core\StringTranslation\TranslatableMarkup
    An object that, when cast to a string, returns the translated string.
    
    @see \Drupal\Component\Render\FormattableMarkup::placeholderFormat()
    @see \Drupal\Core\StringTranslation\TranslatableMarkup::__construct()
    
    @ingroup sanitization
    
    Inherited from Drupal\Core\Entity\EntityHandlerBase
    Defined in <ROOT>/core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php:70
string(5) "build"
Called from <ROOT>/modules/contrib/devel/kint/src/Plugin/Devel/Dumper/Kint.php:32 [Drupal\kint\Plugin\Devel\Dumper\Kint->export()]
  1. <ROOT>/modules/contrib/devel/src/DevelDumperBase.php:29 [Drupal\kint\Plugin\Devel\Dumper\Kint->export()]
  2. <ROOT>/modules/contrib/devel/src/DevelDumperManager.php:127 [Drupal\devel\DevelDumperBase->exportAsRenderable()]
  3. <ROOT>/modules/contrib/devel/src/Controller/EntityDebugController.php:122 [Drupal\devel\DevelDumperManager->exportAsRenderable()]
  4. <ROOT>/core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php:123 [call_user_func_array()]
  5. <ROOT>/core/lib/Drupal/Core/Render/Renderer.php:579 [Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}()]
  6. <ROOT>/core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php:124 [Drupal\Core\Render\Renderer->executeInRenderContext()]
  7. <ROOT>/core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php:97 [Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext()]
  8. .../vendor/symfony/http-kernel/HttpKernel.php:144 [call_user_func_array()]
  9. .../vendor/symfony/http-kernel/HttpKernel.php:64 [Symfony\Component\HttpKernel\HttpKernel->handleRaw()]
  10. <ROOT>/core/lib/Drupal/Core/StackMiddleware/Session.php:57 [Symfony\Component\HttpKernel\HttpKernel->handle()]
  11. <ROOT>/core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php:47 [Drupal\Core\StackMiddleware\Session->handle()]
  12. <ROOT>/core/modules/page_cache/src/StackMiddleware/PageCache.php:207 [Drupal\Core\StackMiddleware\KernelPreHandle->handle()]
  13. <ROOT>/core/modules/page_cache/src/StackMiddleware/PageCache.php:121 [Drupal\page_cache\StackMiddleware\PageCache->fetch()]
  14. <ROOT>/core/modules/page_cache/src/StackMiddleware/PageCache.php:75 [Drupal\page_cache\StackMiddleware\PageCache->lookup()]
  15. <ROOT>/core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php:47 [Drupal\page_cache\StackMiddleware\PageCache->handle()]
  16. <ROOT>/core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php:50 [Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle()]
  17. .../vendor/stack/builder/src/Stack/StackedHttpKernel.php:23 [Drupal\Core\StackMiddleware\NegotiationMiddleware->handle()]
  18. <ROOT>/core/lib/Drupal/Core/DrupalKernel.php:652 [Stack\StackedHttpKernel->handle()]
  19. <ROOT>/index.php:19 [Drupal\Core\DrupalKernel->handle()]

Complete challenges and upload your own solutions!

On Mind Lab Kids you can learn cool skills like how to build robots, creating video games and solar driven cars. Upload a video or image of your solution, and be in to win cool prizes!

Create a profile, it's free!