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. 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
LayoutBuilderExtraFieldTestHooks::entityExtraFieldInfo function core/modules/layout_builder/tests/modules/layout_builder_extra_field_test/src/Hook/LayoutBuilderExtraFieldTestHooks.php Implements hook_entity_extra_field_info().
LayoutBuilderFieldBlockEntityReferenceCacheTagsTest class core/modules/layout_builder/tests/src/Functional/LayoutBuilderFieldBlockEntityReferenceCacheTagsTest.php Tests cache tags on entity reference field blocks in Layout Builder.
LayoutBuilderFieldBlockEntityReferenceCacheTagsTest.php file core/modules/layout_builder/tests/src/Functional/LayoutBuilderFieldBlockEntityReferenceCacheTagsTest.php
LayoutBuilderFieldBlockEntityReferenceCacheTagsTest::$defaultTheme property core/modules/layout_builder/tests/src/Functional/LayoutBuilderFieldBlockEntityReferenceCacheTagsTest.php
LayoutBuilderFieldBlockEntityReferenceCacheTagsTest::$modules property core/modules/layout_builder/tests/src/Functional/LayoutBuilderFieldBlockEntityReferenceCacheTagsTest.php
LayoutBuilderFieldBlockEntityReferenceCacheTagsTest::setUp function core/modules/layout_builder/tests/src/Functional/LayoutBuilderFieldBlockEntityReferenceCacheTagsTest.php
LayoutBuilderFieldBlockEntityReferenceCacheTagsTest::testEntityReferenceFieldBlockCaching function core/modules/layout_builder/tests/src/Functional/LayoutBuilderFieldBlockEntityReferenceCacheTagsTest.php Tests cache tags on field block for entity reference field.
LayoutBuilderFieldBlockEntityReferenceCacheTagsTest::verifyPageCacheContainsTags function core/modules/layout_builder/tests/src/Functional/LayoutBuilderFieldBlockEntityReferenceCacheTagsTest.php Verify that when loading a given page, it&#039;s a page cache hit or miss.
LayoutBuilderHooks::entityBuildDefaultsAlter function core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php Implements hook_entity_build_defaults_alter().
LayoutBuilderHooks::entityDelete function core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php Implements hook_entity_delete().
LayoutBuilderHooks::entityPresave function core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php Implements hook_entity_presave().
LayoutBuilderHooks::entityTranslationCreate function core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php Implements hook_entity_translation_create().
LayoutBuilderHooks::entityTypeAlter function core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php Implements hook_entity_type_alter().
LayoutBuilderHooks::entityUpdate function core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php Implements hook_entity_update().
LayoutBuilderHooks::entityViewAlter function core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php Implements hook_entity_view_alter().
LayoutBuilderHooks::formEntityFormDisplayEditFormAlter function core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php Implements hook_form_FORM_ID_alter() for \Drupal\field_ui\Form\EntityFormDisplayEditForm.
LayoutBuilderIsActiveCacheContextTest::testGetContextMissingEntityTypeId function core/modules/layout_builder/tests/src/Unit/LayoutBuilderIsActiveCacheContextTest.php Tests get context missing entity type id.
LayoutBuilderIsActiveCacheContextTest::testGetContextNonFieldableEntity function core/modules/layout_builder/tests/src/Unit/LayoutBuilderIsActiveCacheContextTest.php Tests get context non fieldable entity.
LayoutBuilderLocalTaskDeriver::$entityTypeManager property core/modules/layout_builder/src/Plugin/Derivative/LayoutBuilderLocalTaskDeriver.php The entity type manager.
LayoutBuilderOverridesPermissions::$entityTypeManager property core/modules/layout_builder/src/LayoutBuilderOverridesPermissions.php The entity type manager.
LayoutBuilderSampleEntityGenerator class core/modules/layout_builder/src/Entity/LayoutBuilderSampleEntityGenerator.php Generates a sample entity for use by the Layout Builder.
LayoutBuilderSampleEntityGenerator.php file core/modules/layout_builder/src/Entity/LayoutBuilderSampleEntityGenerator.php
LayoutBuilderSampleEntityGenerator::$entityTypeManager property core/modules/layout_builder/src/Entity/LayoutBuilderSampleEntityGenerator.php The entity type manager.
LayoutBuilderSampleEntityGenerator::$tempStoreFactory property core/modules/layout_builder/src/Entity/LayoutBuilderSampleEntityGenerator.php The shared tempstore factory.
LayoutBuilderSampleEntityGenerator::delete function core/modules/layout_builder/src/Entity/LayoutBuilderSampleEntityGenerator.php
LayoutBuilderSampleEntityGenerator::get function core/modules/layout_builder/src/Entity/LayoutBuilderSampleEntityGenerator.php
LayoutBuilderSampleEntityGenerator::__construct function core/modules/layout_builder/src/Entity/LayoutBuilderSampleEntityGenerator.php LayoutBuilderSampleEntityGenerator constructor.
LayoutBuilderTest::testNonBundleEntityType function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests the Layout Builder UI for an entity type without a bundle.
LayoutBuilderTest::testPreserverEntityValues function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests that the Layout Builder preserves entity values.
LayoutBuilderTestEntityHooks class core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestEntityHooks.php Entity hook implementations for layout_builder_test.
LayoutBuilderTestEntityHooks.php file core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestEntityHooks.php
LayoutBuilderTestEntityHooks::entityExtraFieldInfo function core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestEntityHooks.php Implements hook_entity_extra_field_info().
LayoutBuilderTestEntityHooks::layoutBuilderEntityFormDisplayAlter function core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestEntityHooks.php Implements hook_entity_form_display_alter().
LayoutBuilderTestEntityHooks::nodeView function core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestEntityHooks.php Implements hook_ENTITY_TYPE_view().
LayoutBuilderTranslationTest::$entity property core/modules/layout_builder/tests/src/Functional/LayoutBuilderTranslationTest.php The entity used for testing.
LayoutBuilderTranslationTest::addEntityTranslation function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTranslationTest.php Adds an entity translation.
LayoutEntityDisplayInterface interface core/modules/layout_builder/src/Entity/LayoutEntityDisplayInterface.php Provides an interface for entity displays that have layout.
LayoutEntityDisplayInterface.php file core/modules/layout_builder/src/Entity/LayoutEntityDisplayInterface.php
LayoutEntityDisplayNormalizer class core/modules/layout_builder/src/Normalizer/LayoutEntityDisplayNormalizer.php Normalizes/denormalizes LayoutEntityDisplay objects into an array structure.
LayoutEntityDisplayNormalizer.php file core/modules/layout_builder/src/Normalizer/LayoutEntityDisplayNormalizer.php
LayoutEntityDisplayNormalizer::getDataWithoutInternals function core/modules/layout_builder/src/Normalizer/LayoutEntityDisplayNormalizer.php
LayoutEntityDisplayNormalizer::getSupportedTypes function core/modules/layout_builder/src/Normalizer/LayoutEntityDisplayNormalizer.php
LayoutEntityHelperTrait trait core/modules/layout_builder/src/LayoutEntityHelperTrait.php Methods to help with entities using the layout builder.
LayoutEntityHelperTrait.php file core/modules/layout_builder/src/LayoutEntityHelperTrait.php
LayoutEntityHelperTrait::$sectionStorageManager property core/modules/layout_builder/src/LayoutEntityHelperTrait.php The section storage manager.
LayoutEntityHelperTrait::getEntitySections function core/modules/layout_builder/src/LayoutEntityHelperTrait.php Gets the sections for an entity if any.
LayoutEntityHelperTrait::getInlineBlockComponents function core/modules/layout_builder/src/LayoutEntityHelperTrait.php Gets components that have Inline Block plugins.
LayoutEntityHelperTrait::getInlineBlockRevisionIdsInSections function core/modules/layout_builder/src/LayoutEntityHelperTrait.php Gets revision IDs for layout sections.
LayoutEntityHelperTrait::getOverridesSectionStorageForEntity function core/modules/layout_builder/src/LayoutEntityHelperTrait.php Gets the overrides section storage for an entity.
LayoutEntityHelperTrait::getSectionStorageContextsForEntity function core/modules/layout_builder/src/LayoutEntityHelperTrait.php Gets the section storage contexts for an entity.

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