173 calls to entity_load()

AggregatorRenderingTest::testFeedPage in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorRenderingTest.php
Creates a feed and checks that feed's page.
aggregator_feed_load in drupal/core/modules/aggregator/aggregator.module
Loads an aggregator feed.
BlockInvalidRegionTest::testBlockInInvalidRegion in drupal/core/modules/block/lib/Drupal/block/Tests/BlockInvalidRegionTest.php
Tests that blocks assigned to invalid regions work correctly.
BlockLanguageTest::testLanguageBlockVisibilityLanguageDelete in drupal/core/modules/block/lib/Drupal/block/Tests/BlockLanguageTest.php
Tests if the visibility settings are removed if the language is deleted.
BlockStorageUnitTest::renderTests in drupal/core/modules/block/lib/Drupal/block/Tests/BlockStorageUnitTest.php
Tests the rendering of blocks.
BlockTest::testBlock in drupal/core/modules/block/lib/Drupal/block/Tests/BlockTest.php
Test configuring and moving a module-define block to specific regions.
BlockTest::testBlockRehash in drupal/core/modules/block/lib/Drupal/block/Tests/BlockTest.php
Test _block_rehash().
block_load in drupal/core/modules/block/block.module
Loads a block instance.
book_admin_edit_submit in drupal/core/modules/book/book.admin.inc
Form submission handler for book_admin_edit().
book_link_load in drupal/core/modules/book/book.module
Gets a book menu link by its menu link ID.
BreakpointGroup::addBreakpointFromMediaQuery in drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Plugin/Core/Entity/BreakpointGroup.php
Adds a breakpoint using a name and a media query.
BreakpointGroup::addBreakpoints in drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Plugin/Core/Entity/BreakpointGroup.php
Adds one or more breakpoints to this group.
BreakpointGroupCRUDTest::testBreakpointGroupCRUD in drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointGroupCRUDTest.php
Test CRUD operations for breakpoint groups.
BreakpointGroupTestBase::verifyBreakpointGroup in drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointGroupTestBase.php
Verify that a breakpoint is properly stored.
BreakpointThemeTest::testThemeBreakpointGroup in drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointThemeTest.php
Test the breakpoints defined by the custom group.
BreakpointThemeTest::testThemeBreakpointGroupModule in drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointThemeTest.php
Test the breakpoints defined by the custom group in the module.
BreakpointThemeTest::testThemeBreakpoints in drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointThemeTest.php
Test the breakpoints provided by a theme.
breakpoint_group_load in drupal/core/modules/breakpoint/breakpoint.module
Load one breakpoint group by its identifier.
breakpoint_load in drupal/core/modules/breakpoint/breakpoint.module
Load one breakpoint by its identifier.
BulkFormTest::testBulkForm in drupal/core/modules/node/lib/Drupal/node/Tests/Views/BulkFormTest.php
Tests the node bulk form.
BulkFormTest::testBulkForm in drupal/core/modules/user/lib/Drupal/user/Tests/Views/BulkFormTest.php
Tests the user bulk form.
CKEditorAdminTest::testAdmin in drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorAdminTest.php
CKEditorLoadingTest::testLoading in drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorLoadingTest.php
Tests loading of CKEditor CSS, JS and JS settings.
CKEditorPluginManagerTest::testEnabledPlugins in drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorPluginManagerTest.php
Tests the enabling of plugins.
CKEditorTest::testBuildContentsCssJSSetting in drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorTest.php
Tests CKEditor::buildContentsCssJSSetting().
CKEditorTest::testBuildToolbarJSSetting in drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorTest.php
Tests CKEditor::buildToolbarJSSetting().
CKEditorTest::testGetJSSettings in drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorTest.php
Tests CKEditor::getJSSettings().
CKEditorTest::testInternalGetConfig in drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorTest.php
Tests Internal::getConfig().
CKEditorTest::testStylesComboGetConfig in drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorTest.php
Tests StylesCombo::getConfig().
CommentActionsTest::testCommentPublishUnpublishActions in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentActionsTest.php
Tests comment publish and unpublish actions.
CommentTranslationUITest::assertPublishedStatus in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTranslationUITest.php
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::assertPublishedStatus().
comment_load in drupal/core/modules/comment/comment.module
Loads the entire comment by comment ID.
ConfigEntityStatusTest::testCRUD in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityStatusTest.php
Tests the enabling/disabling of entities.
ConfigEntityTest::testCRUD in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityTest.php
Tests CRUD operations.
ConfigEntityTest::testCRUDUI in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityTest.php
Tests CRUD operations through the UI.
ConfigTestTranslationUITest::testTranslationUI in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/ConfigTestTranslationUITest.php
Overrides EntityTranslationTest::testTranslationUI().
ConfigurationTest::testActionConfiguration in drupal/core/modules/action/lib/Drupal/action/Tests/ConfigurationTest.php
Tests configuration of advanced actions through administration interface.
config_test_load in drupal/core/modules/config/tests/config_test/config_test.module
Loads a ConfigTest object.
ContactSitewideTest::deleteCategories in drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactSitewideTest.php
Deletes all categories.
ContactUpgradePathTest::testContactUpgrade in drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactUpgradePathTest.php
Tests upgrade of contact table to configuration entities.
contact_category_load in drupal/core/modules/contact/contact.module
Loads a contact category.
CreateTest::testCreate in drupal/core/modules/rest/lib/Drupal/rest/Tests/CreateTest.php
Tests several valid and invalid create requests on all entity types.
CrudTest::testCreateFieldFail in drupal/core/modules/field/lib/Drupal/field/Tests/CrudTest.php
Test failure to create a field.
CustomBlockFormController::prepareEntity in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockFormController.php
Overrides \Drupal\Core\Entity\EntityFormController::prepareEntity().
CustomBlockFormController::save in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockFormController.php
Overrides \Drupal\Core\Entity\EntityFormController::save().
CustomBlockRevisionsTest::testRevisions in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockRevisionsTest.php
Checks block revision related operations.
CustomBlockTranslationController::entityFormTitle in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTranslationController.php
Overrides EntityTranslationController::entityFormTitle().
CustomBlockTypeTest::testCustomBlockTypeCreation in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockTypeTest.php
Tests creating a block type programmatically and via a form.
custom_block_load in drupal/core/modules/block/custom_block/custom_block.module
Loads a custom block.
custom_block_type_load in drupal/core/modules/block/custom_block/custom_block.module
Loads a custom block type.
DatetimeFieldTest::renderTestEntity in drupal/core/modules/datetime/lib/Drupal/datetime/Tests/DatetimeFieldTest.php
Renders a entity_test and sets the output in the internal browser.
DeleteTest::testDelete in drupal/core/modules/rest/lib/Drupal/rest/Tests/DeleteTest.php
Tests several valid and invalid delete requests on all entity types.
DisplayInternalLogicTest::setUp in drupal/core/modules/layout/lib/Drupal/layout/Tests/DisplayInternalLogicTest.php
Sets up a Drupal site for running functional and integration tests.
DisplayOverview::submitForm in drupal/core/modules/field_ui/lib/Drupal/field_ui/DisplayOverview.php
Overrides \Drupal\field_ui\OverviewBase::submitForm().
DisplayTest::testPageContextualLinks in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/DisplayTest.php
Tests contextual links on Views page displays.
EditController::fieldForm in drupal/core/modules/edit/lib/Drupal/edit/EditController.php
Returns a single field edit form as an Ajax response.
EditController::metadata in drupal/core/modules/edit/lib/Drupal/edit/EditController.php
Returns the metadata for a set of fields.
EditEntityFieldAccessCheck::validateAndUpcastRequestAttributes in drupal/core/modules/edit/lib/Drupal/edit/Access/EditEntityFieldAccessCheck.php
Validates and upcasts request attributes.
EditIntegrationTest::testGetUntransformedTextCommand in drupal/core/modules/editor/lib/Drupal/editor/Tests/EditIntegrationTest.php
Tests GetUntransformedTextCommand AJAX command.
EditIntegrationTest::testMetadata in drupal/core/modules/editor/lib/Drupal/editor/Tests/EditIntegrationTest.php
Tests (custom) metadata when the formatted text editor is used.
EmailFieldTest::testEmailField in drupal/core/modules/email/lib/Drupal/email/Tests/EmailFieldTest.php
Tests e-mail field.
EmailItemTest::testEmailItem in drupal/core/modules/email/lib/Drupal/email/Tests/EmailItemTest.php
Tests using entity fields of the email field type.
Entity::render in drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/Entity.php
Overrides \Drupal\views\Plugin\views\area\AreaPluginBase::render().
EntityApiTest::assertCRUD in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityApiTest.php
Executes a test set for a defined entity type and user.
EntityCrudHookTest::testBlockHooks in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityCrudHookTest.php
Tests hook invocations for CRUD operations on blocks.
EntityDisplayTest::testEntityDisplayCRUD in drupal/core/modules/entity/lib/Drupal/entity/Tests/EntityDisplayTest.php
Tests basic CRUD operations on EntityDisplay objects.
EntityDisplayTest::testRenameDeleteBundle in drupal/core/modules/entity/lib/Drupal/entity/Tests/EntityDisplayTest.php
Tests renaming and deleting a bundle.
EntityFieldTest::assertComputedProperties in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php
Executes the computed properties tests for the given entity type.
EntityFieldTest::assertSave in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php
Executes the save tests for the given entity type.
EntityReferenceItemTest::testEntityReferenceItem in drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceItemTest.php
Tests using entity fields of the entity reference field type.
EntityResource::delete in drupal/core/modules/rest/lib/Drupal/rest/Plugin/rest/resource/EntityResource.php
Responds to entity DELETE requests.
EntityResource::get in drupal/core/modules/rest/lib/Drupal/rest/Plugin/rest/resource/EntityResource.php
Responds to entity GET requests.
EntityResource::patch in drupal/core/modules/rest/lib/Drupal/rest/Plugin/rest/resource/EntityResource.php
Responds to entity PATCH requests.
EntityRevisionsTest::assertRevisions in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityRevisionsTest.php
Executes the revision tests for the given entity type.
EntityTranslationTest::assertMultilingualProperties in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationTest.php
Executes the multilingual property tests for the given entity type.
EntityTranslationUITest::assertAuthoringInfo in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php
Tests the translation authoring information.
EntityTranslationUITest::assertBasicTranslation in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php
Tests the basic translation workflow.
EntityTranslationUITest::assertOutdatedStatus in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php
Tests up-to-date status tracking.
EntityTranslationUITest::assertPublishedStatus in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php
Tests the translation publishing status.
EntityTranslationUITest::assertTranslationDeletion in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php
Tests translation deletion.
EntityTranslationWorkflowsTest::setupEntity in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationWorkflowsTest.php
Creates a test entity and translate it.
EntityUUIDTest::assertCRUD in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityUUIDTest.php
Executes the UUID CRUD tests for the given entity type.
EntityWrapper::getValue in drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityWrapper.php
Overrides \Drupal\Core\TypedData\TypedData::getValue().
entity_entity_bundle_rename in drupal/core/modules/entity/entity.module
Implements hook_entity_bundle_rename().
entity_get_display in drupal/core/includes/entity.inc
Returns the entity_display object associated to a bundle and view mode.
entity_get_form_display in drupal/core/includes/entity.inc
Returns the entity_form_display object associated to a bundle and form mode.
entity_test_load in drupal/core/modules/system/tests/modules/entity_test/entity_test.module
Loads a test entity.
entity_test_mulrev_load in drupal/core/modules/system/tests/modules/entity_test/entity_test.module
Loads a test entity.
entity_test_mul_load in drupal/core/modules/system/tests/modules/entity_test/entity_test.module
Loads a test entity.
entity_test_rev_load in drupal/core/modules/system/tests/modules/entity_test/entity_test.module
Loads a test entity.
FeedProcessorPluginTest::testPostProcess in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedProcessorPluginTest.php
Test post-processing functionality.
FeedProcessorPluginTest::testProcess in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedProcessorPluginTest.php
Test processing functionality.
FieldImportChangeTest::testImportChange in drupal/core/modules/field/lib/Drupal/field/Tests/FieldImportChangeTest.php
Tests importing an updated field instance.
FieldImportCreateTest::testImportCreate in drupal/core/modules/field/lib/Drupal/field/Tests/FieldImportCreateTest.php
Tests creating fields and instances during config import.
FieldImportCreateTest::testImportCreateDefault in drupal/core/modules/field/lib/Drupal/field/Tests/FieldImportCreateTest.php
Tests creating fields and instances during default config import.
FieldImportDeleteTest::testImportDelete in drupal/core/modules/field/lib/Drupal/field/Tests/FieldImportDeleteTest.php
Tests deleting fields and instances as part of config import.
FieldInstance::delete in drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/FieldInstance.php
Overrides \Drupal\Core\Entity\Entity::delete().
FieldTestBase::assertFieldValues in drupal/core/modules/field/lib/Drupal/field/Tests/FieldTestBase.php
Assert that a field has the expected values in an entity.
field_ui_instance_title in drupal/core/modules/field_ui/field_ui.module
Title callback: Returns the name of a given instance.
field_update_field in drupal/core/modules/field/field.crud.inc
Updates a field.
field_update_instance in drupal/core/modules/field/field.crud.inc
Updates an instance of a field.
FileItemTest::testFileItem in drupal/core/modules/file/lib/Drupal/file/Tests/FileItemTest.php
Tests using entity fields of the file field type.
FilterAdminTest::testFilterAdmin in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterAdminTest.php
Tests filter administration functionality.
FilterFormatUpgradePathTest::testFilterFormatUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FilterFormatUpgradePathTest.php
Tests expected filter formats entities after a successful upgrade.
filter_format_exists in drupal/core/modules/filter/filter.module
Determines if a text format exists.
ForumTest::editForumVocabulary in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php
Edits the forum taxonomy.
ForumTest::testForum in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php
Tests forum functionality through the admin and user interfaces.
forum_page in drupal/core/modules/forum/forum.pages.inc
Page callback: Prints a forum listing.
HandlerFieldRoleTest::testRole in drupal/core/modules/user/lib/Drupal/user/Tests/Views/HandlerFieldRoleTest.php
ImageAdminStylesTest::testConfigImport in drupal/core/modules/image/lib/Drupal/image/Tests/ImageAdminStylesTest.php
Tests image style configuration import that does a delete.
ImageAdminStylesTest::testStyle in drupal/core/modules/image/lib/Drupal/image/Tests/ImageAdminStylesTest.php
General test to add a style, add/remove/edit effects to it, then delete it.
ImageItemTest::testImageItem in drupal/core/modules/image/lib/Drupal/image/Tests/ImageItemTest.php
Tests using entity fields of the image field type.
ImageStyleFlushTest::testFlush in drupal/core/modules/image/lib/Drupal/image/Tests/ImageStyleFlushTest.php
General test to flush a style.
image_effect_load in drupal/core/modules/image/image.module
Loads a single image effect.
image_style_load in drupal/core/modules/image/image.module
Loads an ImageStyle object.
image_style_transform_dimensions in drupal/core/modules/image/image.module
Determines the dimensions of the styled image.
LinkFieldTest::renderTestEntity in drupal/core/modules/link/lib/Drupal/link/Tests/LinkFieldTest.php
Renders a test_entity and sets the output in the internal browser.
LinkItemTest::testLinkItem in drupal/core/modules/link/lib/Drupal/link/Tests/LinkItemTest.php
Tests using entity fields of the link field type.
MenuTest::assertMenuLink in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
Fetch the menu item from the database and compare it to the specified array.
MenuTest::getStandardMenuLink in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
Get standard menu link.
MenuTest::testMenu in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
Login users, add menus and menu links, and test menu functionality through the admin and user interfaces.
MenuTest::testMenuBundles in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
Tests menu link bundles.
menu_edit_menu_name_exists in drupal/core/modules/menu/menu.admin.inc
Returns whether a menu name already exists.
menu_link_load in drupal/core/modules/menu_link/menu_link.module
Loads a menu link entity.
menu_load in drupal/core/modules/menu/menu.module
Load the data for a single custom menu.
MessageFormController::save in drupal/core/modules/contact/lib/Drupal/contact/MessageFormController.php
Overrides Drupal\Core\Entity\EntityFormController::save().
MetadataGeneratorTest::testEditorWithCustomMetadata in drupal/core/modules/edit/lib/Drupal/edit/Tests/MetadataGeneratorTest.php
MetadataGeneratorTest::testSimpleEntityType in drupal/core/modules/edit/lib/Drupal/edit/Tests/MetadataGeneratorTest.php
Tests a simple entity type, with two different simple fields.
NodeTranslationUITest::assertAuthoringInfo in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTranslationUITest.php
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::assertAuthoringInfo().
NodeTranslationUITest::assertPublishedStatus in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTranslationUITest.php
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::assertPublishedStatus().
node_load in drupal/core/modules/node/node.module
Loads a node entity from the database.
NumberItemTest::testNumberItem in drupal/core/modules/number/lib/Drupal/number/Tests/NumberItemTest.php
Tests using entity fields of the number field type.
PageEditTest::testPageEdit in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/PageEditTest.php
Checks block edit functionality.
PictureFormatter::settingsSummary in drupal/core/modules/picture/lib/Drupal/picture/Plugin/field/formatter/PictureFormatter.php
Returns a short summary for the current formatter settings.
PictureFormatter::viewElements in drupal/core/modules/picture/lib/Drupal/picture/Plugin/field/formatter/PictureFormatter.php
Builds a renderable array for a field value.
PictureMapping::loadBreakpointGroup in drupal/core/modules/picture/lib/Drupal/picture/Plugin/Core/Entity/PictureMapping.php
Loads the breakpoint group.
picture_mapping_load in drupal/core/modules/picture/picture.module
Load one picture by its identifier.
ShapeItemTest::testShapeItem in drupal/core/modules/field/lib/Drupal/field/Tests/ShapeItemTest.php
Tests using entity fields of the field field type.
ShortcutUpgradePathTest::testContactUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/ShortcutUpgradePathTest.php
Tests upgrade of {shortcut_set} table to configuration entities.
shortcut_menu_link_delete in drupal/core/modules/shortcut/shortcut.module
Implements hook_menu_link_delete().
shortcut_set_load in drupal/core/modules/shortcut/shortcut.module
Loads the data for a shortcut set.
SystemMenuBlock::getDerivativeDefinitions in drupal/core/modules/system/lib/Drupal/system/Plugin/Derivative/SystemMenuBlock.php
Implements \Drupal\Component\Plugin\Derivative\DerivativeInterface::getDerivativeDefinitions().
TaxonomyAutocompleteWidget::massageFormValues in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/widget/TaxonomyAutocompleteWidget.php
Implements Drupal\field\Plugin\Type\Widget\WidgetInterface::massageFormValues()
TaxonomyIndexTid::valueForm in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/filter/TaxonomyIndexTid.php
Options form subform for setting options.
TaxonomyTermReferenceItemTest::testTaxonomyTermReferenceItem in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TaxonomyTermReferenceItemTest.php
Tests using entity fields of the taxonomy term reference field type.
taxonomy_term_load in drupal/core/modules/taxonomy/taxonomy.module
Return the taxonomy term entity matching a term ID.
taxonomy_vocabulary_load in drupal/core/modules/taxonomy/taxonomy.module
Return the taxonomy vocabulary entity matching a vocabulary ID.
TelephoneItemTest::testTestItem in drupal/core/modules/telephone/lib/Drupal/telephone/Tests/TelephoneItemTest.php
Tests using entity fields of the telephone field type.
Term::validateArgument in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument_validator/Term.php
TermFieldMultipleVocabularyTest::testTaxonomyTermFieldMultipleVocabularies in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldMultipleVocabularyTest.php
Tests term reference field and widget with multiple vocabularies.
TermFieldTest::testTaxonomyTermFieldWidgets in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldTest.php
Test widgets.
TermSelection::getReferencableEntities in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/entity_reference/selection/TermSelection.php
Overrides SelectionBase::getReferencableEntities().
TestItemTest::testTestItem in drupal/core/modules/field/lib/Drupal/field/Tests/TestItemTest.php
Tests using entity fields of the field field type.
TextFieldTest::_testTextfieldWidgets in drupal/core/modules/text/lib/Drupal/text/Tests/TextFieldTest.php
Helper function for testTextfieldWidgets().
TextFieldTest::_testTextfieldWidgetsFormatted in drupal/core/modules/text/lib/Drupal/text/Tests/TextFieldTest.php
Helper function for testTextfieldWidgetsFormatted().
toolbar_pre_render in drupal/core/modules/toolbar/toolbar.module
Builds the Toolbar as a structured array ready for drupal_render().
TourTest::testTourFunctionality in drupal/core/modules/tour/lib/Drupal/tour/Tests/TourTest.php
Test tour functionality.
UpdateTest::testPatchUpdate in drupal/core/modules/rest/lib/Drupal/rest/Tests/UpdateTest.php
Tests several valid and invalid partial update requests on test entities.
UserAdminListingTest::testUserListing in drupal/core/modules/user/lib/Drupal/user/Tests/UserAdminListingTest.php
Tests the listing.
UserPictureUpgradePathTest::testUserPictureUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UserPictureUpgradePathTest.php
Tests expected user picture conversions after a successful upgrade.
UserRoleAdminTest::testRoleAdministration in drupal/core/modules/user/lib/Drupal/user/Tests/UserRoleAdminTest.php
Test adding, renaming and deleting roles.
UserRoleUpgradePathTest::testRoleUpgradeToConfig in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UserRoleUpgradePathTest.php
Tests that roles were converted to config.
user_load in drupal/core/modules/user/user.module
Loads a user object.
user_role_load in drupal/core/modules/user/user.module
Fetches a user role by role ID.
ViewExecutableTest::testFactoryService in drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php
Tests the views.exectuable container service.
ViewStorageTest::createTests in drupal/core/modules/views/lib/Drupal/views/Tests/ViewStorageTest.php
Tests creating configuration entities.
ViewStorageTest::displayTests in drupal/core/modules/views/lib/Drupal/views/Tests/ViewStorageTest.php
Tests adding, saving, and loading displays on configuration entities.
ViewStorageTest::loadTests in drupal/core/modules/views/lib/Drupal/views/Tests/ViewStorageTest.php
Tests loading configuration entities.
views_get_view in drupal/core/modules/views/views.module
Loads a view from configuration.
views_ui_taxonomy_autocomplete_validate in drupal/core/modules/views_ui/admin.inc
Form element validation handler for a taxonomy autocomplete field.
VocabularyVid::title in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/VocabularyVid.php
Override the behavior of title(). Get the name of the vocabulary.
_breakpoint_group_create_or_load in drupal/core/modules/breakpoint/breakpoint.module
Helper function to easily create/load a breakpoint group.
_node_mass_update_batch_process in drupal/core/modules/node/node.admin.inc
Executes a batch operation for node_mass_update().