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

Breadcrumb

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

interface DescriptorInterface

Descriptor interface.

@author Jean-François Simon <contact@jfsimon.fr>

Hierarchy

  • interface \Symfony\Component\Console\Descriptor\DescriptorInterface

Expanded class hierarchy of DescriptorInterface

All classes that implement DescriptorInterface

1 file declares its use of DescriptorInterface
DescriptorHelper.php in vendor/symfony/console/Helper/DescriptorHelper.php

File

vendor/symfony/console/Descriptor/DescriptorInterface.php, line 21

Namespace

Symfony\Component\Console\Descriptor
View source
interface DescriptorInterface {
    public function describe(OutputInterface $output, object $object, array $options = []) : void;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
DescriptorInterface::describe public function 1

API Navigation

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