75 string references to entity.repository in Drupal 10
- AccountForm::create in core/
modules/ user/ src/ AccountForm.php - Instantiates a new instance of this class.
- AssertConfigEntityImportTrait::assertConfigEntityImport in core/
modules/ config/ tests/ src/ Traits/ AssertConfigEntityImportTrait.php - Asserts that a config entity can be imported without changing it.
- BlockContentEntityReferenceSelectionTest::setUp in core/
modules/ block_content/ tests/ src/ Kernel/ BlockContentEntityReferenceSelectionTest.php - BookAdminEditForm::create in core/
modules/ book/ src/ Form/ BookAdminEditForm.php - Instantiates a new instance of this class.
- BookOutlineForm::create in core/
modules/ book/ src/ Form/ BookOutlineForm.php - Instantiates a new instance of this class.
- BulkForm::create in core/
modules/ views/ src/ Plugin/ views/ field/ BulkForm.php - CKEditor5MediaController::create in core/
modules/ ckeditor5/ src/ Controller/ CKEditor5MediaController.php - Instantiates a new instance of this class.
- CommentController::create in core/
modules/ comment/ src/ Controller/ CommentController.php - Instantiates a new instance of this class.
- CommentForm::create in core/
modules/ comment/ src/ CommentForm.php - Instantiates a new instance of this class.
- CommentViewBuilder::createInstance in core/
modules/ comment/ src/ CommentViewBuilder.php - Instantiates a new instance of this entity handler.
- ConfigEntityUnitTest::testStorageMethods in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigEntityUnitTest.php - Tests storage methods.
- ContentEntityForm::create in core/
lib/ Drupal/ Core/ Entity/ ContentEntityForm.php - Instantiates a new instance of this class.
- DataEntityRow::create in core/
modules/ rest/ src/ Plugin/ views/ row/ DataEntityRow.php - DefaultSelection::create in core/
lib/ Drupal/ Core/ Entity/ Plugin/ EntityReferenceSelection/ DefaultSelection.php - Creates an instance of the plugin.
- EditorFileReference::create in core/
modules/ editor/ src/ Plugin/ Filter/ EditorFileReference.php - EditorImageDialog::buildForm in core/
modules/ editor/ src/ Form/ EditorImageDialog.php - EditorMediaDialog::create in core/
modules/ media/ src/ Form/ EditorMediaDialog.php - Instantiates a new instance of this class.
- Entity::create in core/
modules/ views/ src/ Plugin/ views/ area/ Entity.php - EntityAutocomplete::getEntityLabels in core/
lib/ Drupal/ Core/ Entity/ Element/ EntityAutocomplete.php - Converts an array of entity objects into a string of entity labels.
- EntityController::create in core/
lib/ Drupal/ Core/ Entity/ Controller/ EntityController.php - Instantiates a new instance of this class.
- EntityLoadByUuidTest::testLoadEntityByUuidAccessChecking in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityLoadByUuidTest.php - Ensures that ::loadEntityByUuid() doesn't apply access checking.
- EntityOperations::create in core/
modules/ views/ src/ Plugin/ views/ field/ EntityOperations.php - EntityReferenceFormatterBase::getEntitiesToView in core/
lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldFormatter/ EntityReferenceFormatterBase.php - Returns the referenced entities for display.
- EntityReferenceItem::calculateDependencies in core/
lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldType/ EntityReferenceItem.php - Calculates dependencies for field items.
- EntityReferenceItem::onDependencyRemoval in core/
lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldType/ EntityReferenceItem.php - Informs the plugin that a dependency of the field will be deleted.
- EntityReferenceItemTest::testEntityAutoCreate in core/
modules/ field/ tests/ src/ Kernel/ EntityReference/ EntityReferenceItemTest.php - Tests entity auto create.
- EntityRepositoryTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityRepositoryTest.php - EntityRow::create in core/
modules/ views/ src/ Plugin/ views/ row/ EntityRow.php - EntityTranslationTest::doTestLanguageFallback in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityTranslationTest.php - Executes the language fallback test for the given entity type.
- EntityUUIDTest::assertCRUD in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityUUIDTest.php - Executes the UUID CRUD tests for the given entity type.
- EntityViewBuilder::createInstance in core/
lib/ Drupal/ Core/ Entity/ EntityViewBuilder.php - Instantiates a new instance of this entity handler.
- FieldImportDeleteUninstallTest::testImportDeleteUninstall in core/
modules/ field/ tests/ src/ Kernel/ FieldImportDeleteUninstallTest.php - Tests deleting field storages and fields as part of config import.
- FieldImportDeleteUninstallUiTest::testImportDeleteUninstall in core/
modules/ field/ tests/ src/ Functional/ FieldImportDeleteUninstallUiTest.php - Tests deleting field storages and fields as part of config import.
- ImageFieldDisplayTest::testImageFieldDefaultImage in core/
modules/ image/ tests/ src/ Functional/ ImageFieldDisplayTest.php - Tests use of a default image with an image field.
- ImageFormatterBase::getEntitiesToView in core/
modules/ image/ src/ Plugin/ Field/ FieldFormatter/ ImageFormatterBase.php - Returns the referenced entities for display.
- ImageItem::defaultImageForm in core/
modules/ image/ src/ Plugin/ Field/ FieldType/ ImageItem.php - Builds the default_image details element.
- ImageWidget::formElement in core/
modules/ image/ src/ Plugin/ Field/ FieldWidget/ ImageWidget.php - image_entity_presave in core/
modules/ image/ image.module - Implements hook_entity_presave().
- image_field_config_delete in core/
modules/ image/ image.module - Implements hook_ENTITY_TYPE_delete() for 'field_config'.
- image_field_config_update in core/
modules/ image/ image.module - Implements hook_ENTITY_TYPE_update() for 'field_config'.
- image_field_storage_config_delete in core/
modules/ image/ image.module - Implements hook_ENTITY_TYPE_delete() for 'field_storage_config'.
- image_field_storage_config_update in core/
modules/ image/ image.module - Implements hook_ENTITY_TYPE_update() for 'field_storage_config'.
- IndexTid::titleQuery in core/
modules/ taxonomy/ src/ Plugin/ views/ argument/ IndexTid.php - JsonApiFunctionalTest::testWrite in core/
modules/ jsonapi/ tests/ src/ Functional/ JsonApiFunctionalTest.php - Tests POST, PATCH and DELETE.
- LinkBase::create in core/
modules/ views/ src/ Plugin/ views/ field/ LinkBase.php - LoadTest::testUuidValues in core/
modules/ file/ tests/ src/ Kernel/ LoadTest.php - Loads a single file and ensure that the correct values are returned.
- MediaEmbed::create in core/
modules/ media/ src/ Plugin/ Filter/ MediaEmbed.php - MediaFilterController::create in core/
modules/ media/ src/ Controller/ MediaFilterController.php - Instantiates a new instance of this class.
- MenuLinkContent::create in core/
modules/ menu_link_content/ src/ Plugin/ Menu/ MenuLinkContent.php - MenuLinkContentForm::create in core/
modules/ menu_link_content/ src/ Form/ MenuLinkContentForm.php - Instantiates a new instance of this class.
- MenuLinksTest::testMenuLinkReparenting in core/
modules/ menu_link_content/ tests/ src/ Kernel/ MenuLinksTest.php - Tests automatic reparenting of menu links.
- MenuUiTrait::assertMenuLink in core/
modules/ menu_ui/ tests/ src/ Traits/ MenuUiTrait.php - Asserts that a menu fetched from the database matches an expected one.
- menu_ui_get_menu_link_defaults in core/
modules/ menu_ui/ menu_ui.module - Returns the definition for a menu link for the given node.
- MessageForm::create in core/
modules/ contact/ src/ MessageForm.php - Instantiates a new instance of this class.
- NodeController::create in core/
modules/ node/ src/ Controller/ NodeController.php - Instantiates a new instance of this class.
- NodeForm::create in core/
modules/ node/ src/ NodeForm.php - Instantiates a new instance of this class.
- NodePreviewController::create in core/
modules/ node/ src/ Controller/ NodePreviewController.php - Instantiates a new instance of this class.
- NodeViewController::create in core/
modules/ node/ src/ Controller/ NodeViewController.php - Instantiates a new instance of this class.
- node_tokens in core/
modules/ node/ node.tokens.inc - Implements hook_tokens().
- OverridesEntityForm::create in core/
modules/ layout_builder/ src/ Form/ OverridesEntityForm.php - Instantiates a new instance of this class.
- OverridesSectionStorage::create in core/
modules/ layout_builder/ src/ Plugin/ SectionStorage/ OverridesSectionStorage.php - OverviewTerms::create in core/
modules/ taxonomy/ src/ Form/ OverviewTerms.php - Instantiates a new instance of this class.
- QuickEditController::create in core/
modules/ quickedit/ src/ QuickEditController.php - Instantiates a new instance of this class.
- quickedit_test_quickedit_render_field in core/
modules/ quickedit/ tests/ modules/ quickedit_test.module - Implements hook_quickedit_render_field().
- RenderedEntity::create in core/
modules/ views/ src/ Plugin/ views/ field/ RenderedEntity.php - shortcut_renderable_links in core/
modules/ shortcut/ shortcut.module - Returns an array of shortcut links, suitable for rendering.
- StatisticsPopularBlock::create in core/
modules/ statistics/ src/ Plugin/ Block/ StatisticsPopularBlock.php - TaxonomyIndexTid::adminSummary in core/
modules/ taxonomy/ src/ Plugin/ views/ filter/ TaxonomyIndexTid.php - Display the filter on the administrative summary.
- TaxonomyIndexTid::preRender in core/
modules/ taxonomy/ src/ Plugin/ views/ field/ TaxonomyIndexTid.php - Runs before any fields are rendered.
- TaxonomyIndexTid::valueForm in core/
modules/ taxonomy/ src/ Plugin/ views/ filter/ TaxonomyIndexTid.php - Options form subform for setting options.
- UserSelection::create in core/
modules/ user/ src/ Plugin/ EntityReferenceSelection/ UserSelection.php - WorkspaceDeleteForm::create in core/
modules/ workspaces/ src/ Form/ WorkspaceDeleteForm.php - Instantiates a new instance of this class.
- WorkspaceForm::create in core/
modules/ workspaces/ src/ Form/ WorkspaceForm.php - Instantiates a new instance of this class.
- _editor_delete_file_usage in core/
modules/ editor/ editor.module - Deletes file usage of files referenced by formatted text fields.
- _editor_record_file_usage in core/
modules/ editor/ editor.module - Records file usage of files referenced by formatted text fields.