Search for interface

  1. Search 7.x for interface
  2. Search 8.9.x for interface
  3. Search 10.3.x for interface
  4. Search 11.x for interface
  5. Other projects
Title Object type File name Summary
ContentEntityTypeInterface::hasRevisionMetadataKey function core/lib/Drupal/Core/Entity/ContentEntityTypeInterface.php Indicates if a given entity revision metadata key exists.
ContentEntityTypeInterface::setRevisionMetadataKey function core/lib/Drupal/Core/Entity/ContentEntityTypeInterface.php Sets a revision metadata key.
ContentLanguageSettingsInterface interface core/modules/language/src/ContentLanguageSettingsInterface.php Provides an interface defining language settings for content entities.
ContentLanguageSettingsInterface.php file core/modules/language/src/ContentLanguageSettingsInterface.php
ContentLanguageSettingsInterface::getDefaultLangcode function core/modules/language/src/ContentLanguageSettingsInterface.php Gets the default language code.
ContentLanguageSettingsInterface::getTargetBundle function core/modules/language/src/ContentLanguageSettingsInterface.php Gets the bundle this config applies to.
ContentLanguageSettingsInterface::getTargetEntityTypeId function core/modules/language/src/ContentLanguageSettingsInterface.php Gets the entity type ID this config applies to.
ContentLanguageSettingsInterface::isDefaultConfiguration function core/modules/language/src/ContentLanguageSettingsInterface.php Checks if this config object contains the default values in every property.
ContentLanguageSettingsInterface::isLanguageAlterable function core/modules/language/src/ContentLanguageSettingsInterface.php Checks if the language is alterable or not.
ContentLanguageSettingsInterface::setDefaultLangcode function core/modules/language/src/ContentLanguageSettingsInterface.php Sets the default language code.
ContentLanguageSettingsInterface::setLanguageAlterable function core/modules/language/src/ContentLanguageSettingsInterface.php Sets if the language must be alterable or not.
ContentLanguageSettingsInterface::setTargetBundle function core/modules/language/src/ContentLanguageSettingsInterface.php Sets the bundle this config applies to.
ContentLanguageSettingsUnitTest::$configEntityStorageInterface property core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php The typed configuration manager used for testing.
ContentModerationInterface interface core/modules/content_moderation/src/Plugin/WorkflowType/ContentModerationInterface.php Interface for ContentModeration WorkflowType plugin.
ContentModerationInterface.php file core/modules/content_moderation/src/Plugin/WorkflowType/ContentModerationInterface.php
ContentModerationInterface::addEntityTypeAndBundle function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModerationInterface.php Add an entity type ID / bundle ID to the workflow.
ContentModerationInterface::appliesToEntityTypeAndBundle function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModerationInterface.php Checks if the workflow applies to the supplied entity type and bundle.
ContentModerationInterface::getBundlesForEntityType function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModerationInterface.php Gets any bundles the workflow is applied to for the given entity type.
ContentModerationInterface::getEntityTypes function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModerationInterface.php Gets the entity types the workflow is applied to.
ContentModerationInterface::getInitialState function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModerationInterface.php
ContentModerationInterface::removeEntityTypeAndBundle function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModerationInterface.php Removes an entity type ID / bundle ID from the workflow.
ContentModerationStateInterface interface core/modules/content_moderation/src/Entity/ContentModerationStateInterface.php An interface for Content moderation state entity.
ContentModerationStateInterface.php file core/modules/content_moderation/src/Entity/ContentModerationStateInterface.php
ContentTranslationHandlerInterface interface core/modules/content_translation/src/ContentTranslationHandlerInterface.php Interface for providing content translation.
ContentTranslationHandlerInterface.php file core/modules/content_translation/src/ContentTranslationHandlerInterface.php
ContentTranslationHandlerInterface::entityFormAlter function core/modules/content_translation/src/ContentTranslationHandlerInterface.php Performs the needed alterations to the entity form.
ContentTranslationHandlerInterface::getFieldDefinitions function core/modules/content_translation/src/ContentTranslationHandlerInterface.php Returns a set of field definitions to be used to store metadata items.
ContentTranslationHandlerInterface::getSourceLangcode function core/modules/content_translation/src/ContentTranslationHandlerInterface.php Retrieves the source language for the translation being created.
ContentTranslationHandlerInterface::getTranslationAccess function core/modules/content_translation/src/ContentTranslationHandlerInterface.php Checks that the user can perform the operation on the entity translation.
ContentTranslationHandlerInterface::retranslate function core/modules/content_translation/src/ContentTranslationHandlerInterface.php Marks translations as outdated.
ContentTranslationManagerInterface interface core/modules/content_translation/src/ContentTranslationManagerInterface.php Provides an interface for common functionality for content translation.
ContentTranslationManagerInterface.php file core/modules/content_translation/src/ContentTranslationManagerInterface.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.
ContentTranslationManagerInterface::isEnabled function core/modules/content_translation/src/ContentTranslationManagerInterface.php Determines whether the given entity type is translatable.
ContentTranslationManagerInterface::isSupported function core/modules/content_translation/src/ContentTranslationManagerInterface.php Checks whether an entity type supports translation.
ContentTranslationManagerInterface::setEnabled function core/modules/content_translation/src/ContentTranslationManagerInterface.php Sets the value for translatability of the given entity type bundle.
ContentTranslationMetadataWrapperInterface interface core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php Common interface for content translation metadata wrappers.
ContentTranslationMetadataWrapperInterface.php file core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php
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.
ContentTranslationMetadataWrapperInterface::isOutdated function core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php Returns the translation outdated status.
ContentTranslationMetadataWrapperInterface::isPublished function core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php Returns the translation published status.
ContentTranslationMetadataWrapperInterface::setAuthor function core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php Sets the translation author.
ContentTranslationMetadataWrapperInterface::setChangedTime function core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php Sets the translation modification timestamp.
ContentTranslationMetadataWrapperInterface::setCreatedTime function core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php Sets the translation creation timestamp.
ContentTranslationMetadataWrapperInterface::setOutdated function core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php Sets the translation outdated status.

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