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

Breadcrumb

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

interface Identity

@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit

@internal This class is not covered by the backward compatibility promise for PHPUnit

Hierarchy

  • interface \PHPUnit\Framework\MockObject\Builder\Identity

Expanded class hierarchy of Identity

All classes that implement Identity

4 string references to 'Identity'
PsrUtils::decode in vendor/open-telemetry/sdk/Common/Export/Http/PsrUtils.php
@psalm-suppress InvalidArrayOffset
syslog.schema.yml in core/modules/syslog/config/schema/syslog.schema.yml
core/modules/syslog/config/schema/syslog.schema.yml
SysLog::openConnection in core/modules/syslog/src/Logger/SysLog.php
Opens a connection to the system logger.
SyslogHooks::formSystemLoggingSettingsAlter in core/modules/syslog/src/Hook/SyslogHooks.php
Implements hook_form_FORM_ID_alter().

File

vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/Identity.php, line 17

Namespace

PHPUnit\Framework\MockObject\Builder
View source
interface Identity {
    
    /**
     * Sets the identification of the expectation to $id.
     *
     * @note The identifier is unique per mock object.
     */
    public function id(string $id) : self;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
Identity::id public function Sets the identification of the expectation to $id. 1

API Navigation

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