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
access_check.entity service core/core.services.yml Drupal\Core\Entity\EntityAccessCheck
access_check.entity.layout_builder_access service core/modules/layout_builder/layout_builder.services.yml Drupal\layout_builder\Access\LayoutBuilderAccessCheck
access_check.entity_create service core/core.services.yml Drupal\Core\Entity\EntityCreateAccessCheck
access_check.entity_create_any service core/core.services.yml Drupal\Core\Entity\EntityCreateAnyAccessCheck
access_check.entity_delete_multiple service core/core.services.yml Drupal\Core\Entity\EntityDeleteMultipleAccessCheck
AccountForm::buildEntity function core/modules/user/src/AccountForm.php Builds an updated entity object based upon the submitted form values.
AccountProxy::loadUserEntity function core/lib/Drupal/Core/Session/AccountProxy.php Load a user entity.
ActionConfigEntityInterface interface core/modules/system/src/ActionConfigEntityInterface.php Provides an interface defining an action entity.
ActionConfigEntityInterface.php file core/modules/system/src/ActionConfigEntityInterface.php
ActionConfigEntityInterface::getPlugin function core/modules/system/src/ActionConfigEntityInterface.php Returns the operation plugin.
ActionConfigEntityInterface::getType function core/modules/system/src/ActionConfigEntityInterface.php Returns the operation type.
ActionConfigEntityInterface::isConfigurable function core/modules/system/src/ActionConfigEntityInterface.php Returns whether or not this action is configurable.
ActionFormBase::$entity property core/modules/action/src/Form/ActionFormBase.php The action entity.
ActionResourceTestBase::$entity property core/modules/action/tests/src/Functional/Rest/ActionResourceTestBase.php
ActionResourceTestBase::$entity property core/modules/system/tests/src/Functional/Rest/ActionResourceTestBase.php
ActionResourceTestBase::$entityTypeId property core/modules/action/tests/src/Functional/Rest/ActionResourceTestBase.php The tested entity type.
ActionResourceTestBase::$entityTypeId property core/modules/system/tests/src/Functional/Rest/ActionResourceTestBase.php The tested entity type.
ActionResourceTestBase::createEntity function core/modules/system/tests/src/Functional/Rest/ActionResourceTestBase.php Creates the entity to be tested.
ActionResourceTestBase::createEntity function core/modules/action/tests/src/Functional/Rest/ActionResourceTestBase.php Creates the entity to be tested.
ActionResourceTestBase::getExpectedNormalizedEntity function core/modules/action/tests/src/Functional/Rest/ActionResourceTestBase.php Returns the expected normalization of the entity.
ActionResourceTestBase::getExpectedNormalizedEntity function core/modules/system/tests/src/Functional/Rest/ActionResourceTestBase.php Returns the expected normalization of the entity.
ActionResourceTestBase::getNormalizedPostEntity function core/modules/system/tests/src/Functional/Rest/ActionResourceTestBase.php Returns the normalized POST entity.
ActionResourceTestBase::getNormalizedPostEntity function core/modules/action/tests/src/Functional/Rest/ActionResourceTestBase.php Returns the normalized POST entity.
ActionTest::$entity property core/modules/jsonapi/tests/src/Functional/ActionTest.php
ActionTest::$entity property core/modules/action/tests/src/Functional/Jsonapi/ActionTest.php
ActionTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/ActionTest.php The tested entity type.
ActionTest::$entityTypeId property core/modules/action/tests/src/Functional/Jsonapi/ActionTest.php The tested entity type.
ActionTest::createEntity function core/modules/action/tests/src/Functional/Jsonapi/ActionTest.php Creates the entity to be tested.
ActionTest::createEntity function core/modules/jsonapi/tests/src/Functional/ActionTest.php Creates the entity to be tested.
action_entity_type_build function core/modules/action/action.module Implements hook_entity_type_build().
AddFormBase::$entityTypeManager property core/modules/media_library/src/Form/AddFormBase.php The entity type manager.
AddFormBase::buildEntityFormElement function core/modules/media_library/src/Form/AddFormBase.php Builds the sub-form for setting required fields on a new media item.
AddFormBase::prepareMediaEntityForSave function core/modules/media_library/src/Form/AddFormBase.php Prepares a created media item to be permanently saved.
AddFormBase::validateMediaEntity function core/modules/media_library/src/Form/AddFormBase.php Validate a created media item.
AddModerationConfigActionTest::testAddEntityTypeAndBundle function core/modules/content_moderation/tests/src/Kernel/ConfigAction/AddModerationConfigActionTest.php
AdminNegotiator::$entityTypeManager property core/modules/user/src/Theme/AdminNegotiator.php The entity type manager.
AdminPathConfigEntityConverter class core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php Provides a proxy class for \Drupal\Core\ParamConverter\AdminPathConfigEntityConverter.
AdminPathConfigEntityConverter class core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php Makes sure the unmodified ConfigEntity is loaded on admin pages.
AdminPathConfigEntityConverter.php file core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php
AdminPathConfigEntityConverter.php file core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php
AdminPathConfigEntityConverter::$adminContext property core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php The route admin context to determine whether a route is an admin one.
AdminPathConfigEntityConverter::$configFactory property core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php The config factory.
AdminPathConfigEntityConverter::$container property core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php The service container.
AdminPathConfigEntityConverter::$drupalProxyOriginalServiceId property core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php The id of the original proxied service.
AdminPathConfigEntityConverter::$service property core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php The real proxied service, after it was lazy loaded.
AdminPathConfigEntityConverter::applies function core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php Determines if the converter applies to a specific route and variable.
AdminPathConfigEntityConverter::applies function core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php Determines if the converter applies to a specific route and variable.
AdminPathConfigEntityConverter::convert function core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php Converts path variables to their corresponding objects.
AdminPathConfigEntityConverter::convert function core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php Converts path variables to their corresponding objects.
AdminPathConfigEntityConverter::lazyLoadItself function core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php Lazy loads the real service from the container.

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