entity_view_mode_delete |
core/modules/entity/entity.module |
Delete a custom display mode. |
entity_view_mode_exists |
core/modules/entity/entity.module |
Helper function: checks if the display mode exists. |
entity_view_mode_load |
core/modules/entity/entity.module |
Load a custom entity display mode by entity type and machine name. |
entity_view_mode_prepare |
core/modules/entity/entity.module |
Invoke hook_entity_view_mode_alter(). |
entity_view_mode_save |
core/modules/entity/entity.module |
Save a custom display mode. |
entity_view_multiple |
core/modules/entity/entity.module |
Generate an array for rendering the given entity. |
error_displayable |
core/includes/errors.inc |
Determines whether an error should be displayed. |
error_test_generate_warnings |
core/modules/simpletest/tests/error_test.module |
Menu callback; generate warnings to test the error handler. |
error_test_menu |
core/modules/simpletest/tests/error_test.module |
Implements hook_menu(). |
error_test_trigger_exception |
core/modules/simpletest/tests/error_test.module |
Menu callback; trigger an exception to test the exception handler. |
error_test_trigger_pdo_exception |
core/modules/simpletest/tests/error_test.module |
Menu callback; trigger an exception to test the exception handler. |
EvalMath::e |
core/includes/evalmath.inc |
|
EvalMath::evaluate |
core/includes/evalmath.inc |
|
EvalMath::funcs |
core/includes/evalmath.inc |
|
EvalMath::nfx |
core/includes/evalmath.inc |
|
EvalMath::pfx |
core/includes/evalmath.inc |
|
EvalMath::trigger |
core/includes/evalmath.inc |
|
EvalMath::vars |
core/includes/evalmath.inc |
|
EvalMath::__construct |
core/includes/evalmath.inc |
|
EvalMathStack::last |
core/includes/evalmath.inc |
|
EvalMathStack::pop |
core/includes/evalmath.inc |
|
EvalMathStack::push |
core/includes/evalmath.inc |
|
FakeRecordWithConstructor::__construct |
core/modules/simpletest/tests/database_test.test |
Constructor for FakeRecordWithConstructor. |
fast_404 |
core/includes/bootstrap.inc |
Returns a simple 404 Not Found page. |
FeedIconTest::testFeedIconEscaping |
core/modules/simpletest/tests/common.test |
Check that special characters are correctly escaped. Test for issue #1211668. |
FieldAttachOtherTestCase::testFieldAttachCache |
core/modules/field/tests/field.test |
Test field cache. |
FieldAttachOtherTestCase::testFieldAttachForm |
core/modules/field/tests/field.test |
Test field_attach_form(). |
FieldAttachOtherTestCase::testFieldAttachPrepareViewMultiple |
core/modules/field/tests/field.test |
Tests the 'multiple entity' behavior of field_attach_prepare_view(). |
FieldAttachOtherTestCase::testFieldAttachSubmit |
core/modules/field/tests/field.test |
Test field_attach_submit(). |
FieldAttachOtherTestCase::testFieldAttachValidate |
core/modules/field/tests/field.test |
Test field_attach_validate(). |
FieldAttachOtherTestCase::testFieldAttachView |
core/modules/field/tests/field.test |
Test field_attach_view() and field_attach_prepare_view(). |
FieldAttachStorageTestCase::testFieldAttachCreateRenameBundle |
core/modules/field/tests/field.test |
Test field_attach_create_bundle() and field_attach_rename_bundle(). |
FieldAttachStorageTestCase::testFieldAttachDelete |
core/modules/field/tests/field.test |
Test field_attach_delete(). |
FieldAttachStorageTestCase::testFieldAttachDeleteBundle |
core/modules/field/tests/field.test |
Test field_attach_delete_bundle(). |
FieldAttachStorageTestCase::testFieldAttachLoadMultiple |
core/modules/field/tests/field.test |
Test the 'multiple' load feature. |
FieldAttachStorageTestCase::testFieldAttachSaveLoad |
core/modules/field/tests/field.test |
Check field values insert, update and load. |
FieldAttachStorageTestCase::testFieldAttachSaveLoadDifferentStorage |
core/modules/field/tests/field.test |
Test saving and loading fields using different storage backends. |
FieldAttachStorageTestCase::testFieldAttachSaveMissingData |
core/modules/field/tests/field.test |
Tests insert and update with missing or NULL fields. |
FieldAttachStorageTestCase::testFieldAttachSaveMissingDataDefaultValue |
core/modules/field/tests/field.test |
Test insert with missing or NULL fields, with default value. |
FieldAttachStorageTestCase::testFieldHasData |
core/modules/field/tests/field.test |
Test field_has_data(). |
FieldAttachStorageTestCase::testFieldStorageDetailsAlter |
core/modules/field/tests/field.test |
Test storage details alteration. |
FieldAttachTestCase::createFieldWithInstance |
core/modules/field/tests/field.test |
Create a field and an instance of it. |
FieldAttachTestCase::setUp |
core/modules/field/tests/field.test |
Sets up a Backdrop site for running functional and integration tests. |
FieldBlock::createPseudoInstance |
core/modules/field/field.block.inc |
Create a field instance and display that uses custom formatter settings. |
FieldBlock::form |
core/modules/field/field.block.inc |
Builds the block's configuration form. |
FieldBlock::formatterFormAjax |
core/modules/field/field.block.inc |
Form #ajax callback used by FieldBlock::form(). |
FieldBlock::formSubmit |
core/modules/field/field.block.inc |
Submit handler to save the form settings. |
FieldBlock::getAdminPreview |
core/modules/field/field.block.inc |
Sets description text on draggable block in Layout builder. |
FieldBlock::getAdminTitle |
core/modules/field/field.block.inc |
Sets title text on draggable block panel in Layout builder. |
FieldBlock::getChildren |
core/modules/field/field.block.inc |
Creates an array of "child blocks" for display in the "Add Block" dialog. |