DatabaseExampleUnitTestCase::testUI |
modules/examples/database_example/tests/database_example.test |
Tests the UI. |
DatabaseExampleUnitTestCase::testAPIExamples |
modules/examples/database_example/tests/database_example.test |
Tests several combinations, adding entries, updating and deleting. |
email_example_mail |
modules/examples/email_example/email_example.module |
Implements hook_mail(). |
email_example_mail_send |
modules/examples/email_example/email_example.module |
Sends an e-mail. |
email_example_mail_alter |
modules/examples/email_example/email_example.module |
Implements hook_mail_alter(). |
email_example_menu |
modules/examples/email_example/email_example.module |
Implements hook_menu(). |
email_example_form |
modules/examples/email_example/email_example.module |
The contact form. |
email_example_form_validate |
modules/examples/email_example/email_example.module |
Form validation logic for the contact form. |
email_example_form_submit |
modules/examples/email_example/email_example.module |
Form submission logic for the contact form. |
EmailExampleTestCase::setUp |
modules/examples/email_example/tests/email_example.test |
Sets up a Backdrop site for running functional and integration tests. |
EmailExampleTestCase::testContactForm |
modules/examples/email_example/tests/email_example.test |
Verify the functionality of the example module. |
EntityExampleBasicControllerInterface::create |
modules/examples/entity_example/entity_example.inc |
Create an entity. |
EntityExampleBasicControllerInterface::save |
modules/examples/entity_example/entity_example.inc |
Save an entity. |
EntityExampleBasicControllerInterface::delete |
modules/examples/entity_example/entity_example.inc |
Delete an entity. |
EntityExampleBasicController::create |
modules/examples/entity_example/entity_example.inc |
Create and return a new entity_example_basic entity. |
EntityExampleBasicController::save |
modules/examples/entity_example/entity_example.inc |
Saves the custom fields using backdrop_write_record(). |
EntityExampleBasicController::delete |
modules/examples/entity_example/entity_example.inc |
Delete a single entity. |
EntityExampleBasicController::deleteMultiple |
modules/examples/entity_example/entity_example.inc |
Delete one or more entity_example_basic entities. |
EntityExampleBasic::id |
modules/examples/entity_example/entity_example.inc |
Implements EntityInterface::id(). |
EntityExampleBasic::entityType |
modules/examples/entity_example/entity_example.inc |
Implements EntityInterface::entityType(). |
EntityExampleBasic::bundle |
modules/examples/entity_example/entity_example.inc |
Implements EntityInterface::bundle(). |
EntityExampleBasic::label |
modules/examples/entity_example/entity_example.inc |
Implements EntityInterface::label(). |
EntityExampleBasic::uri |
modules/examples/entity_example/entity_example.inc |
Implements EntityInterface::uri(). |
entity_example_schema |
modules/examples/entity_example/entity_example.install |
Implements hook_schema(). |
entity_example_uninstall |
modules/examples/entity_example/entity_example.install |
Implements hook_uninstall(). |
entity_example_entity_info |
modules/examples/entity_example/entity_example.module |
Implements hook_entity_info(). |
entity_example_basic_load |
modules/examples/entity_example/entity_example.module |
Fetch a basic object. |
entity_example_basic_load_multiple |
modules/examples/entity_example/entity_example.module |
Loads multiple basic entities. |
entity_example_basic_uri |
modules/examples/entity_example/entity_example.module |
Implements the uri callback. |
entity_example_menu |
modules/examples/entity_example/entity_example.module |
Implements hook_menu(). |
entity_example_info_page |
modules/examples/entity_example/entity_example.module |
Basic information for the page. |
entity_example_permission |
modules/examples/entity_example/entity_example.module |
Implements hook_permission(). |
entity_example_basic_list_entities |
modules/examples/entity_example/entity_example.module |
Returns a render array with all entity_example_basic entities. |
entity_example_basic_title |
modules/examples/entity_example/entity_example.module |
Callback for a page title when this entity is displayed. |
entity_example_basic_view |
modules/examples/entity_example/entity_example.module |
Menu callback to display an entity. |
entity_example_field_extra_fields |
modules/examples/entity_example/entity_example.module |
Implements hook_field_extra_fields(). |
entity_example_basic_add |
modules/examples/entity_example/entity_example.module |
Provides a wrapper on the edit form to add a new entity. |
entity_example_basic_form |
modules/examples/entity_example/entity_example.module |
Form function to create an entity_example_basic entity. |
entity_example_basic_form_validate |
modules/examples/entity_example/entity_example.module |
Validation handler for entity_example_basic_add_form form. |
entity_example_basic_form_submit |
modules/examples/entity_example/entity_example.module |
Form submit handler: Submits basic_add_form information. |
entity_example_basic_edit_delete |
modules/examples/entity_example/entity_example.module |
Form deletion handler. |
entity_example_basic_save |
modules/examples/entity_example/entity_example.module |
We save the entity by calling the controller. |
entity_example_basic_delete |
modules/examples/entity_example/entity_example.module |
Use the controller to delete the entity. |
entity_example_autoload_info |
modules/examples/entity_example/entity_example.module |
Implements hook_autoload_info(). |
EntityExampleTestCase::setUp |
modules/examples/entity_example/tests/entity_example.test |
Sets up a Backdrop site for running functional and integration tests. |
EntityExampleTestCase::testEntityExampleBasic |
modules/examples/entity_example/tests/entity_example.test |
Test Entity Example features. |
field_example_field_schema |
modules/examples/field_example/field_example.install |
Implements hook_field_schema(). |
field_example_field_info |
modules/examples/field_example/field_example.module |
Implements hook_field_info(). |
field_example_field_validate |
modules/examples/field_example/field_example.module |
Implements hook_field_validate(). |
field_example_field_is_empty |
modules/examples/field_example/field_example.module |
Implements hook_field_is_empty(). |