|
| $Mocklabel = '' |
|
| $Mocksettings = '' |
|
A Mock FieldConfig class to be used in the ChadoStorage testing.
◆ getLabel()
Drupal\Tests\tripal_chado\Functional\MockClass\FieldConfigMock::getLabel |
( |
| ) |
|
◆ getSettings()
Drupal\Tests\tripal_chado\Functional\MockClass\FieldConfigMock::getSettings |
( |
| ) |
|
◆ setMock()
Drupal\Tests\tripal_chado\Functional\MockClass\FieldConfigMock::setMock |
( |
|
$details | ) |
|
Sets the mocked details to use for the test.
- Parameters
-
array | $details |
- label (string)
- settings (array):
- storage_plugin_id (string; e.g. chado_storage)
- storage_plugin_settings (array):
- base_table (string; e.g. feature)
- property_settings (array)
- value (array)
- action (string; one of store, join, replace, function)
- chado_table (string; must match above)
- chado_column (string; name)
|
The documentation for this class was generated from the following file:
- tripal_chado/tests/src/Functional/MockClass/FieldConfigMock.php