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
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::$configActionManager property core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php The configuration action manager.
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::testRemoveComponentFromDisplay function core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php @testWith [&quot;hideComponent&quot;]
[&quot;hideComponents&quot;]
EntityMethodConfigActionsTest::testSet function core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php @testWith [&quot;set&quot;, {&quot;property_name&quot;: &quot;protected_property&quot;, &quot;value&quot;: &quot;Here be sandworms...&quot;}]
[&quot;setMultiple&quot;, [{&quot;property_name&quot;: &quot;protected_property&quot;, &quot;value&quot;:…
EntityMethodConfigActionsTest::testSetMultipleThirdPartySettings function core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php Tests setting multiple third party settings.
EntityMethodConfigActionsTest::testSetNestedProperty function core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php Test setting a nested property on a config entity.
EntityMethodConfigActionsTest::testSetPropertiesWillNotChangeEntityKeys function core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php Tests that the setProperties action refuses to modify entity IDs or UUIDs.
EntityMethodConfigActionsTest::testSetSingleThirdPartySetting function core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php @covers \Drupal\Core\Config\Entity\ConfigEntityBase::getThirdPartySetting
EntityMethodConfigActionsTest::testSetStatus function core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php @testWith [true, &quot;setStatus&quot;, false, false]
[false, &quot;setStatus&quot;, true, true]
[true, &quot;disable&quot;, [], false]
[false, &quot;enable&quot;, [], true]
EntityMethodConfigActionsTest::testSimpleConfigUpdateFailsOnEntities function core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php Tests that the simpleConfigUpdate action cannot be used on entities.
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.
EntityModerationForm::$validation property core/modules/content_moderation/src/Form/EntityModerationForm.php The moderation state transition validation service.
EntityModerationForm::buildForm function core/modules/content_moderation/src/Form/EntityModerationForm.php Form constructor.
EntityModerationForm::create function core/modules/content_moderation/src/Form/EntityModerationForm.php Instantiates a new instance of this class.
EntityModerationForm::getFormId function core/modules/content_moderation/src/Form/EntityModerationForm.php Returns a unique string identifying the form.
EntityModerationForm::submitForm function core/modules/content_moderation/src/Form/EntityModerationForm.php Form submission handler.
EntityModerationForm::__construct function core/modules/content_moderation/src/Form/EntityModerationForm.php EntityModerationForm constructor.
EntityModerationRouteProvider class core/modules/content_moderation/src/Entity/Routing/EntityModerationRouteProvider.php Dynamic route provider for the Content moderation module.

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