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

Breadcrumb

  1. Drupal Core 11.1.x

Project.php

Same filename in this branch
  1. 11.1.x vendor/phpunit/php-code-coverage/src/Report/Xml/Project.php
  2. 11.1.x vendor/drupal/coder/coder_sniffer/DrupalPractice/Project.php

Namespace

phpDocumentor\Reflection

File

vendor/phpdocumentor/reflection-common/src/Project.php

View source
<?php

declare (strict_types=1);

/**
 * phpDocumentor
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 *
 * @link      http://phpdoc.org
 */
namespace phpDocumentor\Reflection;


/**
 * Interface for project. Since the definition of a project can be different per factory this interface will be small.
 */
interface Project {
    
    /**
     * Returns the name of the project.
     */
    public function getName() : string;

}

Interfaces

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

API Navigation

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