Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 8.9.x for __get
  4. Search 10.3.x for __get
  5. Other projects
Title Object type File name Summary
ContentTranslationManager::getTranslationHandler function core/modules/content_translation/src/ContentTranslationManager.php
ContentTranslationManager::getTranslationMetadata function core/modules/content_translation/src/ContentTranslationManager.php
ContentTranslationManagerInterface::getSupportedEntityTypes function core/modules/content_translation/src/ContentTranslationManagerInterface.php Gets the entity types that support content translation.
ContentTranslationManagerInterface::getTranslationHandler function core/modules/content_translation/src/ContentTranslationManagerInterface.php Returns an instance of the Content translation handler.
ContentTranslationManagerInterface::getTranslationMetadata function core/modules/content_translation/src/ContentTranslationManagerInterface.php Returns an instance of the Content translation metadata.
ContentTranslationMetadataWrapper::getAuthor function core/modules/content_translation/src/ContentTranslationMetadataWrapper.php Returns the translation author.
ContentTranslationMetadataWrapper::getChangedTime function core/modules/content_translation/src/ContentTranslationMetadataWrapper.php Returns the timestamp of the last entity change from current translation.
ContentTranslationMetadataWrapper::getCreatedTime function core/modules/content_translation/src/ContentTranslationMetadataWrapper.php Returns the translation creation timestamp.
ContentTranslationMetadataWrapper::getSource function core/modules/content_translation/src/ContentTranslationMetadataWrapper.php Retrieves the source language for this translation.
ContentTranslationMetadataWrapperInterface::getAuthor function core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php Returns the translation author.
ContentTranslationMetadataWrapperInterface::getChangedTime function core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php Returns the timestamp of the last entity change from current translation.
ContentTranslationMetadataWrapperInterface::getCreatedTime function core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php Returns the translation creation timestamp.
ContentTranslationMetadataWrapperInterface::getSource function core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php Retrieves the source language for this translation.
ContentTranslationOutdatedRevisionTranslationTest::assertFlagWidget function core/modules/content_translation/tests/src/Functional/ContentTranslationOutdatedRevisionTranslationTest.php Checks whether the flag widget is displayed.
ContentTranslationPendingRevisionTestBase::getDeleteUrl function core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php Returns the delete translation URL for the specified entity.
ContentTranslationPendingRevisionTestBase::getEditorPermissions function core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php Returns an array of permissions needed for the editor.
ContentTranslationPendingRevisionTestBase::getEditUrl function core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php Returns the edit URL for the specified entity.
ContentTranslationPendingRevisionTestBase::getTranslatorPermissions function core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php Returns an array of permissions needed for the translator.
ContentTranslationRouteSubscriber::getSubscribedEvents function core/modules/content_translation/src/Routing/ContentTranslationRouteSubscriber.php
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.
ContentTranslationSynchronizedFieldsConstraintValidator::getSynchronizedPropertiesByField function core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php Returns the synchronized properties for every specified field.
ContentTranslationSyncImageTest class core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php Tests the field synchronization behavior for the image field.
ContentTranslationSyncImageTest.php file core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php
ContentTranslationSyncImageTest::$cardinality property core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php The cardinality of the image field.
ContentTranslationSyncImageTest::$defaultTheme property core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php The theme to install as the default for testing.
ContentTranslationSyncImageTest::$files property core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php The test image files.
ContentTranslationSyncImageTest::$modules property core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php Modules to install.
ContentTranslationSyncImageTest::getEditorPermissions function core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php Returns an array of permissions needed for the editor.
ContentTranslationSyncImageTest::saveEntity function core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php Saves the passed entity and reloads it, enabling compatibility mode.
ContentTranslationSyncImageTest::setUp function core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php
ContentTranslationSyncImageTest::setupTestFields function core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php Creates the test image field.
ContentTranslationSyncImageTest::testImageFieldSync function core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php Tests image field synchronization.
ContentTranslationTestBase::getAdministratorPermissions function core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php Returns an array of permissions needed for the administrator.
ContentTranslationTestBase::getEditorPermissions function core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php Returns an array of permissions needed for the editor.
ContentTranslationTestBase::getEditUrl function core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php Returns the edit URL for the specified entity.
ContentTranslationTestBase::getTranslatePermission function core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php Returns the translate permissions for the current entity and bundle.
ContentTranslationTestBase::getTranslatorPermissions function core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php Returns an array of permissions needed for the translator.
ContentTranslationUITestBase::getChangedFieldName function core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php Returns the name of the field that implements the changed timestamp.
ContentTranslationUITestBase::getEditValues function core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php Returns an edit array containing the values to be posted.
ContentTranslationUITestBase::getFormSubmitAction function core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php Returns the form action value to be used to submit the entity form.
ContentTranslationUITestBase::getFormSubmitActionForNewTranslation function core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php Returns the form action value when submitting a new translation.
ContentTranslationUITestBase::getFormSubmitSuffix function core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php Returns appropriate submit button suffix based on translatability.
ContentTranslationUITestBase::getNewEntityValues function core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php Returns an array of entity field values to be tested.
ContentTranslationUITestBase::getTranslation function core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php Returns the translation object to use to retrieve the translated values.
ContentTranslationUITestBase::getValue function core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php Returns the value for the specified property in the given language.
ContentTranslationUntranslatableFieldsTest::testHiddenWidgets function core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php Tests that hiding untranslatable field widgets works correctly.
ContentTranslationWorkflowsTest::getEditorPermissions function core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php Returns an array of permissions needed for the editor.
ContentTranslationWorkflowsTest::getEntityOwnerPermissions function core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php Returns an array of permissions needed for the entity owner.
ContentTranslationWorkflowsTest::getTranslatorPermissions function core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php Returns an array of permissions needed for the translator.

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