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

Breadcrumb

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

function Container::getIdentifierPath

Get wire protocol URL for an identifier

Parameters

string $identifier:

Return value

string

1 call to Container::getIdentifierPath()
Container::makeElement in vendor/lullabot/php-webdriver/lib/WebDriver/Container.php
Factory method for elements
3 methods override Container::getIdentifierPath()
Element::getIdentifierPath in vendor/lullabot/php-webdriver/lib/WebDriver/Element.php
Get wire protocol URL for an identifier
Session::getIdentifierPath in vendor/lullabot/php-webdriver/lib/WebDriver/Session.php
Get wire protocol URL for an identifier
Shadow::getIdentifierPath in vendor/lullabot/php-webdriver/lib/WebDriver/Shadow.php
Get wire protocol URL for an identifier

File

vendor/lullabot/php-webdriver/lib/WebDriver/Container.php, line 241

Class

Container
Abstract WebDriver\Container class

Namespace

WebDriver

Code

protected abstract function getIdentifierPath($identifier);
RSS feed
Powered by Drupal