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

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

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

            [uuid] => Array
                (
                    [x-default] => 928825a4-278f-4817-8365-4a74b1b8f09d
                )

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

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

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

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

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

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

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

            [title] => Array
                (
                    [x-default] => Togglable tabs
                )

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

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

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

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

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

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

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

            [body] => Array
                (
                    [x-default] => Array
                        (
                            [0] => Array
                                (
                                    [value] => [html format="ckeditor" different_values="0"]

Example tabs

Add quick, dynamic tab functionality to transition through panes of local content, even via dropdown menus.

Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.

Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid. Exercitation +1 labore velit, blog sartorial PBR leggings next level wes anderson artisan four loko farm-to-table craft beer twee. Qui photo booth letterpress, commodo enim craft beer mlkshk aliquip jean shorts ullamco ad vinyl cillum PBR. Homo nostrud organic, assumenda labore aesthetic magna delectus mollit. Keytar helvetica VHS salvia yr, vero magna velit sapiente labore stumptown. Vegan fanny pack odio cillum wes anderson 8-bit, sustainable jean shorts beard ut DIY ethical culpa terry richardson biodiesel. Art party scenester stumptown, tumblr butcher vero sint qui sapiente accusamus tattooed echo park.

Usage

Enable tabbable tabs via JavaScript (each tab needs to be activated individually):

$('#myTab a').click(function (e) { e.preventDefault() $(this).tab('show')})			

You can activate individual tabs in several ways:

$('#myTab a[href="#profile"]').tab('show') // Select tab by name$('#myTab a:first').tab('show') // Select first tab$('#myTab a:last').tab('show') // Select last tab$('#myTab li:eq(2) a').tab('show') // Select third tab (0-indexed)			

Markup

You can activate a tab or pill navigation without writing any JavaScript by simply specifying data-toggle="tab" or data-toggle="pill" on an element. Adding the nav and nav-tabs classes to the tab ul will apply the Bootstrap tab styling, while adding the nav and nav-pills classes will apply pill styling.

<!-- Nav tabs --><ul class="nav nav-tabs"> <li class="active"><a href="#home" data-toggle="tab">Home</a></li> <li><a href="#profile" data-toggle="tab">Profile</a></li> <li><a href="#messages" data-toggle="tab">Messages</a></li> <li><a href="#settings" data-toggle="tab">Settings</a></li></ul><!-- Tab panes --><div class="tab-content"> <div class="tab-pane active" id="home">...</div> <div class="tab-pane" id="profile">...</div> <div class="tab-pane" id="messages">...</div> <div class="tab-pane" id="settings">...</div></div>			

Fade effect

To make tabs fade in, add .fade to each .tab-pane. The first tab pane must also have .in to properly fade in initial content.

<div class="tab-content"> <div class="tab-pane fade in active" id="home">...</div> <div class="tab-pane fade" id="profile">...</div> <div class="tab-pane fade" id="messages">...</div> <div class="tab-pane fade" id="settings">...</div></div>			

Methods

$().tab

Activates a tab element and content container. Tab should have either a data-target or an href targeting a container node in the DOM.

<ul class="nav nav-tabs" id="myTab"> <li class="active"><a href="#home" data-toggle="tab">Home</a></li> <li><a href="#profile" data-toggle="tab">Profile</a></li> <li><a href="#messages" data-toggle="tab">Messages</a></li> <li><a href="#settings" data-toggle="tab">Settings</a></li></ul><div class="tab-content"> <div class="tab-pane active" id="home">...</div> <div class="tab-pane" id="profile">...</div> <div class="tab-pane" id="messages">...</div> <div class="tab-pane" id="settings">...</div></div><script> $(function () {	$('#myTab a:last').tab('show') })</script>			

Events

Event Type Description
show.bs.tab This event fires on tab show, but before the new tab has been shown. Use event.target and event.relatedTarget to target the active tab and the previous active tab (if available) respectively.
shown.bs.tab This event fires on tab show after a tab has been shown. Use event.target and event.relatedTarget to target the active tab and the previous active tab (if available) respectively.
$('a[data-toggle="tab"]').on('shown.bs.tab', function (e) { e.target // activated tab e.relatedTarget // previous tab})			
[/html] [summary] => [format] => shortcode_dynamic ) ) ) ) [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) [configurable] => 1 ) [form] => Array ( [options] => Array(2) [configurable] => 1 ) ) [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\Entity\BaseFieldOverride [baseFieldDefinition:protected] => [id:protected] => node.page.status [field_name:protected] => status [field_type:protected] => boolean [entity_type:protected] => node [bundle:protected] => page [label:protected] => Published [description:protected] => [settings:protected] => Array ( [on_label] => On [off_label] => Off ) [required:protected] => [translatable:protected] => [default_value:protected] => Array ( [0] => Array ( [value] => 1 ) ) [default_value_callback:protected] => [fieldStorage:protected] => [itemDefinition:protected] => [constraints:protected] => Array ( ) [propertyConstraints:protected] => Array ( ) [originalId:protected] => node.page.status [status:protected] => 1 [uuid:protected] => e60091d6-943c-4275-a163-db85288631f5 [langcode:protected] => en [third_party_settings:protected] => Array ( ) [_core:protected] => Array ( ) [trustedData:protected] => [entityTypeId:protected] => base_field_override [enforceIsNew:protected] => [typedData:protected] => [cacheContexts:protected] => Array ( [0] => languages:language_interface ) [cacheTags:protected] => Array ( ) [cacheMaxAge:protected] => -1 [_serviceIds:protected] => Array ( ) [_entityStorages:protected] => Array ( ) [dependencies:protected] => Array ( [config] => Array ( [0] => node.type.page ) ) [isSyncing:protected] => [isUninstalling:Drupal\Core\Config\Entity\ConfigEntityBase:private] => ) [uid] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\Entity\BaseFieldOverride [baseFieldDefinition:protected] => [id:protected] => node.page.uid [field_name:protected] => uid [field_type:protected] => entity_reference [entity_type:protected] => node [bundle:protected] => page [label:protected] => Authored by [description:protected] => The username of the content author. [settings:protected] => Array ( [handler] => default [handler_settings] => Array ( ) ) [required:protected] => [translatable:protected] => [default_value:protected] => Array ( ) [default_value_callback:protected] => Drupal\node\Entity\Node::getCurrentUserId [fieldStorage:protected] => [itemDefinition:protected] => [constraints:protected] => Array ( ) [propertyConstraints:protected] => Array ( ) [originalId:protected] => node.page.uid [status:protected] => 1 [uuid:protected] => ce8c168a-7533-47f2-b86e-b983055fd35b [langcode:protected] => en [third_party_settings:protected] => Array ( ) [_core:protected] => Array ( ) [trustedData:protected] => [entityTypeId:protected] => base_field_override [enforceIsNew:protected] => [typedData:protected] => [cacheContexts:protected] => Array ( [0] => languages:language_interface ) [cacheTags:protected] => Array ( ) [cacheMaxAge:protected] => -1 [_serviceIds:protected] => Array ( ) [_entityStorages:protected] => Array ( ) [dependencies:protected] => Array ( [config] => Array ( [0] => node.type.page ) ) [isSyncing:protected] => [isUninstalling:Drupal\Core\Config\Entity\ConfigEntityBase:private] => ) [title] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\Entity\BaseFieldOverride [baseFieldDefinition:protected] => [id:protected] => node.page.title [field_name:protected] => title [field_type:protected] => string [entity_type:protected] => node [bundle:protected] => page [label:protected] => Title [description:protected] => [settings:protected] => Array ( ) [required:protected] => 1 [translatable:protected] => [default_value:protected] => Array ( ) [default_value_callback:protected] => [fieldStorage:protected] => [itemDefinition:protected] => [constraints:protected] => Array ( ) [propertyConstraints:protected] => Array ( ) [originalId:protected] => node.page.title [status:protected] => 1 [uuid:protected] => f938fb7e-e226-4750-a933-b36eb0c3eb7f [langcode:protected] => en [third_party_settings:protected] => Array ( ) [_core:protected] => Array ( ) [trustedData:protected] => [entityTypeId:protected] => base_field_override [enforceIsNew:protected] => [typedData:protected] => [cacheContexts:protected] => Array ( [0] => languages:language_interface ) [cacheTags:protected] => Array ( ) [cacheMaxAge:protected] => -1 [_serviceIds:protected] => Array ( ) [_entityStorages:protected] => Array ( ) [dependencies:protected] => Array ( [config] => Array ( [0] => node.type.page ) ) [isSyncing:protected] => [isUninstalling:Drupal\Core\Config\Entity\ConfigEntityBase:private] => ) [created] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\Entity\BaseFieldOverride [baseFieldDefinition:protected] => [id:protected] => node.page.created [field_name:protected] => created [field_type:protected] => created [entity_type:protected] => node [bundle:protected] => page [label:protected] => Authored on [description:protected] => The time that the node was created. [settings:protected] => Array ( ) [required:protected] => [translatable:protected] => [default_value:protected] => Array ( ) [default_value_callback:protected] => [fieldStorage:protected] => [itemDefinition:protected] => [constraints:protected] => Array ( ) [propertyConstraints:protected] => Array ( ) [originalId:protected] => node.page.created [status:protected] => 1 [uuid:protected] => 9e70ce55-1953-43e7-8f1c-cc803d1b0e84 [langcode:protected] => en [third_party_settings:protected] => Array ( ) [_core:protected] => Array ( ) [trustedData:protected] => [entityTypeId:protected] => base_field_override [enforceIsNew:protected] => [typedData:protected] => [cacheContexts:protected] => Array ( [0] => languages:language_interface ) [cacheTags:protected] => Array ( ) [cacheMaxAge:protected] => -1 [_serviceIds:protected] => Array ( ) [_entityStorages:protected] => Array ( ) [dependencies:protected] => Array ( [config] => Array ( [0] => node.type.page ) ) [isSyncing:protected] => [isUninstalling:Drupal\Core\Config\Entity\ConfigEntityBase:private] => ) [changed] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\Entity\BaseFieldOverride [baseFieldDefinition:protected] => [id:protected] => node.page.changed [field_name:protected] => changed [field_type:protected] => changed [entity_type:protected] => node [bundle:protected] => page [label:protected] => Changed [description:protected] => The time that the node was last edited. [settings:protected] => Array ( ) [required:protected] => [translatable:protected] => [default_value:protected] => Array ( ) [default_value_callback:protected] => [fieldStorage:protected] => [itemDefinition:protected] => [constraints:protected] => Array ( ) [propertyConstraints:protected] => Array ( ) [originalId:protected] => node.page.changed [status:protected] => 1 [uuid:protected] => 9d85f3c4-f3be-4222-9c7b-0d50aa0b52aa [langcode:protected] => en [third_party_settings:protected] => Array ( ) [_core:protected] => Array ( ) [trustedData:protected] => [entityTypeId:protected] => base_field_override [enforceIsNew:protected] => [typedData:protected] => [cacheContexts:protected] => Array ( [0] => languages:language_interface ) [cacheTags:protected] => Array ( ) [cacheMaxAge:protected] => -1 [_serviceIds:protected] => Array ( ) [_entityStorages:protected] => Array ( ) [dependencies:protected] => Array ( [config] => Array ( [0] => node.type.page ) ) [isSyncing:protected] => [isUninstalling:Drupal\Core\Config\Entity\ConfigEntityBase:private] => ) [promote] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\Entity\BaseFieldOverride [baseFieldDefinition:protected] => [id:protected] => node.page.promote [field_name:protected] => promote [field_type:protected] => boolean [entity_type:protected] => node [bundle:protected] => page [label:protected] => Promoted to front page [description:protected] => [settings:protected] => Array ( [on_label] => On [off_label] => Off ) [required:protected] => [translatable:protected] => [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.page.promote [status:protected] => 1 [uuid:protected] => 589d581e-34ef-4774-98fa-bf9464973062 [langcode:protected] => en [third_party_settings:protected] => Array ( ) [_core:protected] => Array ( [default_config_hash] => fPUEnm4T5zfZRr3ttDUqq7yCDd2uW3clWD-pvos4tlQ ) [trustedData:protected] => [entityTypeId:protected] => base_field_override [enforceIsNew:protected] => [typedData:protected] => [cacheContexts:protected] => Array ( [0] => languages:language_interface ) [cacheTags:protected] => Array ( ) [cacheMaxAge:protected] => -1 [_serviceIds:protected] => Array ( ) [_entityStorages:protected] => Array ( ) [dependencies:protected] => Array ( [config] => Array ( [0] => node.type.page ) ) [isSyncing:protected] => [isUninstalling:Drupal\Core\Config\Entity\ConfigEntityBase:private] => ) [sticky] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\Entity\BaseFieldOverride [baseFieldDefinition:protected] => [id:protected] => node.page.sticky [field_name:protected] => sticky [field_type:protected] => boolean [entity_type:protected] => node [bundle:protected] => page [label:protected] => Sticky at top of lists [description:protected] => [settings:protected] => Array ( [on_label] => On [off_label] => Off ) [required:protected] => [translatable:protected] => [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.page.sticky [status:protected] => 1 [uuid:protected] => 2bad96d0-2330-4f27-bce9-84a3b5ba6508 [langcode:protected] => en [third_party_settings:protected] => Array ( ) [_core:protected] => Array ( ) [trustedData:protected] => [entityTypeId:protected] => base_field_override [enforceIsNew:protected] => [typedData:protected] => [cacheContexts:protected] => Array ( [0] => languages:language_interface ) [cacheTags:protected] => Array ( ) [cacheMaxAge:protected] => -1 [_serviceIds:protected] => Array ( ) [_entityStorages:protected] => Array ( ) [dependencies:protected] => Array ( [config] => Array ( [0] => node.type.page ) ) [isSyncing:protected] => [isUninstalling:Drupal\Core\Config\Entity\ConfigEntityBase:private] => ) [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\Entity\BaseFieldOverride [baseFieldDefinition:protected] => [id:protected] => node.page.path [field_name:protected] => path [field_type:protected] => path [entity_type:protected] => node [bundle:protected] => page [label:protected] => URL alias [description:protected] => [settings:protected] => Array ( ) [required:protected] => [translatable:protected] => [default_value:protected] => Array ( ) [default_value_callback:protected] => [fieldStorage:protected] => [itemDefinition:protected] => [constraints:protected] => Array ( ) [propertyConstraints:protected] => Array ( ) [originalId:protected] => node.page.path [status:protected] => 1 [uuid:protected] => 93e6b332-4b89-4fb2-91a4-1097fb449f67 [langcode:protected] => en [third_party_settings:protected] => Array ( ) [_core:protected] => Array ( ) [trustedData:protected] => [entityTypeId:protected] => base_field_override [enforceIsNew:protected] => [typedData:protected] => [cacheContexts:protected] => Array ( [0] => languages:language_interface ) [cacheTags:protected] => Array ( ) [cacheMaxAge:protected] => -1 [_serviceIds:protected] => Array ( ) [_entityStorages:protected] => Array ( ) [dependencies:protected] => Array ( [config] => Array ( [0] => node.type.page ) [module] => Array ( [0] => path ) ) [isSyncing:protected] => [isUninstalling:Drupal\Core\Config\Entity\ConfigEntityBase:private] => ) [menu_link] => stdClass Object ( [__CLASS__] => Drupal\Core\Field\Entity\BaseFieldOverride [baseFieldDefinition:protected] => [id:protected] => node.page.menu_link [field_name:protected] => menu_link [field_type:protected] => entity_reference [entity_type:protected] => node [bundle:protected] => page [label:protected] => Menu link [description:protected] => Computed menu link for the node (only available during node saving). [settings:protected] => Array ( [handler] => default [handler_settings] => Array ( ) ) [required:protected] => [translatable:protected] => [default_value:protected] => Array ( ) [default_value_callback:protected] => [fieldStorage:protected] => [itemDefinition:protected] => [constraints:protected] => Array ( ) [propertyConstraints:protected] => Array ( ) [originalId:protected] => node.page.menu_link [status:protected] => 1 [uuid:protected] => 95aaf3b3-3aaf-46f7-a88e-e6d06022ec2c [langcode:protected] => en [third_party_settings:protected] => Array ( ) [_core:protected] => Array ( ) [trustedData:protected] => [entityTypeId:protected] => base_field_override [enforceIsNew:protected] => [typedData:protected] => [cacheContexts:protected] => Array ( [0] => languages:language_interface ) [cacheTags:protected] => Array ( ) [cacheMaxAge:protected] => -1 [_serviceIds:protected] => Array ( ) [_entityStorages:protected] => Array ( ) [dependencies:protected] => Array ( [config] => Array ( [0] => node.type.page ) ) [isSyncing:protected] => [isUninstalling:Drupal\Core\Config\Entity\ConfigEntityBase:private] => ) [body] => stdClass Object ( [__CLASS__] => Drupal\field\Entity\FieldConfig [deleted:protected] => [fieldStorage:protected] => [id:protected] => node.page.body [field_name:protected] => body [field_type:protected] => text_with_summary [entity_type:protected] => node [bundle:protected] => page [label:protected] => Body [description:protected] => [settings:protected] => Array ( [display_summary] => 1 [required_summary] => ) [required:protected] => [translatable:protected] => [default_value:protected] => Array ( ) [default_value_callback:protected] => [itemDefinition:protected] => [constraints:protected] => Array ( ) [propertyConstraints:protected] => Array ( ) [originalId:protected] => node.page.body [status:protected] => 1 [uuid:protected] => e2aefffe-6140-4a6b-a72e-3ecf67b2a78b [langcode:protected] => en [third_party_settings:protected] => Array ( ) [_core:protected] => Array ( [default_config_hash] => rUop-8b6hvxxDYbv-KobTfNIBNbPY9qOPl8f6kBNSpw ) [trustedData:protected] => [entityTypeId:protected] => field_config [enforceIsNew:protected] => [typedData:protected] => [cacheContexts:protected] => Array ( [0] => languages:language_interface ) [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.page ) [module] => Array ( [0] => text ) ) [isSyncing:protected] => [isUninstalling:Drupal\Core\Config\Entity\ConfigEntityBase:private] => ) ) [languages:protected] => Array ( [en] => stdClass Object ( [__CLASS__] => Drupal\Core\Language\Language [defaultValues] => Array ( [id] => en [name] => English [direction] => ltr [weight] => 0 [locked] => ) [name:protected] => English [id:protected] => en [direction:protected] => ltr [weight:protected] => 0 [locked:protected] => ) [fr] => stdClass Object ( [__CLASS__] => Drupal\Core\Language\Language [defaultValues] => Array ( [id] => en [name] => English [direction] => ltr [weight] => 0 [locked] => ) [name:protected] => French [id:protected] => fr [direction:protected] => ltr [weight:protected] => 1 [locked:protected] => ) [de] => stdClass Object ( [__CLASS__] => Drupal\Core\Language\Language [defaultValues] => Array ( [id] => en [name] => English [direction] => ltr [weight] => 0 [locked] => ) [name:protected] => German [id:protected] => de [direction:protected] => ltr [weight:protected] => 2 [locked:protected] => ) [und] => stdClass Object ( [__CLASS__] => Drupal\Core\Language\Language [defaultValues] => Array ( [id] => en [name] => English [direction] => ltr [weight] => 0 [locked] => ) [name:protected] => Not specified [id:protected] => und [direction:protected] => ltr [weight:protected] => 3 [locked:protected] => 1 ) [zxx] => stdClass Object ( [__CLASS__] => Drupal\Core\Language\Language [defaultValues] => Array ( [id] => en [name] => English [direction] => ltr [weight] => 0 [locked] => ) [name:protected] => Not applicable [id:protected] => zxx [direction:protected] => ltr [weight:protected] => 4 [locked:protected] => 1 ) ) [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] => page [id] => 103 [revision] => 103 [label] => Togglable tabs [uuid] => 928825a4-278f-4817-8365-4a74b1b8f09d [status] => 1 [published] => 1 [uid] => 1 [owner] => 1 ) [translatableEntityKeys:protected] => Array ( [langcode] => Array ( [x-default] => en ) [default_langcode] => Array ( [x-default] => 1 ) [revision_translation_affected] => Array ( [x-default] => 1 ) ) [validated:protected] => [validationRequired:protected] => [loadedRevisionId:protected] => 103 [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] => )