Search for interface

  1. Search 7.x for interface
  2. Search 9.5.x for interface
  3. Search 8.9.x for interface
  4. Search 10.3.x for interface
  5. Other projects
Title Object type File name Summary
SelectInterface::__toString function core/lib/Drupal/Core/Database/Query/SelectInterface.php Returns a string representation of how the query will be executed in SQL.
SelectionInterface interface core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionInterface.php Interface definition for Entity Reference Selection plugins.
SelectionInterface.php file core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionInterface.php
SelectionInterface::countReferenceableEntities function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionInterface.php Counts entities that are referenceable.
SelectionInterface::entityQueryAlter function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionInterface.php Allows the selection to alter the SelectQuery generated by EntityFieldQuery.
SelectionInterface::getReferenceableEntities function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionInterface.php Gets the list of referenceable entities.
SelectionInterface::validateReferenceableEntities function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionInterface.php Validates which existing entities can be referenced.
SelectionPluginManagerInterface interface core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManagerInterface.php Defines an interface for the entity reference selection plugin manager.
SelectionPluginManagerInterface.php file core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManagerInterface.php
SelectionPluginManagerInterface::getPluginId function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManagerInterface.php Gets the plugin ID for a given target entity type and base plugin ID.
SelectionPluginManagerInterface::getSelectionGroups function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManagerInterface.php Gets the selection plugins that can reference a specific entity type.
SelectionPluginManagerInterface::getSelectionHandler function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManagerInterface.php Gets the selection handler for a given entity_reference field.
SelectionWithAutocreateInterface interface core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionWithAutocreateInterface.php Interface for Selection plugins that support newly created entities.
SelectionWithAutocreateInterface.php file core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionWithAutocreateInterface.php
SelectionWithAutocreateInterface::createNewEntity function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionWithAutocreateInterface.php Creates a new entity object that can be used as a valid reference.
SelectionWithAutocreateInterface::validateReferenceableNewEntities function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionWithAutocreateInterface.php Validates which newly created entities can be referenced.
SerializationInterface interface core/lib/Drupal/Component/Serialization/SerializationInterface.php Defines an interface for serialization formats.
SerializationInterface.php file core/lib/Drupal/Component/Serialization/SerializationInterface.php
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.

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