drupal_xml_parser_create Deprecated |
core/includes/drupal.inc |
Prepares a new XML parser. |
EarlyBootstrapTestCase::setUp |
core/modules/simpletest/tests/boot.test |
Sets up a Backdrop site for running functional and integration tests. |
EarlyBootstrapTestCase::testHookBoot |
core/modules/simpletest/tests/boot.test |
Test hook_boot() on both regular and "early exit" pages. |
element_child |
core/includes/common.inc |
Checks if the key is a child. |
element_children |
core/includes/common.inc |
Identifies the children of an element array, optionally sorted by weight. |
element_get_visible_children |
core/includes/common.inc |
Returns the visible children of an element. |
element_info |
core/includes/common.inc |
Retrieves the default properties for the defined element type. |
element_info_property |
core/includes/common.inc |
Retrieves a single property for the defined element type. |
element_properties |
core/includes/common.inc |
Gets properties of a structured array element (keys beginning with '#'). |
element_property |
core/includes/common.inc |
Checks if the key is a property. |
element_set_attributes |
core/includes/common.inc |
Sets HTML attributes based on element properties. |
element_sort Deprecated |
core/includes/drupal.inc |
Sorts a structured array by '#weight' property. |
element_sort_by_title Deprecated |
core/includes/drupal.inc |
Sorts a structured array by '#title' property. |
element_validate_integer Deprecated |
core/includes/drupal.inc |
This function has been removed with the inclusion of support for HTML5 number
elements. See https://docs.backdropcms.org/node/43955 |
element_validate_integer_positive Deprecated |
core/includes/drupal.inc |
This function has been removed with the inclusion of support for HTML5 number
elements. See https://docs.backdropcms.org/node/43955 |
element_validate_number Deprecated |
core/includes/drupal.inc |
This function has been removed with the inclusion of support for HTML5 number
elements. See https://docs.backdropcms.org/node/43955 |
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. |
EmailFieldTestCase::setUp |
core/modules/email/tests/email.test |
Sets up a Backdrop site for running functional and integration tests. |
EmailFieldTestCase::testEmailField |
core/modules/email/tests/email.test |
Tests email field. |
email_example_form |
modules/examples/email_example/email_example.module |
The contact form. |
email_example_form_submit |
modules/examples/email_example/email_example.module |
Form submission logic for the contact form. |
email_example_form_validate |
modules/examples/email_example/email_example.module |
Form validation logic for the contact form. |
email_example_mail |
modules/examples/email_example/email_example.module |
Implements hook_mail(). |
email_example_mail_alter |
modules/examples/email_example/email_example.module |
Implements hook_mail_alter(). |
email_example_mail_send |
modules/examples/email_example/email_example.module |
Sends an e-mail. |
email_example_menu |
modules/examples/email_example/email_example.module |
Implements hook_menu(). |
email_field_formatter_info |
core/modules/email/email.module |
Implements hook_field_formatter_info(). |
email_field_formatter_view |
core/modules/email/email.module |
Implements hook_field_formatter_view(). |
email_field_info |
core/modules/email/email.module |
Implements hook_field_info(). |
email_field_is_empty |
core/modules/email/email.module |
Implements hook_field_is_empty(). |
email_field_schema |
core/modules/email/email.install |
Implements hook_field_schema(). |
email_field_validate |
core/modules/email/email.module |
Implements hook_field_validate(). |
email_field_widget_error |
core/modules/email/email.module |
Implements hook_field_widget_error(). |
email_field_widget_form |
core/modules/email/email.module |
Implements hook_field_widget_form(). |
email_field_widget_info |
core/modules/email/email.module |
Implements hook_field_widget_info(). |
email_field_widget_settings_form |
core/modules/email/email.module |
Implements hook_field_widget_settings_form(). |
email_update_1000 |
core/modules/email/email.install |
Remove the old email module configuration file. |
EnableDisableTestCase::assertSuccessfulDisableAndUninstall |
core/modules/system/tests/system.test |
Disables and uninstalls a module and asserts that it was done correctly. |
EnableDisableTestCase::testEnableDisable |
core/modules/system/tests/system.test |
Test that all core modules can be enabled, disabled and uninstalled. |
Entity::access |
core/modules/entity/entity.class.inc |
Implements EntityInterface::access(). |
Entity::buildContent |
core/modules/entity/entity.class.inc |
Implements EntityInterface::buildContent(). |
Entity::bundle |
core/modules/entity/entity.class.inc |
Implements EntityInterface::bundle(). |
Entity::createAccess |
core/modules/entity/entity.class.inc |
Implements EntityInterface::createAccess(). |
Entity::createDuplicate |
core/modules/entity/entity.class.inc |
Implements EntityInterface::createDuplicate(). |
Entity::delete |
core/modules/entity/entity.class.inc |
Implements EntityInterface::delete(). |
Entity::getFieldValue |
core/modules/entity/entity.class.inc |
Implements EntityInterface::getFieldValue(). |
Entity::getFieldValues |
core/modules/entity/entity.class.inc |
Implements EntityInterface::getFieldValues(). |
Entity::getRevisionId |
core/modules/entity/entity.class.inc |
Implements Backdrop\entity\EntityInterface::getRevisionId(). |
Entity::isActiveRevision |
core/modules/entity/entity.class.inc |
Implements Backdrop\entity\EntityInterface::isActiveRevision(). |