function LinkFieldUITest::testFieldUI
Tests the link field UI.
File
- 
              core/
modules/ link/ tests/ src/ Functional/ LinkFieldUITest.php, line 75  
Class
- LinkFieldUITest
 - Tests link field UI functionality.
 
Namespace
Drupal\Tests\link\FunctionalCode
public function testFieldUI() : void {
  foreach ($this->providerTestFieldUI() as $item) {
    [$cardinality, $link_type, $title, $label, $field_name, $default_uri] = $item;
    $this->runFieldUIItem($cardinality, $link_type, $title, $label, $field_name, $default_uri);
  }
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.