function ManageFieldsFunctionalTest::createField
Tests adding a new field.
@todo Assert properties can be set in the form and read back in $field_storage and $fields.
1 call to ManageFieldsFunctionalTest::createField()
- ManageFieldsFunctionalTest::testCRUDFields in core/modules/ field_ui/ tests/ src/ Functional/ ManageFieldsFunctionalTest.php 
- Runs the field CRUD tests.
File
- 
              core/modules/ field_ui/ tests/ src/ Functional/ ManageFieldsFunctionalTest.php, line 212 
Class
- ManageFieldsFunctionalTest
- Tests the Field UI "Manage fields" screen.
Namespace
Drupal\Tests\field_ui\FunctionalCode
public function createField() {
  // Create a test field.
  $this->fieldUIAddNewField('admin/structure/types/manage/' . $this->contentType, $this->fieldNameInput, $this->fieldLabel);
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
