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
EntityRow::summaryTitle function core/modules/views/src/Plugin/views/row/EntityRow.php Returns the summary of the settings in the display.
EntityRow::__construct function core/modules/views/src/Plugin/views/row/EntityRow.php Constructs a new EntityRow object.
EntitySchemaSubscriber class core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php Defines a class for listening to entity schema changes.
EntitySchemaSubscriber class core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php Defines a class for listening to entity schema changes.
EntitySchemaSubscriber.php file core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php
EntitySchemaSubscriber.php file core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php
EntitySchemaSubscriber::$entityDefinitionUpdateManager property core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php The definition update manager.
EntitySchemaSubscriber::$entityDefinitionUpdateManager property core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php The entity definition update manager.
EntitySchemaSubscriber::$entityLastInstalledSchemaRepository property core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php The last installed schema definitions.
EntitySchemaSubscriber::$state property core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php The state service.
EntitySchemaSubscriber::$workspaceInfo property core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php The workspace information service.
EntitySchemaSubscriber::addRevisionMetadataField function core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php Adds the &#039;workspace&#039; revision metadata field to an entity type.
EntitySchemaSubscriber::getSubscribedEvents function core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php
EntitySchemaSubscriber::getSubscribedEvents function core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php
EntitySchemaSubscriber::getWorkspaceFieldDefinition function core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php Gets the base field definition for the &#039;workspace&#039; revision metadata field.
EntitySchemaSubscriber::onEntityTypeCreate function core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php Reacts to the creation of the entity type.
EntitySchemaSubscriber::onEntityTypeCreate function core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php Reacts to the creation of the entity type.
EntitySchemaSubscriber::onEntityTypeDelete function core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php Reacts to the deletion of the entity type.
EntitySchemaSubscriber::onEntityTypeUpdate function core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php Reacts to the update of the entity type.
EntitySchemaSubscriber::onEntityTypeUpdate function core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php Reacts to the update of the entity type.
EntitySchemaSubscriber::onFieldableEntityTypeCreate function core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php Reacts to the creation of the fieldable entity type.
EntitySchemaSubscriber::onFieldableEntityTypeUpdate function core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php Reacts to the update of a fieldable entity type.
EntitySchemaSubscriber::__construct function core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php Constructs a new EntitySchemaSubscriber.
EntitySchemaSubscriber::__construct function core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php Constructs a new EntitySchemaSubscriber.
EntitySchemaTest class core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Tests the default entity storage schema handler.
EntitySchemaTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php
EntitySchemaTest::$database property core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php The database connection used.
EntitySchemaTest::$entityDefinitionUpdateManager property core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php The entity definition update manager.
EntitySchemaTest::$entityFieldManager property core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php The entity field manager.
EntitySchemaTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Modules to install.
EntitySchemaTest::findPrimaryKeys function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Finds the primary keys for a given entity type.
EntitySchemaTest::providerTestPrimaryKeyUpdate function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Provides test cases for EntitySchemaTest::testPrimaryKeyUpdate()
EntitySchemaTest::refreshServices function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Refresh services.
EntitySchemaTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php
EntitySchemaTest::testCleanUpStorageDefinition function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Tests fields from an uninstalled module are removed from the schema.
EntitySchemaTest::testCustomFieldCreateDelete function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Tests the custom bundle field creation and deletion.
EntitySchemaTest::testEntitySchemaUpdate function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Tests that entity schema responds to changes in the entity type definition.
EntitySchemaTest::testIdentifierSchema function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Tests the installed storage schema for identifier fields.
EntitySchemaTest::testModifyingTranslatableColumnSchema function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Tests that modifying the UUID field for a translatable entity works.
EntitySchemaTest::testPrimaryKeyUpdate function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Tests deleting and creating a field that is part of a primary key.
EntitySchemaTest::updateEntityType function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Updates the entity type definition.
EntitySearchPage class core/modules/search/src/Plugin/migrate/destination/EntitySearchPage.php Migrate destination for search page.
EntitySearchPage.php file core/modules/search/src/Plugin/migrate/destination/EntitySearchPage.php
EntitySearchPage::$moduleHandler property core/modules/search/src/Plugin/migrate/destination/EntitySearchPage.php The module handler.
EntitySearchPage::create function core/modules/search/src/Plugin/migrate/destination/EntitySearchPage.php Creates an instance of the plugin.
EntitySearchPage::import function core/modules/search/src/Plugin/migrate/destination/EntitySearchPage.php Import the row.
EntitySearchPage::updateEntity function core/modules/search/src/Plugin/migrate/destination/EntitySearchPage.php Updates an entity with the contents of a row.
EntitySearchPage::__construct function core/modules/search/src/Plugin/migrate/destination/EntitySearchPage.php Constructs a new EntitySearchPage.
EntitySerializationTest class core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php Tests that entities can be serialized to supported core formats.
EntitySerializationTest.php file core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php

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