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
DefaultsEntityForm::$entityTypeBundleInfo property core/modules/layout_builder/src/Form/DefaultsEntityForm.php The entity type bundle info service.
DefaultsEntityForm::$layoutTempstoreRepository property core/modules/layout_builder/src/Form/DefaultsEntityForm.php Layout tempstore repository.
DefaultsEntityForm::$sectionStorage property core/modules/layout_builder/src/Form/DefaultsEntityForm.php The section storage.
DefaultsEntityForm::actions function core/modules/layout_builder/src/Form/DefaultsEntityForm.php Returns an array of supported actions for the current entity form.
DefaultsEntityForm::buildEntity function core/modules/layout_builder/src/Form/DefaultsEntityForm.php Builds an updated entity object based upon the submitted form values.
DefaultsEntityForm::buildForm function core/modules/layout_builder/src/Form/DefaultsEntityForm.php Form constructor.
DefaultsEntityForm::buildMessage function core/modules/layout_builder/src/Form/DefaultsEntityForm.php Renders a message to display at the top of the layout builder.
DefaultsEntityForm::create function core/modules/layout_builder/src/Form/DefaultsEntityForm.php Instantiates a new instance of this class.
DefaultsEntityForm::getBaseFormId function core/modules/layout_builder/src/Form/DefaultsEntityForm.php Returns a string identifying the base form.
DefaultsEntityForm::getEntityFromRouteMatch function core/modules/layout_builder/src/Form/DefaultsEntityForm.php Determines which entity will be used by this form from a RouteMatch object.
DefaultsEntityForm::getSectionStorage function core/modules/layout_builder/src/Form/DefaultsEntityForm.php Retrieves the section storage object.
DefaultsEntityForm::layoutBuilderElementGetKeys function core/modules/layout_builder/src/Form/DefaultsEntityForm.php Form element #process callback.
DefaultsEntityForm::redirectOnSubmit function core/modules/layout_builder/src/Form/DefaultsEntityForm.php Form submission handler.
DefaultsEntityForm::save function core/modules/layout_builder/src/Form/DefaultsEntityForm.php Form submission handler for the &#039;save&#039; action.
DefaultsEntityForm::__construct function core/modules/layout_builder/src/Form/DefaultsEntityForm.php Constructs a new DefaultsEntityForm.
DefaultsSectionStorage::$entityTypeBundleInfo property core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php The entity type bundle info.
DefaultsSectionStorage::$entityTypeManager property core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php The entity type manager.
DefaultsSectionStorage::$sampleEntityGenerator property core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php The sample entity generator.
DefaultsSectionStorage::extractEntityFromRoute function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Extracts an entity from the route values.
DefaultsSectionStorage::getEntityTypes function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Returns an array of relevant entity types.
DefaultsSectionStorageTest::$entityTypeManager property core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php The entity type manager.
DefaultsSectionStorageTest::$sampleEntityGenerator property core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php The sample entity generator.
DefaultsSectionStorageTest::providerTestExtractEntityFromRoute function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php Provides data for ::testExtractEntityFromRoute().
DefaultsSectionStorageTest::testExtractEntityFromRoute function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php @covers ::extractEntityFromRoute
DefaultsSectionStorageTest::testExtractEntityFromRouteCreate function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php @covers ::extractEntityFromRoute
DefaultTableMapping::$entityType property core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php The entity type definition.
DefaultTableMappingTest::$entityType property core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php The entity type definition.
delay_cache_tags_invalidation_entity_test_insert function core/modules/system/tests/modules/delay_cache_tags_invalidation/delay_cache_tags_invalidation.module Implements hook_ENTITY_TYPE_insert().
DeleteMultipleForm::$entityType property core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php The entity type definition.
DeleteMultipleForm::$entityTypeId property core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php The entity type ID.
DeleteMultipleForm::$entityTypeManager property core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php The entity type manager.
DependencySerializationTrait::$_entityStorages property core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php An array of entity type IDs keyed by the property name of their storages.
DisplayApiTest::$entity property core/modules/field/tests/src/Kernel/DisplayApiTest.php The test entity.
DisplayEntityReferenceTest class core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php Tests the entity reference display plugin.
DisplayEntityReferenceTest.php file core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php
DisplayEntityReferenceTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php The theme to install as the default for testing.
DisplayEntityReferenceTest::$entityRefFieldName property core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php The used entity reference field name in the test.
DisplayEntityReferenceTest::$field property core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php The field config.
DisplayEntityReferenceTest::$fieldName property core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php The used field name in the test.
DisplayEntityReferenceTest::$fieldStorage property core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php The field storage.
DisplayEntityReferenceTest::$modules property core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php Modules to enable.
DisplayEntityReferenceTest::$testViews property core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php Views used by this test.
DisplayEntityReferenceTest::setUp function core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php
DisplayEntityReferenceTest::testEntityReferenceDisplay function core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php Tests the entity reference display plugin.
drupal-8.default-cms-entity-id-2941736.php file core/modules/content_moderation/tests/fixtures/update/drupal-8.default-cms-entity-id-2941736.php Content for the update path test in #2941736.
drupal-8.entity-data-revision-metadata-fields-2248983.php file core/modules/system/tests/fixtures/update/drupal-8.entity-data-revision-metadata-fields-2248983.php Contains database additions to
drupal-8.2.1.bare.standard_with_entity_test_enabled.php.gz for testing the
upgrade path of https://www.drupal.org/node/2248983.
drupal-8.entity-form-display-dependencies-2915383.php file core/modules/content_moderation/tests/fixtures/update/drupal-8.entity-form-display-dependencies-2915383.php Content for the update path test in #2915383.
drupal-8.entity-test-schema-converter-enabled.php file core/modules/system/tests/fixtures/update/drupal-8.entity-test-schema-converter-enabled.php
drupal-8.views-entity-views-data-2455125.php file core/modules/system/tests/fixtures/update/drupal-8.views-entity-views-data-2455125.php Contains database additions to drupal-8.bare.standard.php.gz for testing the
upgrade path of https://www.drupal.org/node/2455125.
drupal-8.views-entity-views-data-2455125.yml file core/modules/system/tests/fixtures/update/drupal-8.views-entity-views-data-2455125.yml core/modules/system/tests/fixtures/update/drupal-8.views-entity-views-data-2455125.yml

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