Search for orig

  1. Search 7.x for orig
  2. Search 9.5.x for orig
  3. Search 8.9.x for orig
  4. Search 10.3.x for orig
  5. Other projects
Title Object type File name Summary
AccountSwitcher::$originalSessionSaving property core/lib/Drupal/Core/Session/AccountSwitcher.php The original state of session saving prior to account switching.
AdminPathConfigEntityConverter::$drupalProxyOriginalServiceId property core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php The id of the original proxied service.
AppendOp::$originalContents property composer/Plugin/Scaffold/Operations/AppendOp.php The contents from the file that we are prepending / appending to.
BareHtmlPageRenderer::$drupalProxyOriginalServiceId property core/lib/Drupal/Core/ProxyClass/Render/BareHtmlPageRenderer.php The id of the original proxied service.
BatchStorage::$drupalProxyOriginalServiceId property core/lib/Drupal/Core/ProxyClass/Batch/BatchStorage.php The id of the original proxied service.
BigPipeResponse::$originalHtmlResponse property core/modules/big_pipe/src/Render/BigPipeResponse.php The original HTML response.
BigPipeResponse::getOriginalHtmlResponse function core/modules/big_pipe/src/Render/BigPipeResponse.php Returns the original HTML response.
BigPipeResponse::populateBasedOnOriginalHtmlResponse function core/modules/big_pipe/src/Render/BigPipeResponse.php Populates this BigPipeResponse object based on the original HTML response.
BrowserTestBase::$originalShutdownCallbacks property core/tests/Drupal/Tests/BrowserTestBase.php The original array of shutdown function callbacks.
ChainResponsePolicy::$drupalProxyOriginalServiceId property core/lib/Drupal/Core/ProxyClass/PageCache/ChainResponsePolicy.php The id of the original proxied service.
CheckpointStorage::getOriginalConfig function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Gets the original data from the configuration.
Config::getOriginal function core/lib/Drupal/Core/Config/Config.php Gets original data from this configuration object.
ConfigEntityBase::$originalId property core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php The original ID of the configuration entity.
ConfigEntityBase::getOriginalId function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Gets the original ID.
ConfigEntityBase::setOriginalId function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Sets the original ID.
ConfigEntityBaseUnitTest::testGetOriginalId function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @covers ::setOriginalId[[api-linebreak]]
@covers ::getOriginalId[[api-linebreak]]
ConfigExportImportUITest::$originalSlogan property core/modules/config/tests/src/Functional/ConfigExportImportUITest.php Holds the original 'site slogan' before testing.
ConfigInstaller::$drupalProxyOriginalServiceId property core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php The id of the original proxied service.
ConfigTest::assertOriginalConfigDataEquals function core/tests/Drupal/Tests/Core/Config/ConfigTest.php Asserts all original config data equals $data provided.
ContentEntityBase::updateOriginalValues function core/lib/Drupal/Core/Entity/ContentEntityBase.php Updates the original values with the interim changes.
ContentTranslationSynchronizedFieldsConstraintValidator::getOriginalEntity function core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php Returns the original unchanged entity to be used to detect changes.
ContentTranslationSynchronizedFieldsConstraintValidator::getOriginalTranslation function core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php Returns the original translation.
DatabaseLockBackend::$drupalProxyOriginalServiceId property core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php The id of the original proxied service.
DbDumpTest::$originalTableIndexes property core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php An array of original table indexes (including primary and unique keys).
DbDumpTest::$originalTableSchemas property core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php An array of original table schemas.
DefaultLazyPluginCollection::$originalOrder property core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php The original order of the instances.
DefaultMenuLinkTreeManipulatorsTest::$originalTree property core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php The original menu tree build in mockTree().
DiffOp::$orig property core/lib/Drupal/Component/Diff/Engine/DiffOp.php
EntityBase::$originalEntity property core/lib/Drupal/Core/Entity/EntityBase.php The original unchanged entity.
EntityBase::getOriginal function core/lib/Drupal/Core/Entity/EntityBase.php Returns the original unchanged entity.
EntityBase::getOriginalId function core/lib/Drupal/Core/Entity/EntityBase.php Gets the original ID.
EntityBase::setOriginal function core/lib/Drupal/Core/Entity/EntityBase.php Sets the original unchanged entity.
EntityBase::setOriginalId function core/lib/Drupal/Core/Entity/EntityBase.php Sets the original ID.
EntityBaseTest::$original property core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php The original, or NULL if the entity cannot be loaded.
EntityCloneConfigActionTest::testErrorIfOriginalDoesNotExist function core/tests/Drupal/KernelTests/Core/Recipe/EntityCloneConfigActionTest.php Tests error if original entity does not exist.
EntityDisplayBase::$originalMode property core/lib/Drupal/Core/Entity/EntityDisplayBase.php The original view or form mode that was requested.
EntityDisplayBase::getOriginalMode function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Gets the original view or form mode that was requested.
EntityDisplayBaseTest::testGetOriginalMode function core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php @covers ::getOriginalMode[[api-linebreak]]
EntityDisplayInterface::getOriginalMode function core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php Gets the original view or form mode that was requested.
EntityInterface::getOriginal function core/lib/Drupal/Core/Entity/EntityInterface.php Returns the original unchanged entity.
EntityInterface::getOriginalId function core/lib/Drupal/Core/Entity/EntityInterface.php Gets the original ID.
EntityInterface::setOriginal function core/lib/Drupal/Core/Entity/EntityInterface.php Sets the original unchanged entity.
EntityInterface::setOriginalId function core/lib/Drupal/Core/Entity/EntityInterface.php Sets the original ID.
EntityOriginalDeprecationTest class core/tests/Drupal/KernelTests/Core/Entity/EntityOriginalDeprecationTest.php Tests the deprecations of the original property.
EntityOriginalDeprecationTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityOriginalDeprecationTest.php
EntityOriginalDeprecationTest::testOriginalMagicGetSet function core/tests/Drupal/KernelTests/Core/Entity/EntityOriginalDeprecationTest.php Tests deprecation of the original property.
EntityReferenceFieldTranslatedReferenceViewTest::$originalLabel property core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php The original label of the referenced entity, used in assertions.
EntityType::$originalClass property core/lib/Drupal/Core/Entity/EntityType.php The name of the original entity type class.
EntityType::getOriginalClass function core/lib/Drupal/Core/Entity/EntityType.php Gets the name of the original entity type class.
EntityTypeEvent::$original property core/lib/Drupal/Core/Entity/EntityTypeEvent.php The original entity type.

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