Variable
stdClass Object
(
[__CLASS__] => Drupal\node\Entity\Node
[in_preview] =>
[values:protected] => Array
(
[nid] => Array
(
[x-default] => 99
)
[vid] => Array
(
[x-default] => 99
)
[type] => Array
(
[x-default] => page
)
[uuid] => Array
(
[x-default] => 4577e7ce-742d-47ed-81e4-05a564f633d6
)
[langcode] => Array
(
[x-default] => en
)
[revision_default] => Array
(
[x-default] => 1
)
[revision_uid] => Array
(
[x-default] => 1
)
[revision_timestamp] => Array
(
[x-default] => 1504108087
)
[revision_log] => Array
(
[x-default] =>
)
[isDefaultRevision] => Array
(
[x-default] => 1
)
[status] => Array
(
[x-default] => 1
)
[title] => Array
(
[x-default] => Buttons Styles
)
[uid] => Array
(
[x-default] => 1
)
[created] => Array
(
[x-default] => 1504108063
)
[changed] => Array
(
[x-default] => 1504108087
)
[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"] Options
Use any of the available button classes to quickly create a styled button.
Default Primary Success Info Warning Danger Link <!-- Standard button --><button type="button" class="btn btn-default">Default</button><!-- Provides extra visual weight and identifies the primary action in a set of buttons --><button type="button" class="btn btn-primary">Primary</button><!-- Indicates a successful or positive action --><button type="button" class="btn btn-success">Success</button><!-- Contextual button for informational alert messages --><button type="button" class="btn btn-info">Info</button><!-- Indicates caution should be taken with this action --><button type="button" class="btn btn-warning">Warning</button><!-- Indicates a dangerous or potentially negative action --><button type="button" class="btn btn-danger">Danger</button><!-- Deemphasize a button by making it look like a link while maintaining button behavior --><button type="button" class="btn btn-link">Link</button>
Sizes
Fancy larger or smaller buttons? Add .btn-lg, .btn-sm, or .btn-xs for additional sizes.
Large button Large button
Default button Default button
Small button Small button
Extra small button Extra small button
<p> <button type="button" class="btn btn-primary btn-lg">Large button</button> <button type="button" class="btn btn-default btn-lg">Large button</button></p><p> <button type="button" class="btn btn-primary">Default button</button> <button type="button" class="btn btn-default">Default button</button></p><p> <button type="button" class="btn btn-primary btn-sm">Small button</button> <button type="button" class="btn btn-default btn-sm">Small button</button></p><p> <button type="button" class="btn btn-primary btn-xs">Extra small button</button> <button type="button" class="btn btn-default btn-xs">Extra small button</button></p>
Create block level buttons—those that span the full width of a parent— by adding .btn-block.
Block level button Block level button <button type="button" class="btn btn-primary btn-lg btn-block">Block level button</button><button type="button" class="btn btn-default btn-lg btn-block">Block level button</button>
Active state
Buttons will appear pressed (with a darker background, darker border, and inset shadow) when active. For <button> elements, this is done via :active. For <a> elements, it's done with .active. However, you may use .active on <button>s should you need to replicate the active state progammatically.
Button element
No need to add :active as it's a pseudo-class, but if you need to force the same appearance, go ahead and add .active.
Primary button Button
<button type="button" class="btn btn-primary btn-lg active">Primary button</button><button type="button" class="btn btn-default btn-lg active">Button</button>
Anchor element
Add the .active class to <a> buttons.
<a href="#" class="btn btn-primary btn-lg active" role="button">Primary link</a><a href="#" class="btn btn-default btn-lg active" role="button">Link</a>
Disabled state
Make buttons look unclickable by fading them back 50%.
Button element
Add the disabled attribute to <button> buttons.
Primary button Button
<button type="button" class="btn btn-lg btn-primary" disabled="disabled">Primary button</button><button type="button" class="btn btn-default btn-lg" disabled="disabled">Button</button>
Cross-browser compatibility
If you add the disabled attribute to a <button>, Internet Explorer 9 and below will render text gray with a nasty text-shadow that we cannot fix.
Anchor element
Add the .disabled class to <a> buttons.
<a href="#" class="btn btn-primary btn-lg disabled" role="button">Primary link</a><a href="#" class="btn btn-default btn-lg disabled" role="button">Link</a>
We use .disabled as a utility class here, similar to the common .active class, so no prefix is required.
Link functionality not impacted
This class will only change the <a>'s appearance, not its functionality. Use custom JavaScript to disable links here.
Context-specific usage
While button classes can be used on <a> and <button> elements, only <button> elements are supported within our nav and navbar components.
Button tags
Use the button classes on an <a>, <button>, or <input> element.
Link Button <a class="btn btn-default" href="#" role="button">Link</a><button class="btn btn-default" type="submit">Button</button><input class="btn btn-default" type="button" value="Input"><input class="btn btn-default" type="submit" value="Submit">
Cross-browser rendering
As a best practice, we highly recommend using the <button> element whenever possible to ensure matching cross-browser rendering.
Among other things, there's a Firefox bug that prevents us from setting the line-height of <input>-based buttons, causing them to not exactly match the height of other buttons on Firefox.
[/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] => 99
[revision] => 99
[label] => Buttons Styles
[uuid] => 4577e7ce-742d-47ed-81e4-05a564f633d6
[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] => 99
[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] =>
)