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

Breadcrumb

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

function AbstractMultipartPart::getParts

Return value

AbstractPart[]

5 calls to AbstractMultipartPart::getParts()
AbstractMultipartPart::asDebugString in vendor/symfony/mime/Part/AbstractMultipartPart.php
AbstractMultipartPart::bodyToIterable in vendor/symfony/mime/Part/AbstractMultipartPart.php
AbstractMultipartPart::bodyToString in vendor/symfony/mime/Part/AbstractMultipartPart.php
RelatedPart::getParts in vendor/symfony/mime/Part/Multipart/RelatedPart.php
RelatedPart::getParts in vendor/symfony/mime/Part/Multipart/RelatedPart.php
2 methods override AbstractMultipartPart::getParts()
FormDataPart::getParts in vendor/symfony/mime/Part/Multipart/FormDataPart.php
RelatedPart::getParts in vendor/symfony/mime/Part/Multipart/RelatedPart.php

File

vendor/symfony/mime/Part/AbstractMultipartPart.php, line 36

Class

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

Namespace

Symfony\Component\Mime\Part

Code

public function getParts() : array {
    return $this->parts;
}

API Navigation

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