Search for interface

  1. Search 7.x for interface
  2. Search 8.9.x for interface
  3. Search 10.3.x for interface
  4. Search 11.x for interface
  5. Other projects
Title Object type File name Summary
SerializationInterface::decode function core/lib/Drupal/Component/Serialization/SerializationInterface.php Decodes data from the serialization format.
SerializationInterface::encode function core/lib/Drupal/Component/Serialization/SerializationInterface.php Encodes data into the serialization format.
SerializationInterface::getFileExtension function core/lib/Drupal/Component/Serialization/SerializationInterface.php Gets the file extension for this serialization format.
ServiceModifierInterface interface core/lib/Drupal/Core/DependencyInjection/ServiceModifierInterface.php Interface that service providers can implement to modify services.
ServiceModifierInterface.php file core/lib/Drupal/Core/DependencyInjection/ServiceModifierInterface.php
ServiceModifierInterface::alter function core/lib/Drupal/Core/DependencyInjection/ServiceModifierInterface.php Modifies existing service definitions.
ServiceProviderInterface interface core/lib/Drupal/Core/DependencyInjection/ServiceProviderInterface.php Interface that all service providers must implement.
ServiceProviderInterface.php file core/lib/Drupal/Core/DependencyInjection/ServiceProviderInterface.php
ServiceProviderInterface::register function core/lib/Drupal/Core/DependencyInjection/ServiceProviderInterface.php Registers services to the container.
SessionConfigurationInterface interface core/lib/Drupal/Core/Session/SessionConfigurationInterface.php Defines an interface for session configuration generators.
SessionConfigurationInterface.php file core/lib/Drupal/Core/Session/SessionConfigurationInterface.php
SessionConfigurationInterface::getOptions function core/lib/Drupal/Core/Session/SessionConfigurationInterface.php Returns a list of options suitable for passing to the session storage.
SessionConfigurationInterface::hasSession function core/lib/Drupal/Core/Session/SessionConfigurationInterface.php Determines whether a session identifier is on the request.
SessionManagerInterface interface core/lib/Drupal/Core/Session/SessionManagerInterface.php Defines the session manager interface.
SessionManagerInterface.php file core/lib/Drupal/Core/Session/SessionManagerInterface.php
SessionManagerInterface::delete function core/lib/Drupal/Core/Session/SessionManagerInterface.php Ends a specific user's session(s).
SessionManagerInterface::destroy function core/lib/Drupal/Core/Session/SessionManagerInterface.php Destroys the current session and removes session cookies.
SessionManagerInterface::setWriteSafeHandler function core/lib/Drupal/Core/Session/SessionManagerInterface.php Sets the write safe session handler.
ShortcutInterface interface core/modules/shortcut/src/ShortcutInterface.php Provides an interface defining a shortcut entity.
ShortcutInterface.php file core/modules/shortcut/src/ShortcutInterface.php
ShortcutInterface::getTitle function core/modules/shortcut/src/ShortcutInterface.php Returns the title of this shortcut.
ShortcutInterface::getUrl function core/modules/shortcut/src/ShortcutInterface.php Returns the URL object pointing to the configured route.
ShortcutInterface::getWeight function core/modules/shortcut/src/ShortcutInterface.php Returns the weight among shortcuts with the same depth.
ShortcutInterface::setTitle function core/modules/shortcut/src/ShortcutInterface.php Sets the title of this shortcut.
ShortcutInterface::setWeight function core/modules/shortcut/src/ShortcutInterface.php Sets the weight among shortcuts with the same depth.
ShortcutSetInterface interface core/modules/shortcut/src/ShortcutSetInterface.php Provides an interface defining a shortcut set entity.
ShortcutSetInterface.php file core/modules/shortcut/src/ShortcutSetInterface.php
ShortcutSetInterface::getShortcuts function core/modules/shortcut/src/ShortcutSetInterface.php Returns all the shortcuts from a shortcut set sorted correctly.
ShortcutSetInterface::resetLinkWeights function core/modules/shortcut/src/ShortcutSetInterface.php Resets the link weights in a shortcut set to match their current order.
ShortcutSetStorageInterface interface core/modules/shortcut/src/ShortcutSetStorageInterface.php Defines an interface for shortcut_set entity storage classes.
ShortcutSetStorageInterface.php file core/modules/shortcut/src/ShortcutSetStorageInterface.php
ShortcutSetStorageInterface::assignUser function core/modules/shortcut/src/ShortcutSetStorageInterface.php Assigns a user to a particular shortcut set.
ShortcutSetStorageInterface::countAssignedUsers function core/modules/shortcut/src/ShortcutSetStorageInterface.php Get the number of users who have this set assigned to them.
ShortcutSetStorageInterface::deleteAssignedShortcutSets function core/modules/shortcut/src/ShortcutSetStorageInterface.php Delete shortcut sets assigned to users.
ShortcutSetStorageInterface::getAssignedToUser function core/modules/shortcut/src/ShortcutSetStorageInterface.php Get the name of the set assigned to this user.
ShortcutSetStorageInterface::getDefaultSet function core/modules/shortcut/src/ShortcutSetStorageInterface.php Gets the default shortcut set for a given user account.
ShortcutSetStorageInterface::unassignUser function core/modules/shortcut/src/ShortcutSetStorageInterface.php Unassigns a user from any shortcut set they may have been assigned to.
SqlContentEntityStorageTestEntityInterface class core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Provides an entity with dummy implementations of static methods.
SqlContentEntityStorageTestEntityInterface::postLoad function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Acts on loaded entities.
SqlEntityStorageInterface interface core/lib/Drupal/Core/Entity/Sql/SqlEntityStorageInterface.php A common interface for SQL-based entity storage implementations.
SqlEntityStorageInterface.php file core/lib/Drupal/Core/Entity/Sql/SqlEntityStorageInterface.php
SqlEntityStorageInterface::getTableMapping function core/lib/Drupal/Core/Entity/Sql/SqlEntityStorageInterface.php Gets a table mapping for the entity's SQL tables.
StackedRouteMatchInterface interface core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php Defines an interface for a stack of route matches.
StackedRouteMatchInterface.php file core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php
StackedRouteMatchInterface::getCurrentRouteMatch function core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php Gets the current route match.
StackedRouteMatchInterface::getMasterRouteMatch function core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php Gets the master route match..
StackedRouteMatchInterface::getParentRouteMatch function core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php Returns the parent route match of the current.
StackedRouteMatchInterface::getRouteMatchFromRequest function core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php Returns a route match from a given request, if possible.
StarterKitInterface interface core/lib/Drupal/Core/Theme/StarterKitInterface.php Allows starter kits to interact with theme generation.
StarterKitInterface.php file core/lib/Drupal/Core/Theme/StarterKitInterface.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.