You are here

public function BaseInterface::realPath in DRD Agent 4.0.x

Same name and namespace in other branches
  1. 8.3 src/Agent/Action/BaseInterface.php \Drupal\drd_agent\Agent\Action\BaseInterface::realPath()

Parameters

$path:

Return value

string

1 method overrides BaseInterface::realPath()
Base::realPath in src/Agent/Action/Base.php

File

src/Agent/Action/BaseInterface.php, line 115

Class

BaseInterface
Defines an interface for Remote DRD Action Code.

Namespace

Drupal\drd_agent\Agent\Action

Code

public function realPath($path) : string;