Search for entity

  1. Search 7.x for entity
  2. Search 9.5.x for entity
  3. Search 10.3.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 a 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.
Entity class core/lib/Drupal/Core/Entity/Entity.php Defines a base entity class.

All search results

Title Object type File name Summary
EntityFormModeXmlCookieTest.php file core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlCookieTest.php
EntityFormModeXmlCookieTest::$auth property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlCookieTest.php The authentication mechanism to use in this test.
EntityFormModeXmlCookieTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlCookieTest.php The theme to install as the default for testing.
EntityFormModeXmlCookieTest::$format property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlCookieTest.php The format to use in this test.
EntityFormModeXmlCookieTest::$mimeType property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlCookieTest.php The MIME type that corresponds to $format.
EntityFormTest class core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php @coversDefaultClass \Drupal\Core\Entity\EntityForm
@group Entity
EntityFormTest class core/modules/system/tests/src/Functional/Entity/EntityFormTest.php Tests the entity form.
EntityFormTest.php file core/modules/system/tests/src/Functional/Entity/EntityFormTest.php
EntityFormTest.php file core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php
EntityFormTest::$defaultTheme property core/modules/system/tests/src/Functional/Entity/EntityFormTest.php The theme to install as the default for testing.
EntityFormTest::$entityForm property core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php The mocked entity form.
EntityFormTest::$entityType property core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php A fake entity type used in the test.
EntityFormTest::$modules property core/modules/system/tests/src/Functional/Entity/EntityFormTest.php Modules to enable.
EntityFormTest::doTestFormCRUD function core/modules/system/tests/src/Functional/Entity/EntityFormTest.php Executes the form CRUD tests for the given entity type.
EntityFormTest::doTestMultilingualFormCRUD function core/modules/system/tests/src/Functional/Entity/EntityFormTest.php Executes the multilingual form CRUD tests for the given entity type ID.
EntityFormTest::loadEntityByName function core/modules/system/tests/src/Functional/Entity/EntityFormTest.php Loads a test entity by name always resetting the storage cache.
EntityFormTest::providerTestFormIds function core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php Provides test data for testFormId().
EntityFormTest::setUp function core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php
EntityFormTest::setUp function core/modules/system/tests/src/Functional/Entity/EntityFormTest.php
EntityFormTest::setUpStorage function core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php Sets up the storage accessed via the entity type manager in the form.
EntityFormTest::testCopyFormValuesToEntity function core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php @covers ::copyFormValuesToEntity
EntityFormTest::testEntityFormDisplayAlter function core/modules/system/tests/src/Functional/Entity/EntityFormTest.php Tests hook_entity_form_display_alter().
EntityFormTest::testFormCRUD function core/modules/system/tests/src/Functional/Entity/EntityFormTest.php Tests basic form CRUD functionality.
EntityFormTest::testFormId function core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php Tests the form ID generation.
EntityFormTest::testGet function core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php Tests that __get triggers proper deprecation errors.
EntityFormTest::testGetAndSet function core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php Tests undeclared properties are not broken by the BC layer.
EntityFormTest::testGetEntityFromRouteMatchAdd function core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php Tests EntityForm::getEntityFromRouteMatch() for add forms without a bundle.
EntityFormTest::testGetEntityFromRouteMatchAddEntity function core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php Tests EntityForm::getEntityFromRouteMatch() with a config entity bundle.
EntityFormTest::testGetEntityFromRouteMatchAddStatic function core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php Tests EntityForm::getEntityFromRouteMatch() with a static bundle.
EntityFormTest::testGetEntityFromRouteMatchEditDelete function core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php Tests EntityForm::getEntityFromRouteMatch() for edit and delete forms.
EntityFormTest::testMultilingualFormCRUD function core/modules/system/tests/src/Functional/Entity/EntityFormTest.php Tests basic multilingual form CRUD functionality.
EntityFormTest::testSet function core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php Tests that __set triggers proper deprecation errors.
EntityFormTest::testSetEntityManager function core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php Tests that setEntityManager triggers proper deprecation errors.
EntityFormTest::testValidationHandlers function core/modules/system/tests/src/Functional/Entity/EntityFormTest.php Checks that validation handlers works as expected.
EntityHandlerBase class core/lib/Drupal/Core/Entity/EntityHandlerBase.php Provides a base class for entity handlers.
EntityHandlerBase.php file core/lib/Drupal/Core/Entity/EntityHandlerBase.php
EntityHandlerBase::$moduleHandler property core/lib/Drupal/Core/Entity/EntityHandlerBase.php The module handler to invoke hooks on.
EntityHandlerBase::moduleHandler function core/lib/Drupal/Core/Entity/EntityHandlerBase.php Gets the module handler.
EntityHandlerBase::setModuleHandler function core/lib/Drupal/Core/Entity/EntityHandlerBase.php Sets the module handler for this handler.
EntityHandlerInterface interface core/lib/Drupal/Core/Entity/EntityHandlerInterface.php Defines an interface for entity handlers.
EntityHandlerInterface.php file core/lib/Drupal/Core/Entity/EntityHandlerInterface.php
EntityHandlerInterface::createInstance function core/lib/Drupal/Core/Entity/EntityHandlerInterface.php Instantiates a new instance of this entity handler.
EntityHasFieldConstraint class core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityHasFieldConstraint.php Checks if a value is an entity that has a specific field.
EntityHasFieldConstraint.php file core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityHasFieldConstraint.php
EntityHasFieldConstraint::$field_name property core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityHasFieldConstraint.php The field name option.
EntityHasFieldConstraint::$message property core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityHasFieldConstraint.php The default violation message.
EntityHasFieldConstraint::$notFieldableMessage property core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityHasFieldConstraint.php The violation message for non-fieldable entities.
EntityHasFieldConstraint::getDefaultOption function core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityHasFieldConstraint.php
EntityHasFieldConstraint::getRequiredOptions function core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityHasFieldConstraint.php
EntityHasFieldConstraintValidator class core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityHasFieldConstraintValidator.php Validates the EntityHasField constraint.

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