|
link_field_formatter_settings_summary |
core/modules/link/link.module |
Implements hook_field_formatter_settings_summary(). |
|
link_field_formatter_view |
core/modules/link/link.module |
Implements hook_field_formatter_view(). |
|
link_field_info |
core/modules/link/link.module |
Implements hook_field_info(). |
|
link_field_insert |
core/modules/link/link.module |
Implements hook_field_insert(). |
|
link_field_instance_settings_form |
core/modules/link/link.module |
Implements hook_field_instance_settings_form(). |
|
link_field_is_empty |
core/modules/link/link.module |
Implements hook_field_is_empty(). |
|
link_field_load |
core/modules/link/link.module |
Implements hook_field_load(). |
|
link_field_prepare_view |
core/modules/link/link.module |
Implements hook_field_prepare_view(). |
|
link_field_process |
core/modules/link/link.module |
Processes the link type element before displaying the field. |
|
link_field_schema |
core/modules/link/link.install |
Implements hook_field_schema(). |
|
link_field_settings_form |
core/modules/link/link.module |
Implements hook_field_settings_form(). |
|
link_field_settings_form_validate |
core/modules/link/link.module |
#element_validate handler for link_field_instance_settings_form(). |
|
link_field_update |
core/modules/link/link.module |
Implements hook_field_update(). |
|
link_field_validate |
core/modules/link/link.module |
Implements hook_field_validate(). |
|
link_field_widget_error |
core/modules/link/link.module |
Implements hook_field_widget_error(). |
|
link_field_widget_form |
core/modules/link/link.module |
Implements hook_field_widget_form(). |
|
link_field_widget_info |
core/modules/link/link.module |
Implements hook_field_widget_info(). |
|
link_theme |
core/modules/link/link.module |
Implements hook_theme(). |
|
link_update_1000 |
core/modules/link/link.install |
Move link settings from variables to config. |
|
link_update_1001 |
core/modules/link/link.install |
Remove the Link config file. Link no longer has any config. |
|
link_update_last_removed |
core/modules/link/link.install |
Implements hook_update_last_removed(). |
|
link_validate_url |
core/modules/link/link.module |
Validates a URL. |
|
ListDynamicValuesTestCase::setUp |
core/modules/field/modules/list/tests/list.test |
Sets up a Backdrop site for running functional and integration tests. |
|
ListDynamicValuesValidationTestCase::testDynamicAllowedValues |
core/modules/field/modules/list/tests/list.test |
Test that allowed values function gets the entity. |
|
ListFieldDisplayTestCase::createListField |
core/modules/field/modules/list/tests/list.test |
Helper function to create list field of a given type. |
|
ListFieldDisplayTestCase::setUp |
core/modules/field/modules/list/tests/list.test |
Sets up a Backdrop site for running functional and integration tests. |
|
ListFieldDisplayTestCase::testListDisplayFormatterBoolean |
core/modules/field/modules/list/tests/list.test |
List (boolean) : test 'On/Off' values input. |
|
ListFieldTestCase::setUp |
core/modules/field/modules/list/tests/list.test |
Sets up a Backdrop site for running functional and integration tests. |
|
ListFieldTestCase::testUpdateAllowedValues |
core/modules/field/modules/list/tests/list.test |
Test that allowed values can be updated. |
|
ListFieldUITestCase::assertAllowedValuesInput |
core/modules/field/modules/list/tests/list.test |
Tests a string input for the 'allowed values' form element. |
|
ListFieldUITestCase::createListField |
core/modules/field/modules/list/tests/list.test |
Helper function to create list field of a given type. |
|
ListFieldUITestCase::setUp |
core/modules/field/modules/list/tests/list.test |
Sets up a Backdrop site for running functional and integration tests. |
|
ListFieldUITestCase::testListAllowedValuesBoolean |
core/modules/field/modules/list/tests/list.test |
List (boolean) : test 'On/Off' values input. |
|
ListFieldUITestCase::testListAllowedValuesFloat |
core/modules/field/modules/list/tests/list.test |
List (float) : test 'allowed values' input. |
|
ListFieldUITestCase::testListAllowedValuesInteger |
core/modules/field/modules/list/tests/list.test |
List (integer) : test 'allowed values' input. |
|
ListFieldUITestCase::testListAllowedValuesText |
core/modules/field/modules/list/tests/list.test |
List (text) : test 'allowed values' input. |
|
list_allowed_values |
core/modules/field/modules/list/list.module |
Returns the array of allowed values for a list field. |
|
list_allowed_values_setting_validate |
core/modules/field/modules/list/list.module |
Element validate callback; check that the entered values are valid. |
|
list_allowed_values_string |
core/modules/field/modules/list/list.module |
Generates a string representation of an array of 'allowed values'. |
|
list_boolean_allowed_values_callback |
core/modules/field/modules/list/list.module |
Form element #value_callback: assembles the allowed values for 'boolean' fields. |
|
list_boolean_display_formats |
core/modules/field/modules/list/list.module |
List of boolean display formats. |
|
list_boolean_display_format_options |
core/modules/field/modules/list/list.module |
The display format options for boolean fields. |
|
list_boolean_display_value_with_format |
core/modules/field/modules/list/list.module |
Prepare the boolean display. |
|
list_extract_allowed_values |
core/modules/field/modules/list/list.module |
Parses a string of 'allowed values' into an array. |
|
list_field_delete_field |
core/modules/field/modules/list/list.module |
Implements hook_field_delete_field(). |
|
list_field_formatter_info |
core/modules/field/modules/list/list.module |
Implements hook_field_formatter_info(). |
|
list_field_formatter_settings_form |
core/modules/field/modules/list/list.module |
Implements hook_field_formatter_settings_form(). |
|
list_field_formatter_settings_summary |
core/modules/field/modules/list/list.module |
Implements hook_field_formatter_settings_summary(). |
|
list_field_formatter_view |
core/modules/field/modules/list/list.module |
Implements hook_field_formatter_view(). |
|
list_field_info |
core/modules/field/modules/list/list.module |
Implements hook_field_info(). |