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
EntityAutocompleteElementFormTest::getAutocompleteInput function core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php Returns an entity label in format needed by the EntityAutocomplete element.
EntityAutocompleteElementFormTest::getFormId function core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php Returns a unique string identifying the form.
EntityAutocompleteElementFormTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php
EntityAutocompleteElementFormTest::submitForm function core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php Form submission handler.
EntityAutocompleteElementFormTest::testEntityAutocompleteAccess function core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php Tests that access is properly checked by the EntityAutocomplete element.
EntityAutocompleteElementFormTest::testEntityAutocompleteIdInput function core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php Tests ID input is handled correctly.
EntityAutocompleteElementFormTest::testInvalidEntityAutocompleteElement function core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php Tests invalid entries in the EntityAutocomplete Form API element.
EntityAutocompleteElementFormTest::testValidEntityAutocompleteElement function core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php Tests valid entries in the EntityAutocomplete Form API element.
EntityAutocompleteElementFormTest::validateForm function core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php Form validation handler.
EntityAutocompleteMatcher class core/lib/Drupal/Core/Entity/EntityAutocompleteMatcher.php Matcher class to get autocompletion results for entity reference.
EntityAutocompleteMatcher.php file core/lib/Drupal/Core/Entity/EntityAutocompleteMatcher.php
EntityAutocompleteMatcher::$selectionManager property core/lib/Drupal/Core/Entity/EntityAutocompleteMatcher.php The entity reference selection handler plugin manager.
EntityAutocompleteMatcher::getMatches function core/lib/Drupal/Core/Entity/EntityAutocompleteMatcher.php Gets matched labels based on a given search string.
EntityAutocompleteMatcher::__construct function core/lib/Drupal/Core/Entity/EntityAutocompleteMatcher.php Constructs an EntityAutocompleteMatcher object.
EntityAutocompleteMatcherInterface interface core/lib/Drupal/Core/Entity/EntityAutocompleteMatcherInterface.php
EntityAutocompleteMatcherInterface.php file core/lib/Drupal/Core/Entity/EntityAutocompleteMatcherInterface.php
EntityAutocompleteMatcherInterface::getMatches function core/lib/Drupal/Core/Entity/EntityAutocompleteMatcherInterface.php Gets matched labels based on a given search string.
EntityAutocompleteTest class core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php Tests the autocomplete functionality.
EntityAutocompleteTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php
EntityAutocompleteTest::$bundle property core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php The bundle used in this test.
EntityAutocompleteTest::$entityType property core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php The entity type used in this test.
EntityAutocompleteTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php Modules to install.
EntityAutocompleteTest::getAutocompleteResult function core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php Returns the result of an Entity reference autocomplete request.
EntityAutocompleteTest::testEntityReferenceAutocompletion function core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php Tests autocompletion edge cases with slashes in the names.
EntityAutocompleteTest::testSelectionSettingsHandling function core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php Tests that missing or invalid selection setting key are handled correctly.
EntityBase class core/lib/Drupal/Core/Entity/EntityBase.php Defines a base entity class.
EntityBase.php file core/lib/Drupal/Core/Entity/EntityBase.php
EntityBase::$enforceIsNew property core/lib/Drupal/Core/Entity/EntityBase.php Boolean indicating whether the entity should be forced to be new.
EntityBase::$entityTypeId property core/lib/Drupal/Core/Entity/EntityBase.php The entity type.
EntityBase::$typedData property core/lib/Drupal/Core/Entity/EntityBase.php A typed data object wrapping this entity.
EntityBase::access function core/lib/Drupal/Core/Entity/EntityBase.php Checks data value access.
EntityBase::bundle function core/lib/Drupal/Core/Entity/EntityBase.php Gets the bundle of the entity.
EntityBase::create function core/lib/Drupal/Core/Entity/EntityBase.php Constructs a new entity object, without permanently saving it.
EntityBase::createDuplicate function core/lib/Drupal/Core/Entity/EntityBase.php Creates a duplicate of the entity.
EntityBase::delete function core/lib/Drupal/Core/Entity/EntityBase.php Deletes an entity permanently.
EntityBase::enforceIsNew function core/lib/Drupal/Core/Entity/EntityBase.php Enforces an entity to be new.
EntityBase::entityTypeBundleInfo function core/lib/Drupal/Core/Entity/EntityBase.php Gets the entity type bundle info service.
EntityBase::entityTypeManager function core/lib/Drupal/Core/Entity/EntityBase.php Gets the entity type manager.
EntityBase::getCacheContexts function core/lib/Drupal/Core/Entity/EntityBase.php The cache contexts associated with this object.
EntityBase::getCacheMaxAge function core/lib/Drupal/Core/Entity/EntityBase.php The maximum age for which this object may be cached.
EntityBase::getCacheTags function core/lib/Drupal/Core/Entity/EntityBase.php The cache tags associated with this object.
EntityBase::getCacheTagsToInvalidate function core/lib/Drupal/Core/Entity/EntityBase.php Returns the cache tags that should be used to invalidate caches.
EntityBase::getConfigDependencyKey function core/lib/Drupal/Core/Entity/EntityBase.php Gets the key that is used to store configuration dependencies.
EntityBase::getConfigDependencyName function core/lib/Drupal/Core/Entity/EntityBase.php Gets the configuration dependency name.
EntityBase::getConfigTarget function core/lib/Drupal/Core/Entity/EntityBase.php Gets the configuration target identifier for the entity.
EntityBase::getEntityType function core/lib/Drupal/Core/Entity/EntityBase.php Gets the entity type definition.
EntityBase::getEntityTypeId function core/lib/Drupal/Core/Entity/EntityBase.php Gets the ID of the type of the entity.
EntityBase::getListCacheTagsToInvalidate function core/lib/Drupal/Core/Entity/EntityBase.php The list cache tags to invalidate for this entity.
EntityBase::getOriginalId function core/lib/Drupal/Core/Entity/EntityBase.php Gets the original ID.
EntityBase::getTypedData function core/lib/Drupal/Core/Entity/EntityBase.php Gets a typed data object for this entity object.

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