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
ConfigurableLanguageManagerInterface::rebuildServices function core/modules/language/src/ConfigurableLanguageManagerInterface.php Rebuild the container to register services needed on multilingual sites.
ConfigurableLanguageManagerInterface::saveLanguageTypesConfiguration function core/modules/language/src/ConfigurableLanguageManagerInterface.php Stores language types configuration.
ConfigurableLanguageManagerInterface::setNegotiator function core/modules/language/src/ConfigurableLanguageManagerInterface.php Injects the language negotiator.
ConfigurableLanguageManagerInterface::updateLockedLanguageWeights function core/modules/language/src/ConfigurableLanguageManagerInterface.php Updates locked system language weights.
ConfigurableSearchPluginInterface interface core/modules/search/src/Plugin/ConfigurableSearchPluginInterface.php Provides an interface for a configurable Search plugin.
ConfigurableSearchPluginInterface.php file core/modules/search/src/Plugin/ConfigurableSearchPluginInterface.php
ConfigurableSearchPluginInterface::setSearchPageId function core/modules/search/src/Plugin/ConfigurableSearchPluginInterface.php Sets the ID for the search page using this plugin.
ConfirmFormInterface interface core/lib/Drupal/Core/Form/ConfirmFormInterface.php Defines the behavior a confirmation form.
ConfirmFormInterface.php file core/lib/Drupal/Core/Form/ConfirmFormInterface.php
ConfirmFormInterface::getCancelText function core/lib/Drupal/Core/Form/ConfirmFormInterface.php Returns a caption for the link which cancels the action.
ConfirmFormInterface::getCancelUrl function core/lib/Drupal/Core/Form/ConfirmFormInterface.php Returns the route to go to if the user cancels the action.
ConfirmFormInterface::getConfirmText function core/lib/Drupal/Core/Form/ConfirmFormInterface.php Returns a caption for the button that confirms the action.
ConfirmFormInterface::getDescription function core/lib/Drupal/Core/Form/ConfirmFormInterface.php Returns additional text to display as a description.
ConfirmFormInterface::getFormName function core/lib/Drupal/Core/Form/ConfirmFormInterface.php Returns the internal name used to refer to the confirmation item.
ConfirmFormInterface::getQuestion function core/lib/Drupal/Core/Form/ConfirmFormInterface.php Returns the question to ask the user.
ContactFormInterface interface core/modules/contact/src/ContactFormInterface.php Provides an interface defining a contact form entity.
ContactFormInterface.php file core/modules/contact/src/ContactFormInterface.php
ContactFormInterface::getMessage function core/modules/contact/src/ContactFormInterface.php Returns the message to be displayed to user.
ContactFormInterface::getRecipients function core/modules/contact/src/ContactFormInterface.php Returns list of recipient email addresses.
ContactFormInterface::getRedirectPath function core/modules/contact/src/ContactFormInterface.php Returns the path for redirect.
ContactFormInterface::getRedirectUrl function core/modules/contact/src/ContactFormInterface.php Returns the \Drupal\Core\Url object for redirect path.
ContactFormInterface::getReply function core/modules/contact/src/ContactFormInterface.php Returns an auto-reply message to send to the message author.
ContactFormInterface::getWeight function core/modules/contact/src/ContactFormInterface.php Returns the weight of this category (used for sorting).
ContactFormInterface::setMessage function core/modules/contact/src/ContactFormInterface.php Sets the message to be displayed to the user.
ContactFormInterface::setRecipients function core/modules/contact/src/ContactFormInterface.php Sets list of recipient email addresses.
ContactFormInterface::setRedirectPath function core/modules/contact/src/ContactFormInterface.php Sets the redirect path.
ContactFormInterface::setReply function core/modules/contact/src/ContactFormInterface.php Sets an auto-reply message to send to the message author.
ContactFormInterface::setWeight function core/modules/contact/src/ContactFormInterface.php Sets the weight.
ContainerDeriverInterface interface core/lib/Drupal/Core/Plugin/Discovery/ContainerDeriverInterface.php Creates additional plugin definitions.
ContainerDeriverInterface.php file core/lib/Drupal/Core/Plugin/Discovery/ContainerDeriverInterface.php
ContainerDeriverInterface::create function core/lib/Drupal/Core/Plugin/Discovery/ContainerDeriverInterface.php Creates a new class instance.
ContainerFactoryPluginInterface interface core/lib/Drupal/Core/Plugin/ContainerFactoryPluginInterface.php Defines an interface for pulling plugin dependencies from the container.
ContainerFactoryPluginInterface.php file core/lib/Drupal/Core/Plugin/ContainerFactoryPluginInterface.php
ContainerFactoryPluginInterface::create function core/lib/Drupal/Core/Plugin/ContainerFactoryPluginInterface.php Creates an instance of the plugin.
ContainerInjectionInterface interface core/lib/Drupal/Core/DependencyInjection/ContainerInjectionInterface.php Defines a common interface for dependency container injection.
ContainerInjectionInterface.php file core/lib/Drupal/Core/DependencyInjection/ContainerInjectionInterface.php
ContainerInjectionInterface::create function core/lib/Drupal/Core/DependencyInjection/ContainerInjectionInterface.php Instantiates a new instance of this class.
ContainerInterface interface core/lib/Drupal/Component/DependencyInjection/ContainerInterface.php The interface for Drupal service container classes.
ContainerInterface.php file core/lib/Drupal/Component/DependencyInjection/ContainerInterface.php
ContainerInterface::getServiceIds function core/lib/Drupal/Component/DependencyInjection/ContainerInterface.php Gets all defined service IDs.
ContentEntityFormInterface interface core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php Defines a common interface for content entity form classes.
ContentEntityFormInterface.php file core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php
ContentEntityFormInterface::getFormDisplay function core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php Gets the form display.
ContentEntityFormInterface::getFormLangcode function core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php Gets the code identifying the active form language.
ContentEntityFormInterface::isDefaultFormLangcode function core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php Checks whether the current form language matches the entity one.
ContentEntityFormInterface::setFormDisplay function core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php Sets the form display.
ContentEntityFormInterface::validateForm function core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php Note that extending classes should not override this method to add entity
validation logic, but define further validation constraints using the
entity validation API and/or provide a new validation constraint if
necessary. This is the only way to…
ContentEntityInterface interface core/lib/Drupal/Core/Entity/ContentEntityInterface.php Defines a common interface for all content entity objects.
ContentEntityInterface.php file core/lib/Drupal/Core/Entity/ContentEntityInterface.php
ContentEntityStorageInterface interface core/lib/Drupal/Core/Entity/ContentEntityStorageInterface.php A storage that supports content entity types.

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