Search for entity

  1. Search 7.x for entity
  2. Search 8.9.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 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
ConfigEntityBaseUnitTest::testSort function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @covers ::sort
ConfigEntityBaseUnitTest::testThirdPartySettings function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @covers ::getThirdPartySetting
@covers ::setThirdPartySetting
@covers ::getThirdPartySettings
@covers ::unsetThirdPartySetting
@covers ::getThirdPartyProviders
ConfigEntityBaseUnitTest::testToArray function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @covers ::toArray
ConfigEntityBaseUnitTest::testToArrayIdKey function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @covers ::toArray
ConfigEntityBaseUnitTest::testToArraySchemaException function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @covers ::toArray
ConfigEntityBaseWithPluginCollections class core/tests/Drupal/Tests/Core/Config/Entity/Fixtures/ConfigEntityBaseWithPluginCollections.php Enables testing of dependency calculation.
ConfigEntityBaseWithPluginCollections.php file core/tests/Drupal/Tests/Core/Config/Entity/Fixtures/ConfigEntityBaseWithPluginCollections.php
ConfigEntityBundleBase class core/lib/Drupal/Core/Config/Entity/ConfigEntityBundleBase.php A base class for config entity types that act as bundles.
ConfigEntityBundleBase.php file core/lib/Drupal/Core/Config/Entity/ConfigEntityBundleBase.php
ConfigEntityBundleBase::deleteDisplays function core/lib/Drupal/Core/Config/Entity/ConfigEntityBundleBase.php Deletes display if a bundle is deleted.
ConfigEntityBundleBase::loadDisplays function core/lib/Drupal/Core/Config/Entity/ConfigEntityBundleBase.php Returns view or form displays for this bundle.
ConfigEntityBundleBase::postDelete function core/lib/Drupal/Core/Config/Entity/ConfigEntityBundleBase.php Acts on deleted entities before the delete hook is invoked.
ConfigEntityBundleBase::postSave function core/lib/Drupal/Core/Config/Entity/ConfigEntityBundleBase.php Acts on a saved entity before the insert or update hook is invoked.
ConfigEntityBundleBase::preSave function core/lib/Drupal/Core/Config/Entity/ConfigEntityBundleBase.php Acts on an entity before the presave hook is invoked.
ConfigEntityDenormalizer class core/modules/jsonapi/src/Normalizer/ConfigEntityDenormalizer.php Converts the Drupal config entity object to a JSON:API array structure.
ConfigEntityDenormalizer.php file core/modules/jsonapi/src/Normalizer/ConfigEntityDenormalizer.php
ConfigEntityDenormalizer::$supportedInterfaceOrClass property core/modules/jsonapi/src/Normalizer/ConfigEntityDenormalizer.php The interface or class that this Normalizer supports.
ConfigEntityDenormalizer::hasCacheableSupportsMethod function core/modules/jsonapi/src/Normalizer/ConfigEntityDenormalizer.php
ConfigEntityDenormalizer::prepareInput function core/modules/jsonapi/src/Normalizer/ConfigEntityDenormalizer.php Prepares the input data to create the entity.
ConfigEntityDependency class core/lib/Drupal/Core/Config/Entity/ConfigEntityDependency.php Provides a value object to discover configuration dependencies.
ConfigEntityDependency.php file core/lib/Drupal/Core/Config/Entity/ConfigEntityDependency.php
ConfigEntityDependency::$dependencies property core/lib/Drupal/Core/Config/Entity/ConfigEntityDependency.php The configuration entity&#039;s dependencies.
ConfigEntityDependency::$name property core/lib/Drupal/Core/Config/Entity/ConfigEntityDependency.php The configuration entity&#039;s configuration object name.
ConfigEntityDependency::getConfigDependencyName function core/lib/Drupal/Core/Config/Entity/ConfigEntityDependency.php Gets the configuration entity&#039;s configuration dependency name.
ConfigEntityDependency::getDependencies function core/lib/Drupal/Core/Config/Entity/ConfigEntityDependency.php Gets the configuration entity&#039;s dependencies of the supplied type.
ConfigEntityDependency::hasDependency function core/lib/Drupal/Core/Config/Entity/ConfigEntityDependency.php Determines if the entity is dependent on extensions or entities.
ConfigEntityDependency::__construct function core/lib/Drupal/Core/Config/Entity/ConfigEntityDependency.php Constructs the configuration entity dependency from the entity values.
ConfigEntityDependencyTest class core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityDependencyTest.php Tests the ConfigEntityDependency class.
ConfigEntityDependencyTest.php file core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityDependencyTest.php
ConfigEntityDependencyTest::testEmptyDependencies function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityDependencyTest.php
ConfigEntityDependencyTest::testWithDependencies function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityDependencyTest.php
ConfigEntityFormOverrideTest class core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php Tests that config overrides do not bleed through in entity forms and lists.
ConfigEntityFormOverrideTest.php file core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php
ConfigEntityFormOverrideTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php The theme to install as the default for testing.
ConfigEntityFormOverrideTest::$modules property core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php Modules to enable.
ConfigEntityFormOverrideTest::testFormsWithOverrides function core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php Tests that overrides do not affect forms or listing screens.
ConfigEntityIdLengthException class core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityIdLengthException.php Defines an exception thrown when a configuration entity ID is too long.
ConfigEntityIdLengthException.php file core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityIdLengthException.php
ConfigEntityImportTest class core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php Tests ConfigEntity importing.
ConfigEntityImportTest.php file core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php
ConfigEntityImportTest::$modules property core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php Modules to enable.
ConfigEntityImportTest::assertConfigUpdateImport function core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php Asserts that config entities are updated during import.
ConfigEntityImportTest::checkSinglePluginConfigSync function core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php Tests that a single set of plugin config stays in sync.
ConfigEntityImportTest::doActionUpdate function core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php Tests updating an action during import.
ConfigEntityImportTest::doBlockUpdate function core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php Tests updating a block during import.
ConfigEntityImportTest::doFilterFormatUpdate function core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php Tests updating a filter format during import.
ConfigEntityImportTest::doImageStyleUpdate function core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php Tests updating an image style during import.
ConfigEntityImportTest::doSearchPageUpdate function core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php Tests updating a search page during import.
ConfigEntityImportTest::doThirdPartySettingsUpdate function core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php Tests updating of third party settings.
ConfigEntityImportTest::testConfigUpdateImport function core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php Runs test methods for each module within a single test run.

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