Mercurial > hg > isophonics-drupal-site
comparison core/modules/field/tests/src/Functional/FieldTestBase.php @ 12:7a779792577d
Update Drupal core to v8.4.5 (via Composer)
author | Chris Cannam |
---|---|
date | Fri, 23 Feb 2018 15:52:07 +0000 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
11:bfffd8d7479a | 12:7a779792577d |
---|---|
31 /** | 31 /** |
32 * Assert that a field has the expected values in an entity. | 32 * Assert that a field has the expected values in an entity. |
33 * | 33 * |
34 * This function only checks a single column in the field values. | 34 * This function only checks a single column in the field values. |
35 * | 35 * |
36 * @param EntityInterface $entity | 36 * @param \Drupal\Core\Entity\EntityInterface $entity |
37 * The entity to test. | 37 * The entity to test. |
38 * @param $field_name | 38 * @param $field_name |
39 * The name of the field to test | 39 * The name of the field to test |
40 * @param $expected_values | 40 * @param $expected_values |
41 * The array of expected values. | 41 * The array of expected values. |