ExecutionContext::getPropertyName

public ExecutionContext::getPropertyName()

File

core/lib/Drupal/Core/TypedData/Validation/ExecutionContext.php, line 235

Class

ExecutionContext
Defines an execution context class.

Namespace

Drupal\Core\TypedData\Validation

Code

public function getPropertyName() {
  return $this->data->getName();
}
doc_Drupal
2016-10-29 09:09:29
Comments
Leave a Comment

Please login to continue.