public ExecutionContext::getPropertyPath($sub_path = '')
File
- core/lib/Drupal/Core/TypedData/Validation/ExecutionContext.php, line 242
Class
- ExecutionContext
- Defines an execution context class.
Namespace
Drupal\Core\TypedData\Validation
Code
public function getPropertyPath($sub_path = '') { return PropertyPath::append($this->propertyPath, $sub_path); }
Please login to continue.