Devel Load

stdClass Object
(
    [__CLASS__] => Drupal\node\Entity\Node
    [in_preview] => 
    [values:protected] => Array
        (
            [nid] => Array
                (
                    [x-default] => 2
                )

            [vid] => Array
                (
                    [x-default] => 617
                )

            [type] => Array
                (
                    [x-default] => article
                )

            [uuid] => Array
                (
                    [x-default] => 40e98544-bd87-4469-945d-770f86fd5f4e
                )

            [langcode] => Array
                (
                    [x-default] => en
                )

            [revision_uid] => Array
                (
                    [x-default] => 1
                )

            [revision_timestamp] => Array
                (
                    [x-default] => 1591692096
                )

            [revision_log] => Array
                (
                    [x-default] => 
                )

            [revision_default] => Array
                (
                    [x-default] => 1
                )

            [isDefaultRevision] => Array
                (
                    [x-default] => 1
                )

            [status] => Array
                (
                    [x-default] => 1
                )

            [uid] => Array
                (
                    [x-default] => 1
                )

            [title] => Array
                (
                    [x-default] => PHP setup for command line usage
                )

            [created] => Array
                (
                    [x-default] => 1551298478
                )

            [changed] => Array
                (
                    [x-default] => 1591692096
                )

            [promote] => Array
                (
                    [x-default] => 1
                )

            [sticky] => Array
                (
                    [x-default] => 0
                )

            [default_langcode] => Array
                (
                    [x-default] => 1
                )

            [revision_translation_affected] => Array
                (
                    [x-default] => 1
                )

            [body] => Array
                (
                    [x-default] => Array
                        (
                            [0] => Array
                                (
                                    [value] => 

The FolderShare command line client requires PHP with curl,  json & mbstring extensions. Check if your system already has PHP7 installed (Recent versions of Linux & Mac OS already have PHP7 installed).

# On terminal issue the following command
php -v


If PHP is not available use one of the following two methods to install php7 on your system


1. Building minimal PHP from source on linux

Download latest PHP7.x then unzip and build as follows 

# Fetch php7.2.10 source
curl -o php-7.2.10.tar.gz -L http://php.net/get/php-7.2.10.tar.gz/from/this/mirror

# untar php source
tar xzf php-7.2.10.tar.gz

cd php-7.2.10

# Configure php for minimal build that we need for the FolderShare client
# Optionally add --prefix=/path/to/install
./configure --disable-all --enable-cli --enable-mbstring --with-curl  --disable-cgi --enable-json --enable-filter --with-readline

# build
make
# make install #if you added prefix

# Add environment path to find php
export PATH=`pwd`/sapi/cli:$PATH" #change this path if you added prefix

# Check if php is now in environment path
php -v

# Consider adding the php path in your shell profile (e.g. basic)

2. Install PHP with root privileges

apt-get install php7-cli php7-curl php7-mbstring php7-cli
[summary] => [format] => full_html ) ) ) [comment] => Array ( [x-default] => Array ( [0] => Array ( [status] => 1 [cid] => 0 [last_comment_timestamp] => 1552321864 [last_comment_name] => [last_comment_uid] => 1 [comment_count] => 0 ) ) ) ) [fields:protected] => Array ( ) [fieldDefinitions:protected] => Array ( [nid] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\BaseFieldDefinition [type:protected] => integer [propertyDefinitions:protected] => [schema:protected] => [indexes:protected] => Array ( ) [itemDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\TypedData\FieldItemDataDefinition [fieldDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\BaseFieldDefinition [type:protected] => integer [propertyDefinitions:protected] => [schema:protected] => [indexes:protected] => Array ( ) [itemDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\TypedData\FieldItemDataDefinition [fieldDefinition:protected] => Drupal\Core\Field\BaseFieldDefinition [definition:protected] => Array(2) [typedDataManager:protected] => ) [definition:protected] => Array ( [label] => Drupal\Core\StringTranslation\TranslatableMarkup [read-only] => 1 [provider] => node [field_name] => nid [entity_type] => node [bundle] => ) [typedDataManager:protected] => ) [definition:protected] => Array ( [type] => field_item:integer [settings] => Array ( [unsigned] => 1 [size] => normal [min] => [max] => [prefix] => [suffix] => ) ) [typedDataManager:protected] => ) [definition:protected] => Array ( [label] => stdClass Object ( [__CLASS__] => Drupal\Core\StringTranslation\TranslatableMarkup [translatedMarkup:protected] => [options:protected] => Array ( ) [stringTranslation:protected] => [string:protected] => ID [arguments:protected] => Array ( ) ) [read-only] => 1 [provider] => node [field_name] => nid [entity_type] => node [bundle] => ) [typedDataManager:protected] => ) [uuid] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\BaseFieldDefinition [type:protected] => uuid [propertyDefinitions:protected] => [schema:protected] => [indexes:protected] => Array ( ) [itemDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\TypedData\FieldItemDataDefinition [fieldDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\BaseFieldDefinition [type:protected] => uuid [propertyDefinitions:protected] => [schema:protected] => [indexes:protected] => Array ( ) [itemDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\TypedData\FieldItemDataDefinition [fieldDefinition:protected] => Drupal\Core\Field\BaseFieldDefinition [definition:protected] => Array(2) [typedDataManager:protected] => ) [definition:protected] => Array ( [label] => Drupal\Core\StringTranslation\TranslatableMarkup [read-only] => 1 [provider] => node [field_name] => uuid [entity_type] => node [bundle] => ) [typedDataManager:protected] => ) [definition:protected] => Array ( [type] => field_item:uuid [settings] => Array ( [max_length] => 128 [is_ascii] => 1 [case_sensitive] => ) ) [typedDataManager:protected] => ) [definition:protected] => Array ( [label] => stdClass Object ( [__CLASS__] => Drupal\Core\StringTranslation\TranslatableMarkup [translatedMarkup:protected] => [options:protected] => Array ( ) [stringTranslation:protected] => [string:protected] => UUID [arguments:protected] => Array ( ) ) [read-only] => 1 [provider] => node [field_name] => uuid [entity_type] => node [bundle] => ) [typedDataManager:protected] => ) [vid] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\BaseFieldDefinition [type:protected] => integer [propertyDefinitions:protected] => [schema:protected] => [indexes:protected] => Array ( ) [itemDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\TypedData\FieldItemDataDefinition [fieldDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\BaseFieldDefinition [type:protected] => integer [propertyDefinitions:protected] => [schema:protected] => [indexes:protected] => Array ( ) [itemDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\TypedData\FieldItemDataDefinition [fieldDefinition:protected] => Drupal\Core\Field\BaseFieldDefinition [definition:protected] => Array(2) [typedDataManager:protected] => ) [definition:protected] => Array ( [label] => Drupal\Core\StringTranslation\TranslatableMarkup [read-only] => 1 [provider] => node [field_name] => vid [entity_type] => node [bundle] => ) [typedDataManager:protected] => ) [definition:protected] => Array ( [type] => field_item:integer [settings] => Array ( [unsigned] => 1 [size] => normal [min] => [max] => [prefix] => [suffix] => ) ) [typedDataManager:protected] => ) [definition:protected] => Array ( [label] => stdClass Object ( [__CLASS__] => Drupal\Core\StringTranslation\TranslatableMarkup [translatedMarkup:protected] => [options:protected] => Array ( ) [stringTranslation:protected] => [string:protected] => Revision ID [arguments:protected] => Array ( ) ) [read-only] => 1 [provider] => node [field_name] => vid [entity_type] => node [bundle] => ) [typedDataManager:protected] => ) [langcode] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\BaseFieldDefinition [type:protected] => language [propertyDefinitions:protected] => [schema:protected] => [indexes:protected] => Array ( ) [itemDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\TypedData\FieldItemDataDefinition [fieldDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\BaseFieldDefinition [type:protected] => language [propertyDefinitions:protected] => [schema:protected] => [indexes:protected] => Array ( ) [itemDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\TypedData\FieldItemDataDefinition [fieldDefinition:protected] => Drupal\Core\Field\BaseFieldDefinition [definition:protected] => Array(2) [typedDataManager:protected] => ) [definition:protected] => Array ( [label] => Drupal\Core\StringTranslation\TranslatableMarkup [display] => Array(2) [revisionable] => 1 [translatable] => 1 [provider] => node [field_name] => langcode [entity_type] => node [bundle] => ) [typedDataManager:protected] => ) [definition:protected] => Array ( [type] => field_item:language [settings] => Array ( ) ) [typedDataManager:protected] => ) [definition:protected] => Array ( [label] => stdClass Object ( [__CLASS__] => Drupal\Core\StringTranslation\TranslatableMarkup [translatedMarkup:protected] => [options:protected] => Array ( ) [stringTranslation:protected] => [string:protected] => Language [arguments:protected] => Array ( ) ) [display] => Array ( [view] => Array ( [options] => Array(1) ) [form] => Array ( [options] => Array(2) ) ) [revisionable] => 1 [translatable] => 1 [provider] => node [field_name] => langcode [entity_type] => node [bundle] => ) [typedDataManager:protected] => ) [type] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\BaseFieldDefinition [type:protected] => entity_reference [propertyDefinitions:protected] => [schema:protected] => [indexes:protected] => Array ( ) [itemDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\TypedData\FieldItemDataDefinition [fieldDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\BaseFieldDefinition [type:protected] => entity_reference [propertyDefinitions:protected] => [schema:protected] => [indexes:protected] => Array ( ) [itemDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\TypedData\FieldItemDataDefinition [fieldDefinition:protected] => Drupal\Core\Field\BaseFieldDefinition [definition:protected] => Array(2) [typedDataManager:protected] => ) [definition:protected] => Array ( [label] => Content type [required] => 1 [read-only] => 1 [provider] => node [field_name] => type [entity_type] => node [bundle] => ) [typedDataManager:protected] => ) [definition:protected] => Array ( [type] => field_item:entity_reference [settings] => Array ( [target_type] => node_type [handler] => default [handler_settings] => Array(0) ) ) [typedDataManager:protected] => ) [definition:protected] => Array ( [label] => Content type [required] => 1 [read-only] => 1 [provider] => node [field_name] => type [entity_type] => node [bundle] => ) [typedDataManager:protected] => ) [revision_timestamp] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\BaseFieldDefinition [type:protected] => created [propertyDefinitions:protected] => [schema:protected] => [indexes:protected] => Array ( ) [itemDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\TypedData\FieldItemDataDefinition [fieldDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\BaseFieldDefinition [type:protected] => created [propertyDefinitions:protected] => [schema:protected] => [indexes:protected] => Array ( ) [itemDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\TypedData\FieldItemDataDefinition [fieldDefinition:protected] => Drupal\Core\Field\BaseFieldDefinition [definition:protected] => Array(2) [typedDataManager:protected] => ) [definition:protected] => Array ( [label] => Drupal\Core\StringTranslation\TranslatableMarkup [description] => Drupal\Core\StringTranslation\TranslatableMarkup [revisionable] => 1 [provider] => node [field_name] => revision_timestamp [entity_type] => node [bundle] => ) [typedDataManager:protected] => ) [definition:protected] => Array ( [type] => field_item:created [settings] => Array ( ) ) [typedDataManager:protected] => ) [definition:protected] => Array ( [label] => stdClass Object ( [__CLASS__] => Drupal\Core\StringTranslation\TranslatableMarkup [translatedMarkup:protected] => [options:protected] => Array ( ) [stringTranslation:protected] => [string:protected] => Revision create time [arguments:protected] => Array ( ) ) [description] => stdClass Object ( [__CLASS__] => Drupal\Core\StringTranslation\TranslatableMarkup [translatedMarkup:protected] => [options:protected] => Array ( ) [stringTranslation:protected] => [string:protected] => The time that the current revision was created. [arguments:protected] => Array ( ) ) [revisionable] => 1 [provider] => node [field_name] => revision_timestamp [entity_type] => node [bundle] => ) [typedDataManager:protected] => ) [revision_uid] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\BaseFieldDefinition [type:protected] => entity_reference [propertyDefinitions:protected] => [schema:protected] => [indexes:protected] => Array ( ) [itemDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\TypedData\FieldItemDataDefinition [fieldDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\BaseFieldDefinition [type:protected] => entity_reference [propertyDefinitions:protected] => [schema:protected] => [indexes:protected] => Array ( ) [itemDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\TypedData\FieldItemDataDefinition [fieldDefinition:protected] => Drupal\Core\Field\BaseFieldDefinition [definition:protected] => Array(2) [typedDataManager:protected] => ) [definition:protected] => Array ( [label] => Drupal\Core\StringTranslation\TranslatableMarkup [description] => Drupal\Core\StringTranslation\TranslatableMarkup [revisionable] => 1 [provider] => node [field_name] => revision_uid [entity_type] => node [bundle] => ) [typedDataManager:protected] => ) [definition:protected] => Array ( [type] => field_item:entity_reference [settings] => Array ( [target_type] => user [handler] => default [handler_settings] => Array(0) ) ) [typedDataManager:protected] => ) [definition:protected] => Array ( [label] => stdClass Object ( [__CLASS__] => Drupal\Core\StringTranslation\TranslatableMarkup [translatedMarkup:protected] => [options:protected] => Array ( ) [stringTranslation:protected] => [string:protected] => Revision user [arguments:protected] => Array ( ) ) [description] => stdClass Object ( [__CLASS__] => Drupal\Core\StringTranslation\TranslatableMarkup [translatedMarkup:protected] => [options:protected] => Array ( ) [stringTranslation:protected] => [string:protected] => The user ID of the author of the current revision. [arguments:protected] => Array ( ) ) [revisionable] => 1 [provider] => node [field_name] => revision_uid [entity_type] => node [bundle] => ) [typedDataManager:protected] => ) [revision_log] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\BaseFieldDefinition [type:protected] => string_long [propertyDefinitions:protected] => [schema:protected] => [indexes:protected] => Array ( ) [itemDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\TypedData\FieldItemDataDefinition [fieldDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\BaseFieldDefinition [type:protected] => string_long [propertyDefinitions:protected] => [schema:protected] => [indexes:protected] => Array ( ) [itemDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\TypedData\FieldItemDataDefinition [fieldDefinition:protected] => Drupal\Core\Field\BaseFieldDefinition [definition:protected] => Array(2) [typedDataManager:protected] => ) [definition:protected] => Array ( [label] => Drupal\Core\StringTranslation\TranslatableMarkup [description] => Drupal\Core\StringTranslation\TranslatableMarkup [revisionable] => 1 [default_value] => Array(1) [display] => Array(1) [provider] => node [field_name] => revision_log [entity_type] => node [bundle] => ) [typedDataManager:protected] => ) [definition:protected] => Array ( [type] => field_item:string_long [settings] => Array ( [case_sensitive] => ) ) [typedDataManager:protected] => ) [definition:protected] => Array ( [label] => stdClass Object ( [__CLASS__] => Drupal\Core\StringTranslation\TranslatableMarkup [translatedMarkup:protected] => [options:protected] => Array ( ) [stringTranslation:protected] => [string:protected] => Revision log message [arguments:protected] => Array ( ) ) [description] => stdClass Object ( [__CLASS__] => Drupal\Core\StringTranslation\TranslatableMarkup [translatedMarkup:protected] => [options:protected] => Array ( ) [stringTranslation:protected] => [string:protected] => Briefly describe the changes you have made. [arguments:protected] => Array ( ) ) [revisionable] => 1 [default_value] => Array ( [0] => Array ( [value] => ) ) [display] => Array ( [form] => Array ( [options] => Array(3) ) ) [provider] => node [field_name] => revision_log [entity_type] => node [bundle] => ) [typedDataManager:protected] => ) [status] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\BaseFieldDefinition [type:protected] => boolean [propertyDefinitions:protected] => [schema:protected] => [indexes:protected] => Array ( ) [itemDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\TypedData\FieldItemDataDefinition [fieldDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\BaseFieldDefinition [type:protected] => boolean [propertyDefinitions:protected] => [schema:protected] => [indexes:protected] => Array ( ) [itemDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\TypedData\FieldItemDataDefinition [fieldDefinition:protected] => Drupal\Core\Field\BaseFieldDefinition [definition:protected] => Array(2) [typedDataManager:protected] => ) [definition:protected] => Array ( [label] => Drupal\Core\StringTranslation\TranslatableMarkup [revisionable] => 1 [translatable] => 1 [default_value] => Array(1) [display] => Array(1) [provider] => node [field_name] => status [entity_type] => node [bundle] => ) [typedDataManager:protected] => ) [definition:protected] => Array ( [type] => field_item:boolean [settings] => Array ( [on_label] => Drupal\Core\StringTranslation\TranslatableMarkup [off_label] => Drupal\Core\StringTranslation\TranslatableMarkup ) ) [typedDataManager:protected] => ) [definition:protected] => Array ( [label] => stdClass Object ( [__CLASS__] => Drupal\Core\StringTranslation\TranslatableMarkup [translatedMarkup:protected] => [options:protected] => Array ( ) [stringTranslation:protected] => [string:protected] => Published [arguments:protected] => Array ( ) ) [revisionable] => 1 [translatable] => 1 [default_value] => Array ( [0] => Array ( [value] => 1 ) ) [display] => Array ( [form] => Array ( [options] => Array(3) [configurable] => 1 ) ) [provider] => node [field_name] => status [entity_type] => node [bundle] => ) [typedDataManager:protected] => ) [uid] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\BaseFieldDefinition [type:protected] => entity_reference [propertyDefinitions:protected] => [schema:protected] => [indexes:protected] => Array ( ) [itemDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\TypedData\FieldItemDataDefinition [fieldDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\BaseFieldDefinition [type:protected] => entity_reference [propertyDefinitions:protected] => [schema:protected] => [indexes:protected] => Array ( ) [itemDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\TypedData\FieldItemDataDefinition [fieldDefinition:protected] => Drupal\Core\Field\BaseFieldDefinition [definition:protected] => Array(2) [typedDataManager:protected] => ) [definition:protected] => Array ( [label] => Drupal\Core\StringTranslation\TranslatableMarkup [translatable] => 1 [default_value_callback] => Drupal\node\Entity\Node::getDefaultEntityOwner [description] => Drupal\Core\StringTranslation\TranslatableMarkup [revisionable] => 1 [display] => Array(2) [provider] => node [field_name] => uid [entity_type] => node [bundle] => ) [typedDataManager:protected] => ) [definition:protected] => Array ( [type] => field_item:entity_reference [settings] => Array ( [target_type] => user [handler] => default [handler_settings] => Array(0) ) ) [typedDataManager:protected] => ) [definition:protected] => Array ( [label] => stdClass Object ( [__CLASS__] => Drupal\Core\StringTranslation\TranslatableMarkup [translatedMarkup:protected] => [options:protected] => Array ( ) [stringTranslation:protected] => [string:protected] => Authored by [arguments:protected] => Array ( ) ) [translatable] => 1 [default_value_callback] => Drupal\node\Entity\Node::getDefaultEntityOwner [description] => stdClass Object ( [__CLASS__] => Drupal\Core\StringTranslation\TranslatableMarkup [translatedMarkup:protected] => [options:protected] => Array ( ) [stringTranslation:protected] => [string:protected] => The username of the content author. [arguments:protected] => Array ( ) ) [revisionable] => 1 [display] => Array ( [view] => Array ( [options] => Array(3) ) [form] => Array ( [options] => Array(3) [configurable] => 1 ) ) [provider] => node [field_name] => uid [entity_type] => node [bundle] => ) [typedDataManager:protected] => ) [title] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\BaseFieldDefinition [type:protected] => string [propertyDefinitions:protected] => [schema:protected] => [indexes:protected] => Array ( ) [itemDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\TypedData\FieldItemDataDefinition [fieldDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\BaseFieldDefinition [type:protected] => string [propertyDefinitions:protected] => [schema:protected] => [indexes:protected] => Array ( ) [itemDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\TypedData\FieldItemDataDefinition [fieldDefinition:protected] => Drupal\Core\Field\BaseFieldDefinition [definition:protected] => Array(2) [typedDataManager:protected] => ) [definition:protected] => Array ( [label] => Drupal\Core\StringTranslation\TranslatableMarkup [required] => 1 [translatable] => 1 [revisionable] => 1 [display] => Array(2) [provider] => node [field_name] => title [entity_type] => node [bundle] => ) [typedDataManager:protected] => ) [definition:protected] => Array ( [type] => field_item:string [settings] => Array ( [max_length] => 255 [is_ascii] => [case_sensitive] => ) ) [typedDataManager:protected] => ) [definition:protected] => Array ( [label] => stdClass Object ( [__CLASS__] => Drupal\Core\StringTranslation\TranslatableMarkup [translatedMarkup:protected] => [options:protected] => Array ( ) [stringTranslation:protected] => [string:protected] => Title [arguments:protected] => Array ( ) ) [required] => 1 [translatable] => 1 [revisionable] => 1 [display] => Array ( [view] => Array ( [options] => Array(3) ) [form] => Array ( [options] => Array(2) [configurable] => 1 ) ) [provider] => node [field_name] => title [entity_type] => node [bundle] => ) [typedDataManager:protected] => ) [created] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\BaseFieldDefinition [type:protected] => created [propertyDefinitions:protected] => [schema:protected] => [indexes:protected] => Array ( ) [itemDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\TypedData\FieldItemDataDefinition [fieldDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\BaseFieldDefinition [type:protected] => created [propertyDefinitions:protected] => [schema:protected] => [indexes:protected] => Array ( ) [itemDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\TypedData\FieldItemDataDefinition [fieldDefinition:protected] => Drupal\Core\Field\BaseFieldDefinition [definition:protected] => Array(2) [typedDataManager:protected] => ) [definition:protected] => Array ( [label] => Drupal\Core\StringTranslation\TranslatableMarkup [description] => Drupal\Core\StringTranslation\TranslatableMarkup [revisionable] => 1 [translatable] => 1 [display] => Array(2) [provider] => node [field_name] => created [entity_type] => node [bundle] => ) [typedDataManager:protected] => ) [definition:protected] => Array ( [type] => field_item:created [settings] => Array ( ) ) [typedDataManager:protected] => ) [definition:protected] => Array ( [label] => stdClass Object ( [__CLASS__] => Drupal\Core\StringTranslation\TranslatableMarkup [translatedMarkup:protected] => [options:protected] => Array ( ) [stringTranslation:protected] => [string:protected] => Authored on [arguments:protected] => Array ( ) ) [description] => stdClass Object ( [__CLASS__] => Drupal\Core\StringTranslation\TranslatableMarkup [translatedMarkup:protected] => [options:protected] => Array ( ) [stringTranslation:protected] => [string:protected] => The time that the node was created. [arguments:protected] => Array ( ) ) [revisionable] => 1 [translatable] => 1 [display] => Array ( [view] => Array ( [options] => Array(3) ) [form] => Array ( [options] => Array(2) [configurable] => 1 ) ) [provider] => node [field_name] => created [entity_type] => node [bundle] => ) [typedDataManager:protected] => ) [changed] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\BaseFieldDefinition [type:protected] => changed [propertyDefinitions:protected] => [schema:protected] => [indexes:protected] => Array ( ) [itemDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\TypedData\FieldItemDataDefinition [fieldDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\BaseFieldDefinition [type:protected] => changed [propertyDefinitions:protected] => [schema:protected] => [indexes:protected] => Array ( ) [itemDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\TypedData\FieldItemDataDefinition [fieldDefinition:protected] => Drupal\Core\Field\BaseFieldDefinition [definition:protected] => Array(2) [typedDataManager:protected] => ) [definition:protected] => Array ( [label] => Drupal\Core\StringTranslation\TranslatableMarkup [description] => Drupal\Core\StringTranslation\TranslatableMarkup [revisionable] => 1 [translatable] => 1 [provider] => node [field_name] => changed [entity_type] => node [bundle] => ) [typedDataManager:protected] => ) [definition:protected] => Array ( [type] => field_item:changed [settings] => Array ( ) ) [typedDataManager:protected] => ) [definition:protected] => Array ( [label] => stdClass Object ( [__CLASS__] => Drupal\Core\StringTranslation\TranslatableMarkup [translatedMarkup:protected] => [options:protected] => Array ( ) [stringTranslation:protected] => [string:protected] => Changed [arguments:protected] => Array ( ) ) [description] => stdClass Object ( [__CLASS__] => Drupal\Core\StringTranslation\TranslatableMarkup [translatedMarkup:protected] => [options:protected] => Array ( ) [stringTranslation:protected] => [string:protected] => The time that the node was last edited. [arguments:protected] => Array ( ) ) [revisionable] => 1 [translatable] => 1 [provider] => node [field_name] => changed [entity_type] => node [bundle] => ) [typedDataManager:protected] => ) [promote] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\BaseFieldDefinition [type:protected] => boolean [propertyDefinitions:protected] => [schema:protected] => [indexes:protected] => Array ( ) [itemDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\TypedData\FieldItemDataDefinition [fieldDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\BaseFieldDefinition [type:protected] => boolean [propertyDefinitions:protected] => [schema:protected] => [indexes:protected] => Array ( ) [itemDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\TypedData\FieldItemDataDefinition [fieldDefinition:protected] => Drupal\Core\Field\BaseFieldDefinition [definition:protected] => Array(2) [typedDataManager:protected] => ) [definition:protected] => Array ( [label] => Drupal\Core\StringTranslation\TranslatableMarkup [revisionable] => 1 [translatable] => 1 [default_value] => Array(1) [display] => Array(1) [provider] => node [field_name] => promote [entity_type] => node [bundle] => ) [typedDataManager:protected] => ) [definition:protected] => Array ( [type] => field_item:boolean [settings] => Array ( [on_label] => Drupal\Core\StringTranslation\TranslatableMarkup [off_label] => Drupal\Core\StringTranslation\TranslatableMarkup ) ) [typedDataManager:protected] => ) [definition:protected] => Array ( [label] => stdClass Object ( [__CLASS__] => Drupal\Core\StringTranslation\TranslatableMarkup [translatedMarkup:protected] => [options:protected] => Array ( ) [stringTranslation:protected] => [string:protected] => Promoted to front page [arguments:protected] => Array ( ) ) [revisionable] => 1 [translatable] => 1 [default_value] => Array ( [0] => Array ( [value] => 1 ) ) [display] => Array ( [form] => Array ( [options] => Array(3) [configurable] => 1 ) ) [provider] => node [field_name] => promote [entity_type] => node [bundle] => ) [typedDataManager:protected] => ) [sticky] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\BaseFieldDefinition [type:protected] => boolean [propertyDefinitions:protected] => [schema:protected] => [indexes:protected] => Array ( ) [itemDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\TypedData\FieldItemDataDefinition [fieldDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\BaseFieldDefinition [type:protected] => boolean [propertyDefinitions:protected] => [schema:protected] => [indexes:protected] => Array ( ) [itemDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\TypedData\FieldItemDataDefinition [fieldDefinition:protected] => Drupal\Core\Field\BaseFieldDefinition [definition:protected] => Array(2) [typedDataManager:protected] => ) [definition:protected] => Array ( [label] => Drupal\Core\StringTranslation\TranslatableMarkup [revisionable] => 1 [translatable] => 1 [default_value] => Array(1) [display] => Array(1) [provider] => node [field_name] => sticky [entity_type] => node [bundle] => ) [typedDataManager:protected] => ) [definition:protected] => Array ( [type] => field_item:boolean [settings] => Array ( [on_label] => Drupal\Core\StringTranslation\TranslatableMarkup [off_label] => Drupal\Core\StringTranslation\TranslatableMarkup ) ) [typedDataManager:protected] => ) [definition:protected] => Array ( [label] => stdClass Object ( [__CLASS__] => Drupal\Core\StringTranslation\TranslatableMarkup [translatedMarkup:protected] => [options:protected] => Array ( ) [stringTranslation:protected] => [string:protected] => Sticky at top of lists [arguments:protected] => Array ( ) ) [revisionable] => 1 [translatable] => 1 [default_value] => Array ( [0] => Array ( [value] => ) ) [display] => Array ( [form] => Array ( [options] => Array(3) [configurable] => 1 ) ) [provider] => node [field_name] => sticky [entity_type] => node [bundle] => ) [typedDataManager:protected] => ) [default_langcode] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\BaseFieldDefinition [type:protected] => boolean [propertyDefinitions:protected] => [schema:protected] => [indexes:protected] => Array ( ) [itemDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\TypedData\FieldItemDataDefinition [fieldDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\BaseFieldDefinition [type:protected] => boolean [propertyDefinitions:protected] => [schema:protected] => [indexes:protected] => Array ( ) [itemDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\TypedData\FieldItemDataDefinition [fieldDefinition:protected] => Drupal\Core\Field\BaseFieldDefinition [definition:protected] => Array(2) [typedDataManager:protected] => ) [definition:protected] => Array ( [label] => Drupal\Core\StringTranslation\TranslatableMarkup [description] => Drupal\Core\StringTranslation\TranslatableMarkup [translatable] => 1 [revisionable] => 1 [default_value] => Array(1) [provider] => node [field_name] => default_langcode [entity_type] => node [bundle] => ) [typedDataManager:protected] => ) [definition:protected] => Array ( [type] => field_item:boolean [settings] => Array ( [on_label] => Drupal\Core\StringTranslation\TranslatableMarkup [off_label] => Drupal\Core\StringTranslation\TranslatableMarkup ) ) [typedDataManager:protected] => ) [definition:protected] => Array ( [label] => stdClass Object ( [__CLASS__] => Drupal\Core\StringTranslation\TranslatableMarkup [translatedMarkup:protected] => [options:protected] => Array ( ) [stringTranslation:protected] => [string:protected] => Default translation [arguments:protected] => Array ( ) ) [description] => stdClass Object ( [__CLASS__] => Drupal\Core\StringTranslation\TranslatableMarkup [translatedMarkup:protected] => [options:protected] => Array ( ) [stringTranslation:protected] => [string:protected] => A flag indicating whether this is the default translation. [arguments:protected] => Array ( ) ) [translatable] => 1 [revisionable] => 1 [default_value] => Array ( [0] => Array ( [value] => 1 ) ) [provider] => node [field_name] => default_langcode [entity_type] => node [bundle] => ) [typedDataManager:protected] => ) [revision_default] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\BaseFieldDefinition [type:protected] => boolean [propertyDefinitions:protected] => [schema:protected] => [indexes:protected] => Array ( ) [itemDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\TypedData\FieldItemDataDefinition [fieldDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\BaseFieldDefinition [type:protected] => boolean [propertyDefinitions:protected] => [schema:protected] => [indexes:protected] => Array ( ) [itemDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\TypedData\FieldItemDataDefinition [fieldDefinition:protected] => Drupal\Core\Field\BaseFieldDefinition [definition:protected] => Array(2) [typedDataManager:protected] => ) [definition:protected] => Array ( [label] => Drupal\Core\StringTranslation\TranslatableMarkup [description] => Drupal\Core\StringTranslation\TranslatableMarkup [storage_required] => 1 [internal] => 1 [translatable] => [revisionable] => 1 [provider] => node [field_name] => revision_default [entity_type] => node [bundle] => ) [typedDataManager:protected] => ) [definition:protected] => Array ( [type] => field_item:boolean [settings] => Array ( [on_label] => Drupal\Core\StringTranslation\TranslatableMarkup [off_label] => Drupal\Core\StringTranslation\TranslatableMarkup ) ) [typedDataManager:protected] => ) [definition:protected] => Array ( [label] => stdClass Object ( [__CLASS__] => Drupal\Core\StringTranslation\TranslatableMarkup [translatedMarkup:protected] => [options:protected] => Array ( ) [stringTranslation:protected] => [string:protected] => Default revision [arguments:protected] => Array ( ) ) [description] => stdClass Object ( [__CLASS__] => Drupal\Core\StringTranslation\TranslatableMarkup [translatedMarkup:protected] => [options:protected] => Array ( ) [stringTranslation:protected] => [string:protected] => A flag indicating whether this was a default revision when it was saved. [arguments:protected] => Array ( ) ) [storage_required] => 1 [internal] => 1 [translatable] => [revisionable] => 1 [provider] => node [field_name] => revision_default [entity_type] => node [bundle] => ) [typedDataManager:protected] => ) [revision_translation_affected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\BaseFieldDefinition [type:protected] => boolean [propertyDefinitions:protected] => [schema:protected] => [indexes:protected] => Array ( ) [itemDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\TypedData\FieldItemDataDefinition [fieldDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\BaseFieldDefinition [type:protected] => boolean [propertyDefinitions:protected] => [schema:protected] => [indexes:protected] => Array ( ) [itemDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\TypedData\FieldItemDataDefinition [fieldDefinition:protected] => Drupal\Core\Field\BaseFieldDefinition [definition:protected] => Array(2) [typedDataManager:protected] => ) [definition:protected] => Array ( [label] => Drupal\Core\StringTranslation\TranslatableMarkup [description] => Drupal\Core\StringTranslation\TranslatableMarkup [read-only] => 1 [revisionable] => 1 [translatable] => 1 [provider] => node [field_name] => revision_translation_affected [entity_type] => node [bundle] => ) [typedDataManager:protected] => ) [definition:protected] => Array ( [type] => field_item:boolean [settings] => Array ( [on_label] => Drupal\Core\StringTranslation\TranslatableMarkup [off_label] => Drupal\Core\StringTranslation\TranslatableMarkup ) ) [typedDataManager:protected] => ) [definition:protected] => Array ( [label] => stdClass Object ( [__CLASS__] => Drupal\Core\StringTranslation\TranslatableMarkup [translatedMarkup:protected] => [options:protected] => Array ( ) [stringTranslation:protected] => [string:protected] => Revision translation affected [arguments:protected] => Array ( ) ) [description] => stdClass Object ( [__CLASS__] => Drupal\Core\StringTranslation\TranslatableMarkup [translatedMarkup:protected] => [options:protected] => Array ( ) [stringTranslation:protected] => [string:protected] => Indicates if the last edit of a translation belongs to current revision. [arguments:protected] => Array ( ) ) [read-only] => 1 [revisionable] => 1 [translatable] => 1 [provider] => node [field_name] => revision_translation_affected [entity_type] => node [bundle] => ) [typedDataManager:protected] => ) [path] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\BaseFieldDefinition [type:protected] => path [propertyDefinitions:protected] => [schema:protected] => [indexes:protected] => Array ( ) [itemDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\TypedData\FieldItemDataDefinition [fieldDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\BaseFieldDefinition [type:protected] => path [propertyDefinitions:protected] => [schema:protected] => [indexes:protected] => Array ( ) [itemDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\TypedData\FieldItemDataDefinition [fieldDefinition:protected] => Drupal\Core\Field\BaseFieldDefinition [definition:protected] => Array(2) [typedDataManager:protected] => ) [definition:protected] => Array ( [label] => Drupal\Core\StringTranslation\TranslatableMarkup [translatable] => 1 [display] => Array(1) [computed] => 1 [provider] => path [field_name] => path [entity_type] => node [bundle] => ) [typedDataManager:protected] => ) [definition:protected] => Array ( [type] => field_item:path [settings] => Array ( ) ) [typedDataManager:protected] => ) [definition:protected] => Array ( [label] => stdClass Object ( [__CLASS__] => Drupal\Core\StringTranslation\TranslatableMarkup [translatedMarkup:protected] => [options:protected] => Array ( ) [stringTranslation:protected] => [string:protected] => URL alias [arguments:protected] => Array ( ) ) [translatable] => 1 [display] => Array ( [form] => Array ( [options] => Array(2) [configurable] => 1 ) ) [computed] => 1 [provider] => path [field_name] => path [entity_type] => node [bundle] => ) [typedDataManager:protected] => ) [menu_link] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\BaseFieldDefinition [type:protected] => entity_reference [propertyDefinitions:protected] => [schema:protected] => [indexes:protected] => Array ( ) [itemDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\TypedData\FieldItemDataDefinition [fieldDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\BaseFieldDefinition [type:protected] => entity_reference [propertyDefinitions:protected] => [schema:protected] => [indexes:protected] => Array ( ) [itemDefinition:protected] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\TypedData\FieldItemDataDefinition [fieldDefinition:protected] => Drupal\Core\Field\BaseFieldDefinition [definition:protected] => Array(2) [typedDataManager:protected] => ) [definition:protected] => Array ( [label] => Drupal\Core\StringTranslation\TranslatableMarkup [description] => Drupal\Core\StringTranslation\TranslatableMarkup [revisionable] => 1 [translatable] => 1 [internal] => 1 [display] => Array(2) [computed] => 1 [provider] => token [field_name] => menu_link [entity_type] => node [bundle] => ) [typedDataManager:protected] => ) [definition:protected] => Array ( [type] => field_item:entity_reference [settings] => Array ( [target_type] => menu_link_content [handler] => default [handler_settings] => Array(0) ) ) [typedDataManager:protected] => ) [definition:protected] => Array ( [label] => stdClass Object ( [__CLASS__] => Drupal\Core\StringTranslation\TranslatableMarkup [translatedMarkup:protected] => [options:protected] => Array ( ) [stringTranslation:protected] => [string:protected] => Menu link [arguments:protected] => Array ( ) ) [description] => stdClass Object ( [__CLASS__] => Drupal\Core\StringTranslation\TranslatableMarkup [translatedMarkup:protected] => [options:protected] => Array ( ) [stringTranslation:protected] => [string:protected] => Computed menu link for the node (only available during node saving). [arguments:protected] => Array ( ) ) [revisionable] => 1 [translatable] => 1 [internal] => 1 [display] => Array ( [view] => Array ( [options] => Array(2) ) [form] => Array ( [options] => Array(1) ) ) [computed] => 1 [provider] => token [field_name] => menu_link [entity_type] => node [bundle] => ) [typedDataManager:protected] => ) [body] => stdClass Object ( [__CLASS__] => Drupal\field\Entity\FieldConfig [deleted:protected] => [fieldStorage:protected] => [id:protected] => node.article.body [field_name:protected] => body [field_type:protected] => text_with_summary [entity_type:protected] => node [bundle:protected] => article [label:protected] => Body [description:protected] => [settings:protected] => Array ( [display_summary] => 1 [required_summary] => ) [required:protected] => [translatable:protected] => 1 [default_value:protected] => Array ( ) [default_value_callback:protected] => [itemDefinition:protected] => [constraints:protected] => Array ( ) [propertyConstraints:protected] => Array ( ) [originalId:protected] => node.article.body [status:protected] => 1 [uuid:protected] => 9a1dbb08-4f66-4ee6-9b9c-64ad14d62fa0 [langcode:protected] => en [third_party_settings:protected] => Array ( ) [_core:protected] => Array ( [default_config_hash] => Ay3b2hq42cpQTFB_lNu8S2ZxuVIY6-dlBsc7vLeJ-YY ) [trustedData:protected] => [entityTypeId:protected] => field_config [enforceIsNew:protected] => [typedData:protected] => [cacheContexts:protected] => Array ( ) [cacheTags:protected] => Array ( ) [cacheMaxAge:protected] => -1 [_serviceIds:protected] => Array ( ) [_entityStorages:protected] => Array ( ) [dependencies:protected] => Array ( [config] => Array ( [0] => field.storage.node.body [1] => node.type.article ) [module] => Array ( [0] => text ) ) [isSyncing:protected] => [isUninstalling:Drupal\Core\Config\Entity\ConfigEntityBase:private] => ) [comment] => stdClass Object ( [__CLASS__] => Drupal\field\Entity\FieldConfig [deleted:protected] => [fieldStorage:protected] => [id:protected] => node.article.comment [field_name:protected] => comment [field_type:protected] => comment [entity_type:protected] => node [bundle:protected] => article [label:protected] => Comments [description:protected] => [settings:protected] => Array ( [default_mode] => 1 [per_page] => 50 [form_location] => 1 [anonymous] => 0 [preview] => 1 ) [required:protected] => [translatable:protected] => 1 [default_value:protected] => Array ( [0] => Array ( [status] => 2 [cid] => 0 [last_comment_name] => [last_comment_timestamp] => 0 [last_comment_uid] => 0 [comment_count] => 0 ) ) [default_value_callback:protected] => [itemDefinition:protected] => [constraints:protected] => Array ( ) [propertyConstraints:protected] => Array ( ) [originalId:protected] => node.article.comment [status:protected] => 1 [uuid:protected] => bbf7cd4f-3283-4ef1-ba81-c53b95930048 [langcode:protected] => en [third_party_settings:protected] => Array ( ) [_core:protected] => Array ( [default_config_hash] => r-hrxwbKKXBKQnBefGjXNSdU00u2fPvMWEykGRHqd10 ) [trustedData:protected] => [entityTypeId:protected] => field_config [enforceIsNew:protected] => [typedData:protected] => [cacheContexts:protected] => Array ( ) [cacheTags:protected] => Array ( ) [cacheMaxAge:protected] => -1 [_serviceIds:protected] => Array ( ) [_entityStorages:protected] => Array ( ) [dependencies:protected] => Array ( [config] => Array ( [0] => field.storage.node.comment [1] => node.type.article ) [module] => Array ( [0] => comment ) ) [isSyncing:protected] => [isUninstalling:Drupal\Core\Config\Entity\ConfigEntityBase:private] => ) [field_image] => stdClass Object ( [__CLASS__] => Drupal\field\Entity\FieldConfig [deleted:protected] => [fieldStorage:protected] => [id:protected] => node.article.field_image [field_name:protected] => field_image [field_type:protected] => image [entity_type:protected] => node [bundle:protected] => article [label:protected] => Image [description:protected] => [settings:protected] => Array ( [file_directory] => [date:custom:Y]-[date:custom:m] [file_extensions] => png gif jpg jpeg [max_filesize] => [max_resolution] => [min_resolution] => [alt_field] => 1 [title_field] => [alt_field_required] => 1 [title_field_required] => [default_image] => Array ( [uuid] => [alt] => [title] => [width] => [height] => ) [handler] => default:file [handler_settings] => Array ( ) ) [required:protected] => [translatable:protected] => 1 [default_value:protected] => Array ( ) [default_value_callback:protected] => [itemDefinition:protected] => [constraints:protected] => Array ( ) [propertyConstraints:protected] => Array ( ) [originalId:protected] => node.article.field_image [status:protected] => 1 [uuid:protected] => 0e8f5c0f-f0ca-4dc7-b610-0962328d04e7 [langcode:protected] => en [third_party_settings:protected] => Array ( ) [_core:protected] => Array ( [default_config_hash] => tgJzhA7Swh4M_gWU5FwFe5lPxPj5rebpMbvhpdNrERs ) [trustedData:protected] => [entityTypeId:protected] => field_config [enforceIsNew:protected] => [typedData:protected] => [cacheContexts:protected] => Array ( ) [cacheTags:protected] => Array ( ) [cacheMaxAge:protected] => -1 [_serviceIds:protected] => Array ( ) [_entityStorages:protected] => Array ( ) [dependencies:protected] => Array ( [config] => Array ( [0] => field.storage.node.field_image [1] => node.type.article ) [module] => Array ( [0] => image ) ) [isSyncing:protected] => [isUninstalling:Drupal\Core\Config\Entity\ConfigEntityBase:private] => ) [field_tags] => stdClass Object ( [__CLASS__] => Drupal\field\Entity\FieldConfig [deleted:protected] => [fieldStorage:protected] => [id:protected] => node.article.field_tags [field_name:protected] => field_tags [field_type:protected] => entity_reference [entity_type:protected] => node [bundle:protected] => article [label:protected] => Tags [description:protected] => Enter a comma-separated list. For example: Amsterdam, Mexico City, "Cleveland, Ohio" [settings:protected] => Array ( [handler] => default:taxonomy_term [handler_settings] => Array ( [target_bundles] => Array ( [tags] => tags ) [sort] => Array ( [field] => _none ) [auto_create] => 1 ) ) [required:protected] => [translatable:protected] => 1 [default_value:protected] => Array ( ) [default_value_callback:protected] => [itemDefinition:protected] => [constraints:protected] => Array ( ) [propertyConstraints:protected] => Array ( ) [originalId:protected] => node.article.field_tags [status:protected] => 1 [uuid:protected] => fda0bef4-60b7-47b4-9b5a-0736c2fc6da8 [langcode:protected] => en [third_party_settings:protected] => Array ( ) [_core:protected] => Array ( [default_config_hash] => QdUgf_beeoaPiyKorFv0q1fcJpWH_uZTqe_xoVJacrw ) [trustedData:protected] => [entityTypeId:protected] => field_config [enforceIsNew:protected] => [typedData:protected] => [cacheContexts:protected] => Array ( ) [cacheTags:protected] => Array ( ) [cacheMaxAge:protected] => -1 [_serviceIds:protected] => Array ( ) [_entityStorages:protected] => Array ( ) [dependencies:protected] => Array ( [config] => Array ( [0] => field.storage.node.field_tags [1] => node.type.article [2] => taxonomy.vocabulary.tags ) ) [isSyncing:protected] => [isUninstalling:Drupal\Core\Config\Entity\ConfigEntityBase:private] => ) ) [languages:protected] => [langcodeKey:protected] => langcode [defaultLangcodeKey:protected] => default_langcode [activeLangcode:protected] => x-default [defaultLangcode:protected] => en [translations:protected] => Array ( [x-default] => Array ( [status] => 1 ) ) [translationInitialize:protected] => [newRevision:protected] => [isDefaultRevision:protected] => 1 [entityKeys:protected] => Array ( [bundle] => article [id] => 2 [revision] => 617 [uuid] => 40e98544-bd87-4469-945d-770f86fd5f4e ) [translatableEntityKeys:protected] => Array ( [label] => Array ( [x-default] => PHP setup for command line usage ) [langcode] => Array ( [x-default] => en ) [status] => Array ( [x-default] => 1 ) [published] => Array ( [x-default] => 1 ) [uid] => Array ( [x-default] => 1 ) [owner] => Array ( [x-default] => 1 ) [default_langcode] => Array ( [x-default] => 1 ) [revision_translation_affected] => Array ( [x-default] => 1 ) ) [validated:protected] => [validationRequired:protected] => [loadedRevisionId:protected] => 617 [revisionTranslationAffectedKey:protected] => revision_translation_affected [enforceRevisionTranslationAffected:protected] => Array ( ) [fieldsToSkipFromTranslationChangesCheck:protected] => Array ( ) [entityTypeId:protected] => node [enforceIsNew:protected] => [typedData:protected] => [cacheContexts:protected] => Array ( ) [cacheTags:protected] => Array ( ) [cacheMaxAge:protected] => -1 [_serviceIds:protected] => Array ( ) [_entityStorages:protected] => Array ( ) [isSyncing:protected] => )