Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 11.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ContentLanguageSettingsInterface | interface | core/ |
Provides an interface defining language settings for content entities. |
ContentLanguageSettingsInterface.php | file | core/ |
|
ContentLanguageSettingsInterface::getDefaultLangcode | function | core/ |
Gets the default language code. |
ContentLanguageSettingsInterface::getTargetBundle | function | core/ |
Gets the bundle this config applies to. |
ContentLanguageSettingsInterface::getTargetEntityTypeId | function | core/ |
Gets the entity type ID this config applies to. |
ContentLanguageSettingsInterface::isDefaultConfiguration | function | core/ |
Checks if this config object contains the default values in every property. |
ContentLanguageSettingsInterface::isLanguageAlterable | function | core/ |
Checks if the language is alterable or not. |
ContentLanguageSettingsInterface::setDefaultLangcode | function | core/ |
Sets the default language code. |
ContentLanguageSettingsInterface::setLanguageAlterable | function | core/ |
Sets if the language must be alterable or not. |
ContentLanguageSettingsInterface::setTargetBundle | function | core/ |
Sets the bundle this config applies to. |
ContentLanguageSettingsUnitTest::$configEntityStorageInterface | property | core/ |
The typed configuration manager used for testing. |
ContentModerationInterface | interface | core/ |
Interface for ContentModeration WorkflowType plugin. |
ContentModerationInterface.php | file | core/ |
|
ContentModerationInterface::addEntityTypeAndBundle | function | core/ |
Add an entity type ID / bundle ID to the workflow. |
ContentModerationInterface::appliesToEntityTypeAndBundle | function | core/ |
Checks if the workflow applies to the supplied entity type and bundle. |
ContentModerationInterface::getBundlesForEntityType | function | core/ |
Gets any bundles the workflow is applied to for the given entity type. |
ContentModerationInterface::getEntityTypes | function | core/ |
Gets the entity types the workflow is applied to. |
ContentModerationInterface::getInitialState | function | core/ |
|
ContentModerationInterface::removeEntityTypeAndBundle | function | core/ |
Removes an entity type ID / bundle ID from the workflow. |
ContentModerationStateInterface | interface | core/ |
An interface for Content moderation state entity. |
ContentModerationStateInterface.php | file | core/ |
|
ContentTranslationHandlerInterface | interface | core/ |
Interface for providing content translation. |
ContentTranslationHandlerInterface.php | file | core/ |
|
ContentTranslationHandlerInterface::entityFormAlter | function | core/ |
Performs the needed alterations to the entity form. |
ContentTranslationHandlerInterface::getFieldDefinitions | function | core/ |
Returns a set of field definitions to be used to store metadata items. |
ContentTranslationHandlerInterface::getSourceLangcode | function | core/ |
Retrieves the source language for the translation being created. |
ContentTranslationHandlerInterface::getTranslationAccess | function | core/ |
Checks that the user can perform the operation on the entity translation. |
ContentTranslationHandlerInterface::retranslate | function | core/ |
Marks translations as outdated. |
ContentTranslationManagerInterface | interface | core/ |
Provides an interface for common functionality for content translation. |
ContentTranslationManagerInterface.php | file | core/ |
|
ContentTranslationManagerInterface::getSupportedEntityTypes | function | core/ |
Gets the entity types that support content translation. |
ContentTranslationManagerInterface::getTranslationHandler | function | core/ |
Returns an instance of the Content translation handler. |
ContentTranslationManagerInterface::getTranslationMetadata | function | core/ |
Returns an instance of the Content translation metadata. |
ContentTranslationManagerInterface::isEnabled | function | core/ |
Determines whether the given entity type is translatable. |
ContentTranslationManagerInterface::isSupported | function | core/ |
Checks whether an entity type supports translation. |
ContentTranslationManagerInterface::setEnabled | function | core/ |
Sets the value for translatability of the given entity type bundle. |
ContentTranslationMetadataWrapperInterface | interface | core/ |
Common interface for content translation metadata wrappers. |
ContentTranslationMetadataWrapperInterface.php | file | core/ |
|
ContentTranslationMetadataWrapperInterface::getAuthor | function | core/ |
Returns the translation author. |
ContentTranslationMetadataWrapperInterface::getChangedTime | function | core/ |
Returns the timestamp of the last entity change from current translation. |
ContentTranslationMetadataWrapperInterface::getCreatedTime | function | core/ |
Returns the translation creation timestamp. |
ContentTranslationMetadataWrapperInterface::getSource | function | core/ |
Retrieves the source language for this translation. |
ContentTranslationMetadataWrapperInterface::isOutdated | function | core/ |
Returns the translation outdated status. |
ContentTranslationMetadataWrapperInterface::isPublished | function | core/ |
Returns the translation published status. |
ContentTranslationMetadataWrapperInterface::setAuthor | function | core/ |
Sets the translation author. |
ContentTranslationMetadataWrapperInterface::setChangedTime | function | core/ |
Sets the translation modification timestamp. |
ContentTranslationMetadataWrapperInterface::setCreatedTime | function | core/ |
Sets the translation creation timestamp. |
ContentTranslationMetadataWrapperInterface::setOutdated | function | core/ |
Sets the translation outdated status. |
ContentTranslationMetadataWrapperInterface::setPublished | function | core/ |
Sets the translation published status. |
ContentTranslationMetadataWrapperInterface::setSource | function | core/ |
Sets the source language for this translation. |
Pagination
- Previous page
- Page 18
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.