ExecutionContext::getPropertyPath

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);
}
doc_Drupal
2016-10-29 09:09:29
Comments
Leave a Comment

Please login to continue.