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

Breadcrumb

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

interface Project

Interface for project. Since the definition of a project can be different per factory this interface will be small.

Hierarchy

  • interface \phpDocumentor\Reflection\Project

Expanded class hierarchy of Project

All classes that implement Project

13 string references to 'Project'
AutoAddedKeysSniff::process in vendor/drupal/coder/coder_sniffer/Drupal/Sniffs/InfoFiles/AutoAddedKeysSniff.php
Processes this test, when one of its tokens is encountered.
BumpCommand::doBump in vendor/composer/composer/src/Composer/Command/BumpCommand.php
Clover::process in vendor/phpunit/php-code-coverage/src/Report/Clover.php
Crap4j::process in vendor/phpunit/php-code-coverage/src/Report/Crap4j.php
Dependency::__sleep in core/lib/Drupal/Core/Extension/Dependency.php
Prevents unnecessary serialization of constraint objects.

... See full list

File

vendor/phpdocumentor/reflection-common/src/Project.php, line 19

Namespace

phpDocumentor\Reflection
View source
interface Project {
    
    /**
     * Returns the name of the project.
     */
    public function getName() : string;

}

Members

Title Sort descending Modifiers Object type Summary
Project::getName public function Returns the name of the project.

API Navigation

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