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 11.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
EntityAdapterUnitTest::testIsEmpty function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::isEmpty
EntityAdapterUnitTest::testOnChange function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::onChange
EntityAdapterUnitTest::testSet function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::set
EntityAdapterUnitTest::testSetContext function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::setContext
EntityAdapterUnitTest::testSetValue function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::setValue
EntityAdapterUnitTest::testSetWithoutData function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::set
EntityAdapterUnitTest::testToArray function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::toArray
EntityAdapterUnitTest::testToArrayWithoutData function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::toArray
EntityAddUITest class core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php Tests the /add and /add/{type} controllers.
EntityAddUITest.php file core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php
EntityAddUITest::$defaultTheme property core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php The theme to install as the default for testing.
EntityAddUITest::$modules property core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php Modules to install.
EntityAddUITest::testAddPageWithBundleEntities function core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php Tests the add page for an entity type using bundle entities.
EntityAddUITest::testAddPageWithoutBundleEntities function core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php Tests the add page for an entity type not using bundle entities.
EntityAliasTest class core/modules/path_alias/tests/src/Kernel/EntityAliasTest.php Tests path alias on entities.
EntityAliasTest.php file core/modules/path_alias/tests/src/Kernel/EntityAliasTest.php
EntityAliasTest::$modules property core/modules/path_alias/tests/src/Kernel/EntityAliasTest.php Modules to install.
EntityAliasTest::setUp function core/modules/path_alias/tests/src/Kernel/EntityAliasTest.php
EntityAliasTest::testEntityAlias function core/modules/path_alias/tests/src/Kernel/EntityAliasTest.php Tests transform.
EntityApiTest class core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php Tests basic CRUD functionality.
EntityApiTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php
EntityApiTest::assertCRUD function core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php Executes a test set for a defined entity type and user.
EntityApiTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php
EntityApiTest::testCRUD function core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php Tests basic CRUD functionality of the Entity API.
EntityApiTest::testEntityStorageExceptionHandling function core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php Tests that exceptions are thrown when saving or deleting an entity.
EntityApiTest::testLoadMultiple function core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php Tests that the Entity storage loads the entities in the correct order.
EntityApiTest::testUpdateWithId function core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php Tests that resaving an entity with a different entity ID throws an exception.
EntityApiTest::testUpdateWithRevisionId function core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php Tests that resaving a revision with a different revision ID throws an exception.
EntityArgument class core/modules/views/src/Plugin/views/argument/EntityArgument.php Argument handler to accept an entity ID value.
EntityArgument.php file core/modules/views/src/Plugin/views/argument/EntityArgument.php
EntityArgument::$deprecatedStorageProperties property core/modules/views/src/Plugin/views/argument/EntityArgument.php Array of deprecated storage properties that legacy classes might access.
EntityArgument::$entityRepository property core/modules/views/src/Plugin/views/argument/EntityArgument.php
EntityArgument::$entityTypeManager property core/modules/views/src/Plugin/views/argument/EntityArgument.php
EntityArgument::create function core/modules/views/src/Plugin/views/argument/EntityArgument.php Creates an instance of the plugin.
EntityArgument::titleQuery function core/modules/views/src/Plugin/views/argument/EntityArgument.php Override for specific title lookups.
EntityArgument::__construct function core/modules/views/src/Plugin/views/argument/EntityArgument.php Constructs a Handler object.
EntityArgument::__get function core/modules/views/src/Plugin/views/argument/EntityArgument.php Allows to access deprecated/removed properties.
EntityArgumentTest class core/modules/views/tests/src/Functional/Plugin/EntityArgumentTest.php Tests the handler of the view: entity target argument.
EntityArgumentTest.php file core/modules/views/tests/src/Functional/Plugin/EntityArgumentTest.php
EntityArgumentTest::$adminUser property core/modules/views/tests/src/Functional/Plugin/EntityArgumentTest.php A user with permission to administer taxonomy.
EntityArgumentTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/EntityArgumentTest.php The theme to install as the default for testing.
EntityArgumentTest::$modules property core/modules/views/tests/src/Functional/Plugin/EntityArgumentTest.php Modules to install.
EntityArgumentTest::$testViews property core/modules/views/tests/src/Functional/Plugin/EntityArgumentTest.php Views used by this test.
EntityArgumentTest::setUp function core/modules/views/tests/src/Functional/Plugin/EntityArgumentTest.php Sets up the test.
EntityArgumentTest::testArgumentTitle function core/modules/views/tests/src/Functional/Plugin/EntityArgumentTest.php Tests the generated title of a view with an entity target argument.
EntityArgumentUpdateTest class core/modules/views/tests/src/Functional/Update/EntityArgumentUpdateTest.php Tests the upgrade path for converting numeric arguments to entity_target_id.
EntityArgumentUpdateTest.php file core/modules/views/tests/src/Functional/Update/EntityArgumentUpdateTest.php
EntityArgumentUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/EntityArgumentUpdateTest.php Set database dump files to be used.
EntityArgumentUpdateTest::testViewsFieldPluginConversion function core/modules/views/tests/src/Functional/Update/EntityArgumentUpdateTest.php Tests that numeric argument plugins are updated properly.
EntityAutocomplete class core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php Provides an entity autocomplete form element.

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