FieldUiTestTrait deprecated
trait FieldUiTestTrait (View source)
deprecated
Provides common functionality for the Field UI test classes.
Methods
fieldUIAddNewField(string $bundle_path, string $field_name, string $label = NULL, string $field_type = 'test_field', array $storage_edit = [], array $field_edit = [])
Creates a new field through the Field UI.
fieldUIAddExistingField(string $bundle_path, string $existing_storage_name, string $label = NULL, array $field_edit = [])
Adds an existing field through the Field UI.
fieldUIDeleteField(string $bundle_path, string $field_name, string $label, string $bundle_label)
Deletes a field through the Field UI.
Details
fieldUIAddNewField(string $bundle_path, string $field_name, string $label = NULL, string $field_type = 'test_field', array $storage_edit = [], array $field_edit = [])
Creates a new field through the Field UI.
fieldUIAddExistingField(string $bundle_path, string $existing_storage_name, string $label = NULL, array $field_edit = [])
Adds an existing field through the Field UI.
fieldUIDeleteField(string $bundle_path, string $field_name, string $label, string $bundle_label)
Deletes a field through the Field UI.