Search for to

  1. Search 7.x for to
  2. Search 8.9.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
ContentTranslationHandler::$fieldStorageDefinitions property core/modules/content_translation/src/ContentTranslationHandler.php Installed field storage definitions for the entity type.
ContentTranslationHandler::checkFieldStorageDefinitionTranslatability function core/modules/content_translation/src/ContentTranslationHandler.php Checks the field storage definition for translatability support.
ContentTranslationHandler::getDefaultOwnerId function core/modules/content_translation/src/ContentTranslationHandler.php Default value callback for the owner base field definition.
ContentTranslationMetadataWrapper::setOutdated function core/modules/content_translation/src/ContentTranslationMetadataWrapper.php Sets the translation outdated status.
ContentTranslationMetadataWrapperInterface::setOutdated function core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php Sets the translation outdated status.
ContentTranslationOperationsTest::testOperationTranslateLink function core/modules/content_translation/tests/src/Functional/ContentTranslationOperationsTest.php Tests that the operation "Translate" is displayed in the content listing.
ContentTranslationPendingRevisionTestBase::$storage property core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php The entity storage.
ContentTranslationPendingRevisionTestBase::getEditorPermissions function core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php Returns an array of permissions needed for the editor.
ContentTranslationPendingRevisionTestBase::getTranslatorPermissions function core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php Returns an array of permissions needed for the translator.
ContentTranslationRevisionTranslationDeletionTest::doTestOverview function core/modules/content_translation/tests/src/Functional/ContentTranslationRevisionTranslationDeletionTest.php Performs a test run.
ContentTranslationRevisionTranslationDeletionTest::testOverview function core/modules/content_translation/tests/src/Functional/ContentTranslationRevisionTranslationDeletionTest.php Tests that translation overview handles pending revisions correctly.
ContentTranslationSynchronizedFieldsConstraintValidator class core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php Checks that synchronized fields are handled correctly in pending revisions.
ContentTranslationSynchronizedFieldsConstraintValidator.php file core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php
ContentTranslationSynchronizedFieldsConstraintValidator::$contentTranslationManager property core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php The content translation manager.
ContentTranslationSynchronizedFieldsConstraintValidator::$entityTypeManager property core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php The entity type manager.
ContentTranslationSynchronizedFieldsConstraintValidator::$synchronizer property core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php The field translation synchronizer.
ContentTranslationSynchronizedFieldsConstraintValidator::create function core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php Instantiates a new instance of this class.
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.
ContentTranslationSynchronizedFieldsConstraintValidator::hasSynchronizedPropertyChanges function core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php Checks whether any synchronized property has changes.
ContentTranslationSynchronizedFieldsConstraintValidator::validate function core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php
ContentTranslationSynchronizedFieldsConstraintValidator::__construct function core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php ContentTranslationSynchronizedFieldsConstraintValidator constructor.
ContentTranslationSyncImageTest::getEditorPermissions function core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php Returns an array of permissions needed for the editor.
ContentTranslationTestBase::$administrator property core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php The account to be used to test access to both workflows.
ContentTranslationTestBase::$editor property core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php The account to be used to test multilingual entity editing.
ContentTranslationTestBase::$translator property core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php The account to be used to test translation operations.
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::getTranslatorPermissions function core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php Returns an array of permissions needed for the translator.
ContentTranslationUITestBase::$testLanguageSelector property core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php Whether the behavior of the language selector should be tested.
ContentTranslationUITestBase::doTestOutdatedStatus function core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php Tests up-to-date status tracking.
ContentTranslationWorkflowsTest::getEditorPermissions function core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php Returns an array of permissions needed for the editor.
ContentTranslationWorkflowsTest::getTranslatorPermissions function core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php Returns an array of permissions needed for the translator.
ContentUninstallValidator class core/lib/Drupal/Core/Entity/ContentUninstallValidator.php Validates module uninstall readiness based on existing content entities.
ContentUninstallValidator class core/lib/Drupal/Core/ProxyClass/Entity/ContentUninstallValidator.php Provides a proxy class for \Drupal\Core\Entity\ContentUninstallValidator.
ContentUninstallValidator.php file core/lib/Drupal/Core/ProxyClass/Entity/ContentUninstallValidator.php
ContentUninstallValidator.php file core/lib/Drupal/Core/Entity/ContentUninstallValidator.php
ContentUninstallValidator::$container property core/lib/Drupal/Core/ProxyClass/Entity/ContentUninstallValidator.php The service container.
ContentUninstallValidator::$drupalProxyOriginalServiceId property core/lib/Drupal/Core/ProxyClass/Entity/ContentUninstallValidator.php The id of the original proxied service.
ContentUninstallValidator::$entityTypeManager property core/lib/Drupal/Core/Entity/ContentUninstallValidator.php The entity type manager service.
ContentUninstallValidator::$service property core/lib/Drupal/Core/ProxyClass/Entity/ContentUninstallValidator.php The real proxied service, after it was lazy loaded.
ContentUninstallValidator::lazyLoadItself function core/lib/Drupal/Core/ProxyClass/Entity/ContentUninstallValidator.php Lazy loads the real service from the container.
ContentUninstallValidator::setStringTranslation function core/lib/Drupal/Core/ProxyClass/Entity/ContentUninstallValidator.php
ContentUninstallValidator::validate function core/lib/Drupal/Core/ProxyClass/Entity/ContentUninstallValidator.php Determines the reasons a module can not be uninstalled.
ContentUninstallValidator::validate function core/lib/Drupal/Core/Entity/ContentUninstallValidator.php Determines the reasons a module can not be uninstalled.
ContentUninstallValidator::__construct function core/lib/Drupal/Core/Entity/ContentUninstallValidator.php Constructs a new ContentUninstallValidator.
ContentUninstallValidator::__construct function core/lib/Drupal/Core/ProxyClass/Entity/ContentUninstallValidator.php Constructs a ProxyClass Drupal proxy object.
content_uninstall_validator service core/core.services.yml Drupal\Core\Entity\ContentUninstallValidator
context.repository service core/core.services.yml Drupal\Core\Plugin\Context\LazyContextRepository

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