Search for entity

  1. Search 7.x for entity
  2. Search 9.5.x for entity
  3. Search 8.9.x for entity
  4. Search 10.3.x for entity
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Entity class core/modules/views/src/Plugin/views/argument_validator/Entity.php Defines an argument validator plugin for each entity type.
Entity class core/modules/views/src/Plugin/views/area/Entity.php Provides an area handler which renders an entity in a certain view mode.
Entity class core/modules/migrate/src/Plugin/migrate/destination/Entity.php Provides a generic destination to import entities.
Entity class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
Entity class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Entity.php This class is a near-copy of tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Entity.php, which is part of the Doctrine project: <http://www.doctrine-project.org>. It was copied from version 1.2.7.

All search results

Title Object type File name Summary
WorkspaceEntityOperationsTest::$entityTypeManager property core/modules/workspaces/tests/src/Kernel/WorkspaceEntityOperationsTest.php The entity type manager.
WorkspaceEntityOperationsTest::$modules property core/modules/workspaces/tests/src/Kernel/WorkspaceEntityOperationsTest.php Modules to install.
WorkspaceEntityOperationsTest::setUp function core/modules/workspaces/tests/src/Kernel/WorkspaceEntityOperationsTest.php
WorkspaceEntityOperationsTest::testEntityCreation function core/modules/workspaces/tests/src/Kernel/WorkspaceEntityOperationsTest.php Test published entity creation in a workspace.
WorkspaceEntityRepositoryTest class core/modules/workspaces/tests/src/Kernel/WorkspaceEntityRepositoryTest.php Tests the entity repository integration for workspaces.
WorkspaceEntityRepositoryTest.php file core/modules/workspaces/tests/src/Kernel/WorkspaceEntityRepositoryTest.php
WorkspaceEntityRepositoryTest::$entityRepository property core/modules/workspaces/tests/src/Kernel/WorkspaceEntityRepositoryTest.php The entity repository.
WorkspaceEntityRepositoryTest::$entityTypeManager property core/modules/workspaces/tests/src/Kernel/WorkspaceEntityRepositoryTest.php The entity type manager.
WorkspaceEntityRepositoryTest::$modules property core/modules/workspaces/tests/src/Kernel/WorkspaceEntityRepositoryTest.php Modules to install.
WorkspaceEntityRepositoryTest::setUp function core/modules/workspaces/tests/src/Kernel/WorkspaceEntityRepositoryTest.php
WorkspaceEntityRepositoryTest::testGetActive function core/modules/workspaces/tests/src/Kernel/WorkspaceEntityRepositoryTest.php Tests retrieving active variants in a workspace.
WorkspaceForm::$entity property core/modules/workspaces/src/Form/WorkspaceForm.php The workspace entity.
WorkspaceFormPersistenceTest::$entityTypeManager property core/modules/workspaces/tests/src/Kernel/WorkspaceFormPersistenceTest.php The entity type manager.
WorkspaceHandlerInterface::isEntitySupported function core/modules/workspaces/src/Entity/Handler/WorkspaceHandlerInterface.php Determines if an entity should be tracked in a workspace.
WorkspaceInformation::getSupportedEntityTypes function core/modules/workspaces/src/WorkspaceInformation.php Returns an array of entity types that can belong to workspaces.
WorkspaceInformation::isEntityDeletable function core/modules/workspaces/src/WorkspaceInformation.php Determines whether an entity can be deleted in the given workspace.
WorkspaceInformation::isEntityIgnored function core/modules/workspaces/src/WorkspaceInformation.php Determines whether CRUD operations for an entity are allowed.
WorkspaceInformation::isEntitySupported function core/modules/workspaces/src/WorkspaceInformation.php Determines whether an entity can belong to a workspace.
WorkspaceInformation::isEntityTypeIgnored function core/modules/workspaces/src/WorkspaceInformation.php Determines whether CRUD operations for an entity type are allowed.
WorkspaceInformation::isEntityTypeSupported function core/modules/workspaces/src/WorkspaceInformation.php Determines whether an entity type can belong to a workspace.
WorkspaceInformationInterface::getSupportedEntityTypes function core/modules/workspaces/src/WorkspaceInformationInterface.php Returns an array of entity types that can belong to workspaces.
WorkspaceInformationInterface::isEntityDeletable function core/modules/workspaces/src/WorkspaceInformationInterface.php Determines whether an entity can be deleted in the given workspace.
WorkspaceInformationInterface::isEntityIgnored function core/modules/workspaces/src/WorkspaceInformationInterface.php Determines whether CRUD operations for an entity are allowed.
WorkspaceInformationInterface::isEntitySupported function core/modules/workspaces/src/WorkspaceInformationInterface.php Determines whether an entity can belong to a workspace.
WorkspaceInformationInterface::isEntityTypeIgnored function core/modules/workspaces/src/WorkspaceInformationInterface.php Determines whether CRUD operations for an entity type are allowed.
WorkspaceInformationInterface::isEntityTypeSupported function core/modules/workspaces/src/WorkspaceInformationInterface.php Determines whether an entity type can belong to a workspace.
WorkspaceInformationTest::$entityTypeManager property core/modules/workspaces/tests/src/Kernel/WorkspaceInformationTest.php The entity type manager.
WorkspaceInformationTest::testCustomSupportEntityTypes function core/modules/workspaces/tests/src/Kernel/WorkspaceInformationTest.php Tests an entity type with a custom workspace handler.
WorkspaceInformationTest::testIgnoredEntityTypes function core/modules/workspaces/tests/src/Kernel/WorkspaceInformationTest.php Tests ignored entity types.
WorkspaceInformationTest::testSupportedEntityTypes function core/modules/workspaces/tests/src/Kernel/WorkspaceInformationTest.php Tests fully supported entity types.
WorkspaceInformationTest::testUnsupportedEntityTypes function core/modules/workspaces/tests/src/Kernel/WorkspaceInformationTest.php Tests unsupported entity types.
WorkspaceIntegrationTest::$entityTypeManager property core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php The entity type manager.
WorkspaceIntegrationTest::assertEntityLoad function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Asserts that default revisions are properly swapped in a workspace.
WorkspaceIntegrationTest::assertEntityQuery function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Asserts that entity queries are giving the correct results in a workspace.
WorkspaceIntegrationTest::assertEntityRevisionLoad function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Asserts that non-default revisions are not changed.
WorkspaceIntegrationTest::providerTestAllowedEntityCrudInNonDefaultWorkspace function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Data provider for allowed entity CRUD operations.
WorkspaceIntegrationTest::testDisallowedEntityCreateInNonDefaultWorkspace function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Tests CREATE operations for unsupported entity types.
WorkspaceIntegrationTest::testDisallowedEntityDeleteInNonDefaultWorkspace function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Tests DELETE operations for unsupported entity types.
WorkspaceIntegrationTest::testDisallowedEntityUpdateInNonDefaultWorkspace function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Tests UPDATE operations for unsupported entity types.
WorkspaceIntegrationTest::testEntityQueryRelationship function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Tests the Entity Query relationship API with workspaces.
WorkspaceIntegrationTest::testEntityQueryWithoutConditions function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Tests entity query overrides without any conditions.
WorkspaceIntegrationTest::testFormCacheForEntityForms function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Tests that entity forms can be stored in the form cache.
WorkspaceListBuilder::getEntityListQuery function core/modules/workspaces/src/WorkspaceListBuilder.php Returns a query object for loading entity IDs from the storage.
WorkspaceMenuLinkContentIntegrationTest::$entityTypeManager property core/modules/workspaces/tests/src/Functional/WorkspaceMenuLinkContentIntegrationTest.php The entity type manager.
WorkspaceMergeForm::$entityTypeManager property core/modules/workspaces/src/Form/WorkspaceMergeForm.php The entity type manager.
WorkspaceMergerTest::$entityTypeManager property core/modules/workspaces/tests/src/Kernel/WorkspaceMergerTest.php The entity type manager.
WorkspaceProviderBase::entityCreate function core/modules/workspaces/src/Provider/WorkspaceProviderBase.php Acts before an entity is created.
WorkspaceProviderBase::entityDelete function core/modules/workspaces/src/Provider/WorkspaceProviderBase.php Acts after an entity has been deleted.
WorkspaceProviderBase::entityInsert function core/modules/workspaces/src/Provider/WorkspaceProviderBase.php Acts after an entity has been added.
WorkspaceProviderBase::entityPredelete function core/modules/workspaces/src/Provider/WorkspaceProviderBase.php Acts before an entity is deleted.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.