Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. DrupalDateTime.php

function DrupalDateTime::__sleep

File

core/lib/Drupal/Core/Datetime/DrupalDateTime.php, line 175

Class

DrupalDateTime
Extends DateTimePlus().

Namespace

Drupal\Core\Datetime

Code

public function __sleep() : array {
    return array_diff($this->defaultSleep(), [
        'formatTranslationCache',
    ]);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal