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
EntityListBuilderTest::$entityType property core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php The entity type used for testing.
EntityListBuilderTest::$moduleHandler property core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php The module handler used for testing.
EntityListBuilderTest::$modules property core/modules/system/tests/src/Functional/Entity/EntityListBuilderTest.php Modules to install.
EntityListBuilderTest::$redirectDestination property core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php The redirect destination service.
EntityListBuilderTest::$role property core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php The entity used to construct the EntityListBuilder.
EntityListBuilderTest::$roleStorage property core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php The role storage used for testing.
EntityListBuilderTest::$translationManager property core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php The translation manager used for testing.
EntityListBuilderTest::setUp function core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php
EntityListBuilderTest::setUp function core/modules/system/tests/src/Functional/Entity/EntityListBuilderTest.php
EntityListBuilderTest::testCacheContexts function core/modules/system/tests/src/Functional/Entity/EntityListBuilderTest.php Tests that the correct cache contexts are set.
EntityListBuilderTest::testCacheTags function core/modules/system/tests/src/Functional/Entity/EntityListBuilderTest.php Tests if the list cache tags are set.
EntityListBuilderTest::testGetOperations function core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php @covers ::getOperations[[api-linebreak]]
EntityListBuilderTest::testPager function core/modules/system/tests/src/Functional/Entity/EntityListBuilderTest.php Tests paging.
EntityListController class core/lib/Drupal/Core/Entity/Controller/EntityListController.php Defines a generic controller to list entities.
EntityListController.php file core/lib/Drupal/Core/Entity/Controller/EntityListController.php
EntityListController::listing function core/lib/Drupal/Core/Entity/Controller/EntityListController.php Provides the listing page for any entity type.
EntityLoadByUuidTest class core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php Tests loading entities by UUID.
EntityLoadByUuidTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php
EntityLoadByUuidTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php Modules to install.
EntityLoadByUuidTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php
EntityLoadByUuidTest::testLoadEntityByUuidAccessChecking function core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php Ensures that ::loadEntityByUuid() doesn&#039;t apply access checking.
EntityMalformedException class core/lib/Drupal/Core/Entity/EntityMalformedException.php Defines an exception thrown when a malformed entity is passed.
EntityMalformedException.php file core/lib/Drupal/Core/Entity/EntityMalformedException.php
EntityMethod class core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/EntityMethod.php Makes config entity methods with the ActionMethod attribute into actions.
EntityMethod.php file core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/EntityMethod.php
EntityMethod::apply function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/EntityMethod.php Applies the config action.
EntityMethod::applyPluralized function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/EntityMethod.php Applies the action to entity treating the $values array as multiple calls.
EntityMethod::applySingle function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/EntityMethod.php Applies the action to entity treating the $values array a single call.
EntityMethod::create function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/EntityMethod.php Creates an instance of the plugin.
EntityMethod::__construct function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/EntityMethod.php Constructs a EntityMethod object.
EntityMethodConfigActionsTest class core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php @group Recipe
EntityMethodConfigActionsTest.php file core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php
EntityMethodConfigActionsTest::$modules property core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php Modules to install.
EntityMethodConfigActionsTest::setUp function core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php
EntityMethodConfigActionsTest::testSetMultipleThirdPartySettings function core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php
EntityMethodConfigActionsTest::testSetSingleThirdPartySetting function core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php
EntityMethodDeriver class core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/Deriver/EntityMethodDeriver.php Derives config action methods from attributed config entity methods.
EntityMethodDeriver.php file core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/Deriver/EntityMethodDeriver.php
EntityMethodDeriver::$inflector property core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/Deriver/EntityMethodDeriver.php Inflector to pluralize words.
EntityMethodDeriver::addDerivative function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/Deriver/EntityMethodDeriver.php Adds a derivative.
EntityMethodDeriver::create function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/Deriver/EntityMethodDeriver.php Creates a new class instance.
EntityMethodDeriver::getDerivativeDefinitions function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/Deriver/EntityMethodDeriver.php Gets the definition of all derivatives of a base plugin.
EntityMethodDeriver::processMethod function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/Deriver/EntityMethodDeriver.php Processes a method to create derivatives.
EntityMethodDeriver::__construct function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/Deriver/EntityMethodDeriver.php Constructs new EntityMethodDeriver.
EntityMethodException class core/lib/Drupal/Core/Config/Action/EntityMethodException.php @internal
This API is experimental.
EntityMethodException.php file core/lib/Drupal/Core/Config/Action/EntityMethodException.php
EntityModerationForm class core/modules/content_moderation/src/Form/EntityModerationForm.php The EntityModerationForm provides a simple UI for changing moderation state.
EntityModerationForm.php file core/modules/content_moderation/src/Form/EntityModerationForm.php
EntityModerationForm::$moderationInfo property core/modules/content_moderation/src/Form/EntityModerationForm.php The moderation information service.
EntityModerationForm::$time property core/modules/content_moderation/src/Form/EntityModerationForm.php The time service.

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