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. Search 11.x for entity
  6. 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
StringFormatterTest::renderEntityFields function core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php Renders fields of a given entity with a given display.
StringFormatterTest::testLinkToEntity function core/modules/field/tests/src/Unit/Plugin/Field/FieldFormatter/StringFormatterTest.php Checks link visibility depending on link templates and access.
StringIdEntityTest class core/modules/migrate/tests/modules/migrate_entity_test/src/Entity/StringIdEntityTest.php Defines a content entity type that has a string ID.
StringIdEntityTest.php file core/modules/migrate/tests/modules/migrate_entity_test/src/Entity/StringIdEntityTest.php
StringIdEntityTest::baseFieldDefinitions function core/modules/migrate/tests/modules/migrate_entity_test/src/Entity/StringIdEntityTest.php Provides base field definitions for an entity type.
StubConfigEntity class core/tests/Drupal/Tests/Core/Config/Entity/StubConfigEntity.php A stub extending ConfigEntityBase for testing purposes.
StubConfigEntity.php file core/tests/Drupal/Tests/Core/Config/Entity/StubConfigEntity.php
StubEntityBase class core/tests/Drupal/Tests/Core/Entity/StubEntityBase.php A stub base entity for testing purposes.
StubEntityBase.php file core/tests/Drupal/Tests/Core/Entity/StubEntityBase.php
StubEntityBase::$id property core/tests/Drupal/Tests/Core/Entity/StubEntityBase.php The ID for the stub entity.
StubEntityBase::$label property core/tests/Drupal/Tests/Core/Entity/StubEntityBase.php The label for the stub entity.
StubEntityBase::$langcode property core/tests/Drupal/Tests/Core/Entity/StubEntityBase.php The language code for the stub entity.
StubEntityBase::$uuid property core/tests/Drupal/Tests/Core/Entity/StubEntityBase.php The UUID for the stub entity.
StubEntityHandlerBase class core/tests/Drupal/Tests/Core/Entity/StubEntityHandlerBase.php A stub base entity handler for testing purposes.
StubEntityHandlerBase.php file core/tests/Drupal/Tests/Core/Entity/StubEntityHandlerBase.php
StubEntityHandlerBase::$moduleHandler property core/tests/Drupal/Tests/Core/Entity/StubEntityHandlerBase.php The module handler to invoke hooks on.
StubEntityHandlerBase::$stringTranslation property core/tests/Drupal/Tests/Core/Entity/StubEntityHandlerBase.php The string translation service.
StubEntityStorageBase class core/tests/Drupal/Tests/Core/Entity/StubEntityStorageBase.php A stub base entity storage for testing purposes.
StubEntityStorageBase.php file core/tests/Drupal/Tests/Core/Entity/StubEntityStorageBase.php
StubEntityStorageBase::createInstance function core/tests/Drupal/Tests/Core/Entity/StubEntityStorageBase.php Instantiates a new instance of this entity handler.
StubEntityStorageBase::doDelete function core/tests/Drupal/Tests/Core/Entity/StubEntityStorageBase.php Performs storage-specific entity deletion.
StubEntityStorageBase::doLoadMultiple function core/tests/Drupal/Tests/Core/Entity/StubEntityStorageBase.php Performs storage-specific loading of entities.
StubEntityStorageBase::doSave function core/tests/Drupal/Tests/Core/Entity/StubEntityStorageBase.php Performs storage-specific saving of the entity.
StubEntityStorageBase::getQueryServiceName function core/tests/Drupal/Tests/Core/Entity/StubEntityStorageBase.php Gets the name of the service for the query for this entity storage.
StubEntityStorageBase::has function core/tests/Drupal/Tests/Core/Entity/StubEntityStorageBase.php Determines if this entity already exists in storage.
StubRevisionableEntity class core/tests/Drupal/Tests/Core/Entity/StubRevisionableEntity.php A stub revisionable entity for testing purposes.
StubRevisionableEntity.php file core/tests/Drupal/Tests/Core/Entity/StubRevisionableEntity.php
StubRevisionableEntity::getLoadedRevisionId function core/tests/Drupal/Tests/Core/Entity/StubRevisionableEntity.php Gets the loaded Revision ID of the entity.
StubRevisionableEntity::getRevisionId function core/tests/Drupal/Tests/Core/Entity/StubRevisionableEntity.php Gets the revision identifier of the entity.
StubRevisionableEntity::isDefaultRevision function core/tests/Drupal/Tests/Core/Entity/StubRevisionableEntity.php Checks if this entity is the default revision.
StubRevisionableEntity::isLatestRevision function core/tests/Drupal/Tests/Core/Entity/StubRevisionableEntity.php Checks if this entity is the latest revision.
StubRevisionableEntity::isNewRevision function core/tests/Drupal/Tests/Core/Entity/StubRevisionableEntity.php Determines whether a new revision should be created on save.
StubRevisionableEntity::preSaveRevision function core/tests/Drupal/Tests/Core/Entity/StubRevisionableEntity.php Acts on a revision before it gets saved.
StubRevisionableEntity::setNewRevision function core/tests/Drupal/Tests/Core/Entity/StubRevisionableEntity.php Enforces an entity to be saved as a new revision.
StubRevisionableEntity::updateLoadedRevisionId function core/tests/Drupal/Tests/Core/Entity/StubRevisionableEntity.php Updates the loaded Revision ID with the revision ID.
StubRevisionableEntity::wasDefaultRevision function core/tests/Drupal/Tests/Core/Entity/StubRevisionableEntity.php Checks whether the entity object was a default revision when it was saved.
StubTestTrait::createEntityStub function core/modules/migrate_drupal/src/Tests/StubTestTrait.php Create a stub of the given entity type.
StubTestTrait::createEntityStub function core/modules/migrate/tests/src/StubTestTrait.php Create a stub of the given entity type.
StyleSerializerEntityTest class core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php Tests the serializer style plugin.
StyleSerializerEntityTest.php file core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php
StyleSerializerEntityTest::$adminUser property core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php A user with permissions to look at test entity and configure views.
StyleSerializerEntityTest::$defaultTheme property core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php The theme to install as the default for testing.
StyleSerializerEntityTest::$modules property core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php Modules to install.
StyleSerializerEntityTest::$renderer property core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php The renderer.
StyleSerializerEntityTest::$testViews property core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php Views used by this test.
StyleSerializerEntityTest::addRequestWithFormat function core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php Sets up a request on the request stack with a specified format.
StyleSerializerEntityTest::setUp function core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php Sets up the test.
StyleSerializerEntityTest::testFieldRawOutput function core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php Tests the raw output options for row field rendering.
StyleSerializerEntityTest::testLivePreview function core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php Tests the live preview output for json output.
StyleSerializerEntityTest::testResponseFormatConfiguration function core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php Tests the response format configuration.

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