Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. public function submitForm($form, FormStateInterface $form_state) {
  2. // Code omitted for brevity
  3. $stepsCompleted = $this->entity->getStepsCompleted();
  4. }
  5.  
  6. public function __construct(array $values, $entity_type) {
  7.  
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement