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

Breadcrumb

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

function MetadataBag::getCreated

Gets the created timestamp metadata.

Return value

int Unix timestamp

File

vendor/symfony/http-foundation/Session/Storage/MetadataBag.php, line 91

Class

MetadataBag
Metadata container.

Namespace

Symfony\Component\HttpFoundation\Session\Storage

Code

public function getCreated() : int {
    return $this->meta[self::CREATED];
}
RSS feed
Powered by Drupal