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
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.
EntityBase::getTypedDataClass function core/lib/Drupal/Core/Entity/EntityBase.php Returns the typed data class name for this entity.
EntityBase::hasLinkTemplate function core/lib/Drupal/Core/Entity/EntityBase.php Indicates if a link template exists for a given key.
EntityBase::id function core/lib/Drupal/Core/Entity/EntityBase.php Gets the identifier.
EntityBase::invalidateTagsOnDelete function core/lib/Drupal/Core/Entity/EntityBase.php Invalidates an entity&#039;s cache tags upon delete.
EntityBase::invalidateTagsOnSave function core/lib/Drupal/Core/Entity/EntityBase.php Invalidates an entity&#039;s cache tags upon save.
EntityBase::isNew function core/lib/Drupal/Core/Entity/EntityBase.php Determines whether the entity is new.
EntityBase::label function core/lib/Drupal/Core/Entity/EntityBase.php Gets the label of the entity.
EntityBase::language function core/lib/Drupal/Core/Entity/EntityBase.php Gets the language of the entity.
EntityBase::languageManager function core/lib/Drupal/Core/Entity/EntityBase.php Gets the language manager.
EntityBase::linkTemplates function core/lib/Drupal/Core/Entity/EntityBase.php Gets an array link templates.
EntityBase::load function core/lib/Drupal/Core/Entity/EntityBase.php Loads an entity.
EntityBase::loadMultiple function core/lib/Drupal/Core/Entity/EntityBase.php Loads one or more entities.

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