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 |
---|---|---|---|
WidgetInterface::settingsSummary | function | core/ |
Returns a short summary for the current widget settings. |
WidgetInterface::singleElementObject | function | core/ |
Returns the form for a single field widget. |
WorkspaceDynamicSafeFormInterface | interface | core/ |
Defines an interface for forms that can be workspace-safe. |
WorkspaceDynamicSafeFormInterface.php | file | core/ |
|
WorkspaceDynamicSafeFormInterface::isWorkspaceSafeForm | function | core/ |
Determines whether the form is safe to be submitted in a workspace. |
WorkspaceHandlerInterface | interface | core/ |
Defines workspace operations that need to vary by entity type. |
WorkspaceHandlerInterface.php | file | core/ |
|
WorkspaceHandlerInterface::isEntitySupported | function | core/ |
Determines if an entity should be tracked in a workspace. |
WorkspaceIdNegotiatorInterface | interface | core/ |
Interface for workspace negotiators that return only the negotiated ID. |
WorkspaceIdNegotiatorInterface.php | file | core/ |
|
WorkspaceIdNegotiatorInterface::getActiveWorkspaceId | function | core/ |
Performs workspace negotiation. |
WorkspaceInformationInterface | interface | core/ |
Provides an interface for workspace-support information. |
WorkspaceInformationInterface.php | file | core/ |
|
WorkspaceInformationInterface::getSupportedEntityTypes | function | core/ |
Returns an array of entity types that can belong to workspaces. |
WorkspaceInformationInterface::isEntityDeletable | function | core/ |
Determines whether an entity can be deleted in the given workspace. |
WorkspaceInformationInterface::isEntityIgnored | function | core/ |
Determines whether CRUD operations for an entity are allowed. |
WorkspaceInformationInterface::isEntitySupported | function | core/ |
Determines whether an entity can belong to a workspace. |
WorkspaceInformationInterface::isEntityTypeIgnored | function | core/ |
Determines whether CRUD operations for an entity type are allowed. |
WorkspaceInformationInterface::isEntityTypeSupported | function | core/ |
Determines whether an entity type can belong to a workspace. |
WorkspaceSafeFormInterface | interface | core/ |
Defines an interface for forms that are safe to be submitted in a workspace. |
WorkspaceSafeFormInterface.php | file | core/ |
|
WriteSafeSessionHandlerInterface | interface | core/ |
Provides an interface for session handlers where writing can be disabled. |
WriteSafeSessionHandlerInterface.php | file | core/ |
|
WriteSafeSessionHandlerInterface::isSessionWritable | function | core/ |
Returns whether or not a session may be written to storage. |
WriteSafeSessionHandlerInterface::setSessionWritable | function | core/ |
Sets whether or not a session may be written to storage. |
Pagination
- Previous page
- Page 64
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.