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
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::generateServiceIdHash function core/lib/Drupal/Component/DependencyInjection/ContainerInterface.php Generate a unique hash for a service object.
ContainerInterface::getServiceIdMappings function core/lib/Drupal/Component/DependencyInjection/ContainerInterface.php Collect a mapping between service to ids.
ContainerInterface::getServiceIds function core/lib/Drupal/Component/DependencyInjection/ContainerInterface.php Gets all defined service IDs.
ContentEntityDenormalizer::$supportedInterfaceOrClass property core/modules/jsonapi/src/Normalizer/ContentEntityDenormalizer.php The interface or class that this Normalizer supports.
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
ContentEntityNormalizer::$supportedInterfaceOrClass property core/modules/serialization/src/Normalizer/ContentEntityNormalizer.php The interface or class that this Normalizer supports.
ContentEntityNormalizer::$supportedInterfaceOrClass property core/modules/hal/src/Normalizer/ContentEntityNormalizer.php The interface or class that this Normalizer supports.
ContentEntityStorageInterface interface core/lib/Drupal/Core/Entity/ContentEntityStorageInterface.php A storage that supports content entity types.
ContentEntityStorageInterface.php file core/lib/Drupal/Core/Entity/ContentEntityStorageInterface.php
ContentEntityStorageInterface::createWithSampleValues function core/lib/Drupal/Core/Entity/ContentEntityStorageInterface.php Creates an entity with sample field values.
ContentEntityTypeInterface interface core/lib/Drupal/Core/Entity/ContentEntityTypeInterface.php Provides an interface for a content entity type and its metadata.
ContentEntityTypeInterface.php file core/lib/Drupal/Core/Entity/ContentEntityTypeInterface.php
ContentEntityTypeInterface::getRevisionMetadataKey function core/lib/Drupal/Core/Entity/ContentEntityTypeInterface.php Gets a specific entity revision metadata key.
ContentEntityTypeInterface::getRevisionMetadataKeys function core/lib/Drupal/Core/Entity/ContentEntityTypeInterface.php Gets an array of entity revision metadata keys.

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