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

Breadcrumb

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

function DkimOptions::bodyShowLength

Return value

$this

File

vendor/symfony/mime/Crypto/DkimOptions.php, line 61

Class

DkimOptions
A helper providing autocompletion for available DkimSigner options.

Namespace

Symfony\Component\Mime\Crypto

Code

public function bodyShowLength(bool $show) : static {
    $this->options['body_show_length'] = $show;
    return $this;
}

API Navigation

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