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 |
|---|---|---|---|
| MigrationWithFollowUpInterface::generateFollowUpMigrations | function | core/ |
Generates follow-up migrations. |
| MimeTypeMapInterface | interface | core/ |
Provides an interface for MIME type to file extension mapping. |
| MimeTypeMapInterface.php | file | core/ |
|
| MimeTypeMapInterface::addMapping | function | core/ |
Adds a mapping between a MIME type and an extension. |
| MimeTypeMapInterface::getExtensionsForMimeType | function | core/ |
Returns the appropriate extensions for a given MIME type. |
| MimeTypeMapInterface::getMimeTypeForExtension | function | core/ |
Returns the appropriate MIME type for a given file extension. |
| MimeTypeMapInterface::hasExtension | function | core/ |
Determines if a file extension exists. |
| MimeTypeMapInterface::hasMimeType | function | core/ |
Determines if a MIME type exists. |
| MimeTypeMapInterface::listExtensions | function | core/ |
Returns known file extensions. |
| MimeTypeMapInterface::listMimeTypes | function | core/ |
Returns known MIME types. |
| MimeTypeMapInterface::removeMapping | function | core/ |
Removes the mapping between a MIME type and an extension. |
| MimeTypeMapInterface::removeMimeType | function | core/ |
Removes a MIME type and all its mapped extensions from the mapping. |
| MockConfiguratorInterface | interface | core/ |
Helper interface to test Container::get() with configurator. |
| MockConfiguratorInterface::configureService | function | core/ |
Configures a service. |
| MockRouterInterface | interface | core/ |
Interface used in the mocking process of this test. |
| MockRouterInterface::add | function | core/ |
Function used in the mocking process of this test. |
| ModerationHandlerInterface | interface | core/ |
Defines operations that need to vary by entity type. |
| ModerationHandlerInterface.php | file | core/ |
|
| ModerationHandlerInterface::enforceRevisionsBundleFormAlter | function | core/ |
Alters bundle forms to enforce revision handling. |
| ModerationHandlerInterface::enforceRevisionsEntityFormAlter | function | core/ |
Alters entity forms to enforce revision handling. |
| ModerationHandlerInterface::isModeratedEntity | function | core/ |
Determines if an entity should be moderated. |
| ModerationHandlerInterface::onPresave | function | core/ |
Operates on moderated content entities preSave(). |
| ModerationInformationInterface | interface | core/ |
Interface for moderation_information service. |
| ModerationInformationInterface.php | file | core/ |
|
| ModerationInformationInterface::canModerateEntitiesOfEntityType | function | core/ |
Determines if an entity type can have moderated entities. |
| ModerationInformationInterface::getAffectedRevisionTranslation | function | core/ |
Returns the revision translation affected translation of a revision. |
| ModerationInformationInterface::getDefaultRevisionId | function | core/ |
Returns the revision ID of the default revision for the specified entity. |
| ModerationInformationInterface::getOriginalState | function | core/ |
Gets the original or initial state of the given entity. |
| ModerationInformationInterface::getUnsupportedFeatures | function | core/ |
Gets unsupported features for a given entity type. |
| ModerationInformationInterface::getWorkflowForEntity | function | core/ |
Gets the workflow for the given content entity. |
| ModerationInformationInterface::getWorkflowForEntityTypeAndBundle | function | core/ |
Gets the workflow for the given entity type and bundle. |
| ModerationInformationInterface::hasPendingRevision | function | core/ |
Determines if a pending revision exists for the specified entity. |
| ModerationInformationInterface::isDefaultRevisionPublished | function | core/ |
Determines if the default revision for the given entity is published. |
| ModerationInformationInterface::isLiveRevision | function | core/ |
Determines if an entity is "live". |
| ModerationInformationInterface::isModeratedEntity | function | core/ |
Determines if an entity is moderated. |
| ModerationInformationInterface::isModeratedEntityType | function | core/ |
Determines if an entity type has at least one moderated bundle. |
| ModerationInformationInterface::shouldModerateEntitiesOfBundle | function | core/ |
Determines if an entity type/bundle entities should be moderated. |
| ModuleHandlerInterface | interface | core/ |
Interface for classes that manage a set of enabled modules. |
| ModuleHandlerInterface.php | file | core/ |
|
| ModuleHandlerInterface::addModule | function | core/ |
Adds a module to the list of currently active modules. |
| ModuleHandlerInterface::addProfile | function | core/ |
Adds an installation profile to the list of currently active modules. |
| ModuleHandlerInterface::alter | function | core/ |
Passes alterable variables to specific hook_TYPE_alter() implementations. |
| ModuleHandlerInterface::alterDeprecated | function | core/ |
Passes alterable variables to deprecated hook_TYPE_alter() implementations. |
| ModuleHandlerInterface::buildModuleDependencies | function | core/ |
Determines which modules require and are required by each module. |
| ModuleHandlerInterface::getHookInfo | function | core/ |
Retrieves a list of hooks that are declared through hook_hook_info(). |
| ModuleHandlerInterface::getModule | function | core/ |
Returns a module extension object from the currently active modules list. |
| ModuleHandlerInterface::getModuleDirectories | function | core/ |
Returns an array of directories for all enabled modules. |
| ModuleHandlerInterface::getModuleList | function | core/ |
Returns the list of currently active modules. |
| ModuleHandlerInterface::getName | function | core/ |
Gets the human readable name of a given module. |
| ModuleHandlerInterface::hasImplementations | function | core/ |
Determines whether there are implementations of a hook. |
Pagination
- Previous page
- Page 60
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.