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 |
---|---|---|---|
MigrationPluginManager::$pluginInterface | property | core/ |
The interface the plugins should implement. |
MigrationPluginManagerInterface | interface | core/ |
Migration plugin manager interface. |
MigrationPluginManagerInterface.php | file | core/ |
|
MigrationPluginManagerInterface::createInstances | function | core/ |
Create pre-configured instance of plugin derivatives. |
MigrationPluginManagerInterface::createInstancesByTag | function | core/ |
Create migrations given a tag. |
MigrationPluginManagerInterface::createStubMigration | function | core/ |
Creates a stub migration plugin from a definition array. |
MigrationPluginManagerInterface::expandPluginIds | function | core/ |
Expand derivative migration dependencies. |
MigrationWithFollowUpInterface | interface | core/ |
Interface for migrations with follow-up migrations. |
MigrationWithFollowUpInterface.php | file | core/ |
|
MigrationWithFollowUpInterface::generateFollowUpMigrations | function | core/ |
Generates follow-up migrations. |
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. |
ModuleHandlerInterface::invoke | function | core/ |
Invokes a hook in a particular module. |
ModuleHandlerInterface::invokeAll | function | core/ |
Invokes a hook in all enabled modules that implement it. |
Pagination
- Previous page
- Page 61
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.