Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Search 11.x for to
  6. Other projects
Title Object type File name Summary
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.php file core/lib/Drupal/Core/Entity/ContentUninstallValidator.php
ContentUninstallValidator::$entityTypeManager property core/lib/Drupal/Core/Entity/ContentUninstallValidator.php The entity type manager service.
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.
content_uninstall_validator service core/core.services.yml Drupal\Core\Entity\ContentUninstallValidator
context.repository service core/core.services.yml Drupal\Core\Plugin\Context\LazyContextRepository
ContextDefinition::getConstraintObjects function core/lib/Drupal/Core/Plugin/Context/ContextDefinition.php Extracts an array of constraints for a context definition object.
ContextRepositoryInterface interface core/lib/Drupal/Core/Plugin/Context/ContextRepositoryInterface.php Offers a global context repository.
ContextRepositoryInterface.php file core/lib/Drupal/Core/Plugin/Context/ContextRepositoryInterface.php
ContextRepositoryInterface::getAvailableContexts function core/lib/Drupal/Core/Plugin/Context/ContextRepositoryInterface.php Gets all available contexts for the purposes of configuration.
ContextRepositoryInterface::getRuntimeContexts function core/lib/Drupal/Core/Plugin/Context/ContextRepositoryInterface.php Gets runtime context values for the given context IDs.
contextual.toolbar.css file core/modules/contextual/css/contextual.toolbar.css Styling for contextual module's toolbar tab.
contextual.toolbar.css file core/themes/stable9/css/contextual/contextual.toolbar.css Styling for contextual module's toolbar tab.
ContextualDynamicContextTest::$editorUser property core/modules/contextual/tests/src/Functional/ContextualDynamicContextTest.php A user with permission to access contextual links and edit content.
ContextualDynamicContextTest::createContextualIdToken function core/modules/contextual/tests/src/Functional/ContextualDynamicContextTest.php Creates a contextual ID token.
ContextualDynamicContextTest::testTokenProtection function core/modules/contextual/tests/src/Functional/ContextualDynamicContextTest.php Tests the contextual placeholder content is protected by a token.
ContextualHooks::toolbar function core/modules/contextual/src/Hook/ContextualHooks.php Implements hook_toolbar().
ContextualLinkClickTrait::toggleContextualTriggerVisibility function core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinkClickTrait.php Toggles the visibility of a contextual trigger.
ContextualLinkDefault::getOptions function core/lib/Drupal/Core/Menu/ContextualLinkDefault.php Returns the link options passed to the link generator.
ContextualLinkDefaultTest::testGetOptions function core/tests/Drupal/Tests/Core/Menu/ContextualLinkDefaultTest.php Tests get options.
ContextualLinkInterface::getOptions function core/lib/Drupal/Core/Menu/ContextualLinkInterface.php Returns the link options passed to the link generator.
ContextualLinksNegotiator class core/modules/contextual/src/Theme/ContextualLinksNegotiator.php Set the theme according to the parameter passed to the controller.
ContextualLinksNegotiator.php file core/modules/contextual/src/Theme/ContextualLinksNegotiator.php
ContextualLinksNegotiator::applies function core/modules/contextual/src/Theme/ContextualLinksNegotiator.php Whether this theme negotiator should be used to set the theme.
ContextualLinksNegotiator::determineActiveTheme function core/modules/contextual/src/Theme/ContextualLinksNegotiator.php Determine the active theme for the request.
ContextualLinksNegotiator::__construct function core/modules/contextual/src/Theme/ContextualLinksNegotiator.php
ContextualLinksSerializer::idToLinks function core/modules/contextual/src/ContextualLinksSerializer.php Unserializes the result of ::linksToId().
ContextualLinksSerializer::linksToId function core/modules/contextual/src/ContextualLinksSerializer.php Serializes #contextual_links property value array to a string.
ContextualUnitTest::testContextualIdToLinks function core/modules/contextual/tests/src/Kernel/ContextualUnitTest.php Tests the conversion from contextual ID to links.
ContextualUnitTest::testContextualLinksToId function core/modules/contextual/tests/src/Kernel/ContextualUnitTest.php Tests the conversion from contextual links to IDs.
ContextualValidatorInterface interface core/lib/Drupal/Core/TypedData/Validation/ContextualValidatorInterface.php Extends the contextual validator validate method by a new parameter.
ContextualValidatorInterface.php file core/lib/Drupal/Core/TypedData/Validation/ContextualValidatorInterface.php
ContextualValidatorInterface::validate function core/lib/Drupal/Core/TypedData/Validation/ContextualValidatorInterface.php Validates a value against a constraint or a list of constraints.
ControllerBase::$configFactory property core/lib/Drupal/Core/Controller/ControllerBase.php The configuration factory.
ConvertTokens class core/modules/user/src/Plugin/migrate/process/ConvertTokens.php Plugin to replace !tokens with [tokens].
ConvertTokens.php file core/modules/user/src/Plugin/migrate/process/ConvertTokens.php

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