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

Breadcrumb

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

function DataPart::generateContentId

1 call to DataPart::generateContentId()
DataPart::getContentId in vendor/symfony/mime/Part/DataPart.php

File

vendor/symfony/mime/Part/DataPart.php, line 127

Class

DataPart
@author Fabien Potencier <fabien@symfony.com>

Namespace

Symfony\Component\Mime\Part

Code

private function generateContentId() : string {
    return bin2hex(random_bytes(16)) . '@symfony';
}
RSS feed
Powered by Drupal