You are here

DoUpdate.php in Optimizely 8.0

Same filename and directory in other branches
  1. 8 src/DoUpdate.php

Namespace

Drupal\optimizely

File

src/DoUpdate.php
View source
<?php

namespace Drupal\optimizely;

class DoUpdate {
  public static function buildUpdateForm($oid) {
    return \Drupal::formBuilder()
      ->getForm('Drupal\\optimizely\\AddUpdateForm', $oid);
  }

}

Classes

Namesort descending Description
DoUpdate