Devel Load

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

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

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

            [uuid] => Array
                (
                    [x-default] => eafca065-b303-427d-8afa-84e1d63888df
                )

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

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

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

            [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] => Command line usage
                )

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

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

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

            [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] => .container {
        display: grid;
        grid-template-columns: auto auto; /* 2 COL LAYOUT */
      }
      .divL, .divR {
        box-sizing: border-box;
        padding: 10px;
      }
      .divL {
        text-align: center;
        min-width: 128px;
      }
      .divR {
      }
      @media only screen and (max-width: 768px) {
        .container {
          display: block;
        }
      }

Terminal
Your browser does not support the video tag.

Web services via REST are configured on this site, foldershare client is provided which includes both an API and a command line utility. You may use this client to manage data from a terminal or create scripts for automation.

Command line setup

  1. Check and install php if needed as noted here.
  2. Download and unzip the foldershare php client (requires PHP 7.2+).
  3. #fetch foldershare php client from project website
    curl -O https://seedmelab.org/sites/default/files/downloads/foldershare_php_client.1.1.0.tar.gz
    unzip foldershare_php_client.1.1.0.tar.gz
    cd foldershare_php_client.1.1.0
    
  4. Type "./foldershare --help" in a terminal window to get help. You must have php in your path or type
     /full/path/to/php ./foldershare --help

FolderShare client command set

You will need this temporary site's host name and your user name and password in order to connect to this site. For instance, you can list top level folders like this:

./foldershare --host hostname --username login --password password  ls /

document.getElementById("trial-hostname").innerHTML = window.location.hostname;

Many Linux-style file and folder commands are supported, such as:

  • "ls" to list a folder's contents.
  • "stat" to get the status of a file or folder.
  • "mkdir" to make a new folder.
  • "rm" to remove a file or folder tree.
  • "rmdir" to remove an empty folder.
  • "cp" to copy a file or folder.
  • "mv" to move a file or folder.

There are a few more commands particular to web services, such as:

  • "download" to download a file or folder.
  • "upload" to upload a file or folder.
  • "update" to add or change a file or folder's description.

FolderShare shell for interactive usage

Login to the site, this will drop the user in a foldershare shell, which enables easier manual interaction.

./foldershare --host hostname \
              --username login \
              --password password 
document.getElementById("trial-hostname2").innerHTML = window.location.hostname;

Create a new folder say "myfolder" at the top level (Will be available under Personal files when visited via the web browser).

foldershare> mkdir --help
foldershare> mkdir /myfolder

Upload a local file to the site using the "upload" command .

foldershare> upload --help

# Upload a file showing progress and preserving local timestamps
foldershare> upload -v -p /full/localpath/omega.zip /myfolder

# Upload missing files from local folder to remote destination 
foldershare> upload -v --sync /full/localpath/omega.zip /myfolder

Add a description to a file using the "update" command.

foldershare> update --help

# Add a description to a file
foldershare> update description 'this is metadata' /myfolder/omega.zip

Download a folder using the "download" command, this download the contents.

foldershare> download --help

# Download remote folder with progress display and preserve timestamps
foldershare> download -v -p /myfolder /full/localpath

# Download missing local files/folders from remote destination
foldershare> download -v -p /myfolder /full/localpath

 

Scripted usage example

Create a variable to hold the following information.

prefix="./foldershare --host hostname --username login --password password"
document.getElementById("trial-hostname3").innerHTML = window.location.hostname;

Create a new folder say "myfolder" at the top level (Will be available under Personal files when visited via the web browser).

$prefix mkdir /myfolder

Upload a local file to the site using the upload command.

$prefix upload -v -p /full/localpath/omega.zip /myfolder

Add a description to a file using the update command.

$prefix update description 'this is metadata' /myfolder/omega.zip

Download a folder using the "download" command, this download the contents.

$prefix download -v -p /myfolder /full/localpath
[summary] => [format] => full_html ) ) ) [book] => Array ( [nid] => 28 [bid] => 24 [pid] => 24 [has_children] => 0 [weight] => -9 [depth] => 2 [p1] => 24 [p2] => 28 [p3] => 0 [p4] => 0 [p5] => 0 [p6] => 0 [p7] => 0 [p8] => 0 [p9] => 0 [link_path] => node/28 [link_title] => Command line usage ) ) [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\Entity\BaseFieldOverride [baseFieldDefinition:protected] => [id:protected] => node.book.promote [field_name:protected] => promote [field_type:protected] => boolean [entity_type:protected] => node [bundle:protected] => book [label:protected] => Promoted to front page [description:protected] => [settings:protected] => Array ( [on_label] => On [off_label] => Off ) [required:protected] => [translatable:protected] => 1 [default_value:protected] => Array ( [0] => Array ( [value] => 0 ) ) [default_value_callback:protected] => [fieldStorage:protected] => [itemDefinition:protected] => [constraints:protected] => Array ( ) [propertyConstraints:protected] => Array ( ) [originalId:protected] => node.book.promote [status:protected] => 1 [uuid:protected] => c99fe7b3-2403-4420-afb0-8199d0e791e0 [langcode:protected] => en [third_party_settings:protected] => Array ( ) [_core:protected] => Array ( [default_config_hash] => rYbAZX1eKDo7CVRnBnpYgdmk8HQo5IcKhzePCx9LCZY ) [trustedData:protected] => [entityTypeId:protected] => base_field_override [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] => node.type.book ) ) [isSyncing:protected] => [isUninstalling:Drupal\Core\Config\Entity\ConfigEntityBase:private] => ) [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.book.body [field_name:protected] => body [field_type:protected] => text_with_summary [entity_type:protected] => node [bundle:protected] => book [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.book.body [status:protected] => 1 [uuid:protected] => a8025237-e04f-42ff-85e3-cbc206001488 [langcode:protected] => en [third_party_settings:protected] => Array ( ) [_core:protected] => Array ( [default_config_hash] => 718sPNbCWIXxNeDj1kRMyvll4TdMM9sxlzPrShb1dKU ) [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.book ) [module] => Array ( [0] => text ) ) [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] => book [id] => 28 [revision] => 631 [uuid] => eafca065-b303-427d-8afa-84e1d63888df ) [translatableEntityKeys:protected] => Array ( [label] => Array ( [x-default] => 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] => 631 [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] => )