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
LinkItemInterface::getUrl function core/modules/link/src/LinkItemInterface.php Gets the URL object.
LinkItemInterface::isExternal function core/modules/link/src/LinkItemInterface.php Determines if a link is external.
LinkItemInterface::LINK_EXTERNAL constant core/modules/link/src/LinkItemInterface.php Specifies whether the field supports only external URLs.
LinkItemInterface::LINK_GENERIC constant core/modules/link/src/LinkItemInterface.php Specifies whether the field supports both internal and external URLs.
LinkItemInterface::LINK_INTERNAL constant core/modules/link/src/LinkItemInterface.php Specifies whether the field supports only internal URLs.
LinkRelationTypeInterface interface core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php Defines a single link relation type.
LinkRelationTypeInterface.php file core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php
LinkRelationTypeInterface::getDescription function core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php Returns the link relation type description.
LinkRelationTypeInterface::getExtensionUri function core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php Returns the extension link relation type URI.
LinkRelationTypeInterface::getNotes function core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php Returns some extra notes/comments about this link relation type.
LinkRelationTypeInterface::getReference function core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php Returns the URL pointing to the reference of the link relation type.
LinkRelationTypeInterface::getRegisteredName function core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php Returns the registered link relation type name.
LinkRelationTypeInterface::isExtension function core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php Indicates whether this link relation type is of the 'extension' kind.
LinkRelationTypeInterface::isRegistered function core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php Indicates whether this link relation type is of the 'registered' kind.
ListDataDefinitionInterface interface core/lib/Drupal/Core/TypedData/ListDataDefinitionInterface.php Interface for data definitions of lists.
ListDataDefinitionInterface.php file core/lib/Drupal/Core/TypedData/ListDataDefinitionInterface.php
ListDataDefinitionInterface::createFromItemType function core/lib/Drupal/Core/TypedData/ListDataDefinitionInterface.php Creates a new list data definition for items of the given data type.
ListDataDefinitionInterface::getItemDefinition function core/lib/Drupal/Core/TypedData/ListDataDefinitionInterface.php Gets the data definition of an item of the list.
ListInterface interface core/lib/Drupal/Core/TypedData/ListInterface.php Interface for a list of typed data.
ListInterface.php file core/lib/Drupal/Core/TypedData/ListInterface.php
ListInterface::appendItem function core/lib/Drupal/Core/TypedData/ListInterface.php Appends a new item to the list.
ListInterface::filter function core/lib/Drupal/Core/TypedData/ListInterface.php Filters the items in the list using a custom callback.
ListInterface::first function core/lib/Drupal/Core/TypedData/ListInterface.php Returns the first item in this list.
ListInterface::get function core/lib/Drupal/Core/TypedData/ListInterface.php Returns the item at the specified position in this list.
ListInterface::getDataDefinition function core/lib/Drupal/Core/TypedData/ListInterface.php Gets the data definition.
ListInterface::getItemDefinition function core/lib/Drupal/Core/TypedData/ListInterface.php Gets the definition of a contained item.
ListInterface::isEmpty function core/lib/Drupal/Core/TypedData/ListInterface.php Determines whether the list contains any non-empty items.
ListInterface::removeItem function core/lib/Drupal/Core/TypedData/ListInterface.php Removes the item at the specified position.
ListInterface::set function core/lib/Drupal/Core/TypedData/ListInterface.php Sets the value of the item at a given position in the list.
LocalActionInterface interface core/lib/Drupal/Core/Menu/LocalActionInterface.php Defines an interface for menu local actions.
LocalActionInterface.php file core/lib/Drupal/Core/Menu/LocalActionInterface.php
LocalActionInterface::getOptions function core/lib/Drupal/Core/Menu/LocalActionInterface.php Returns options for rendering a link for the local action.
LocalActionInterface::getRouteName function core/lib/Drupal/Core/Menu/LocalActionInterface.php Get the route name from the settings.
LocalActionInterface::getRouteParameters function core/lib/Drupal/Core/Menu/LocalActionInterface.php Returns the route parameters needed to render a link for the local action.
LocalActionInterface::getTitle function core/lib/Drupal/Core/Menu/LocalActionInterface.php Returns the localized title to be shown for this action.
LocalActionInterface::getWeight function core/lib/Drupal/Core/Menu/LocalActionInterface.php Returns the weight for the local action.
LocalActionManagerInterface interface core/lib/Drupal/Core/Menu/LocalActionManagerInterface.php Manages discovery and instantiation of menu local action plugins.
LocalActionManagerInterface.php file core/lib/Drupal/Core/Menu/LocalActionManagerInterface.php
LocalActionManagerInterface::getActionsForRoute function core/lib/Drupal/Core/Menu/LocalActionManagerInterface.php Finds all local actions that appear on a named route.
LocalActionManagerInterface::getTitle function core/lib/Drupal/Core/Menu/LocalActionManagerInterface.php Gets the title for a local action.
LocaleProjectStorageInterface interface core/modules/locale/src/LocaleProjectStorageInterface.php Defines the locale project storage interface.
LocaleProjectStorageInterface.php file core/modules/locale/src/LocaleProjectStorageInterface.php
LocaleProjectStorageInterface::countProjects function core/modules/locale/src/LocaleProjectStorageInterface.php Returns the count of project records.
LocaleProjectStorageInterface::delete function core/modules/locale/src/LocaleProjectStorageInterface.php Deletes project records for a given key.
LocaleProjectStorageInterface::deleteAll function core/modules/locale/src/LocaleProjectStorageInterface.php Deletes all projects records.
LocaleProjectStorageInterface::deleteMultiple function core/modules/locale/src/LocaleProjectStorageInterface.php Deletes multiple project records.
LocaleProjectStorageInterface::disableAll function core/modules/locale/src/LocaleProjectStorageInterface.php Mark all projects as disabled.
LocaleProjectStorageInterface::get function core/modules/locale/src/LocaleProjectStorageInterface.php Returns the stored value for a given key.
LocaleProjectStorageInterface::getAll function core/modules/locale/src/LocaleProjectStorageInterface.php Returns all the project records.
LocaleProjectStorageInterface::getMultiple function core/modules/locale/src/LocaleProjectStorageInterface.php Returns a list of project records.

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