Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ContentEntityFormInterface | interface | core/ |
Defines a common interface for content entity form classes. |
| ContentEntityFormInterface.php | file | core/ |
|
| ContentEntityFormInterface::getFormDisplay | function | core/ |
Gets the form display. |
| ContentEntityFormInterface::getFormLangcode | function | core/ |
Gets the code identifying the active form language. |
| ContentEntityFormInterface::isDefaultFormLangcode | function | core/ |
Checks whether the current form language matches the entity one. |
| ContentEntityFormInterface::setFormDisplay | function | core/ |
Sets the form display. |
| ContentEntityFormInterface::validateForm | function | core/ |
Note that extending classes should not override this method to add entity validation logic, but define further validation constraints using the entity validation API and/or provide a new validation constraint if necessary. This is the only way to… |
| ContentEntityInterface | interface | core/ |
Defines a common interface for all content entity objects. |
| ContentEntityInterface.php | file | core/ |
|
| ContentEntityInterface::getBundleEntity | function | core/ |
Gets the bundle entity of this entity. |
| ContentEntityStorageInterface | interface | core/ |
A storage that supports content entity types. |
| ContentEntityStorageInterface.php | file | core/ |
|
| ContentEntityStorageInterface::createWithSampleValues | function | core/ |
Creates an entity with sample field values. |
| ContentEntityTypeInterface | interface | core/ |
Provides an interface for a content entity type and its metadata. |
| ContentEntityTypeInterface.php | file | core/ |
|
| ContentEntityTypeInterface::getRevisionMetadataKey | function | core/ |
Gets a specific entity revision metadata key. |
| ContentEntityTypeInterface::getRevisionMetadataKeys | function | core/ |
Gets an array of entity revision metadata keys. |
| ContentEntityTypeInterface::hasRevisionMetadataKey | function | core/ |
Indicates if a given entity revision metadata key exists. |
| ContentEntityTypeInterface::setRevisionMetadataKey | function | core/ |
Sets a revision metadata key. |
| 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. |
Pagination
- Previous page
- Page 17
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.