Search for interface
- Search 7.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ConfirmFormInterface::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
| ConfirmFormInterface::getDescription | function | core/ |
Returns additional text to display as a description. |
| ConfirmFormInterface::getFormName | function | core/ |
Returns the internal name used to refer to the confirmation item. |
| ConfirmFormInterface::getQuestion | function | core/ |
Returns the question to ask the user. |
| ContactFormInterface | interface | core/ |
Provides an interface defining a contact form entity. |
| ContactFormInterface.php | file | core/ |
|
| ContactFormInterface::getMessage | function | core/ |
Returns the message to be displayed to user. |
| ContactFormInterface::getRecipients | function | core/ |
Returns list of recipient email addresses. |
| ContactFormInterface::getRedirectPath | function | core/ |
Returns the path for redirect. |
| ContactFormInterface::getRedirectUrl | function | core/ |
Returns the \Drupal\Core\Url object for redirect path. |
| ContactFormInterface::getReply | function | core/ |
Returns an auto-reply message to send to the message author. |
| ContactFormInterface::getWeight | function | core/ |
Returns the weight of this category (used for sorting). |
| ContactFormInterface::setMessage | function | core/ |
Sets the message to be displayed to the user. |
| ContactFormInterface::setRecipients | function | core/ |
Sets list of recipient email addresses. |
| ContactFormInterface::setRedirectPath | function | core/ |
Sets the redirect path. |
| ContactFormInterface::setReply | function | core/ |
Sets an auto-reply message to send to the message author. |
| ContactFormInterface::setWeight | function | core/ |
Sets the weight. |
| ContainerDeriverInterface | interface | core/ |
Creates additional plugin definitions. |
| ContainerDeriverInterface.php | file | core/ |
|
| ContainerDeriverInterface::create | function | core/ |
Creates a new class instance. |
| ContainerFactoryPluginInterface | interface | core/ |
Defines an interface for pulling plugin dependencies from the container. |
| ContainerFactoryPluginInterface.php | file | core/ |
|
| ContainerFactoryPluginInterface::create | function | core/ |
Creates an instance of the plugin. |
| ContainerInjectionInterface | interface | core/ |
Defines a common interface for dependency container injection. |
| ContainerInjectionInterface.php | file | core/ |
|
| ContainerInjectionInterface::create | function | core/ |
Instantiates a new instance of this class. |
| ContainerInterface | interface | core/ |
The interface for Drupal service container classes. |
| ContainerInterface.php | file | core/ |
|
| ContainerInterface::generateServiceIdHash | function | core/ |
Generate a unique hash for a service object. |
| ContainerInterface::getServiceIdMappings | function | core/ |
Collect a mapping between service to ids. |
| ContainerInterface::getServiceIds | function | core/ |
Gets all defined service IDs. |
| ContentEntityDenormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
| ContentEntityFormInterface | interface | core/ |
Defines a common interface for content entity form classes. |
| ContentEntityFormInterface.php | file | core/ |
|
| ContentEntityFormInterface::getFormDisplay | function | core/ |
Gets the form display. |
| ContentEntityFormInterface::getFormLangcode | function | core/ |
Gets the code identifying the active form language. |
| ContentEntityFormInterface::isDefaultFormLangcode | function | core/ |
Checks whether the current form language matches the entity one. |
| ContentEntityFormInterface::setFormDisplay | function | core/ |
Sets the form display. |
| ContentEntityFormInterface::validateForm | function | core/ |
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/ |
Defines a common interface for all content entity objects. |
| ContentEntityInterface.php | file | core/ |
|
| ContentEntityNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
| ContentEntityNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
| ContentEntityStorageInterface | interface | core/ |
A storage that supports content entity types. |
| ContentEntityStorageInterface.php | file | core/ |
|
| ContentEntityStorageInterface::createWithSampleValues | function | core/ |
Creates an entity with sample field values. |
| ContentEntityTypeInterface | interface | core/ |
Provides an interface for a content entity type and its metadata. |
| ContentEntityTypeInterface.php | file | core/ |
|
| ContentEntityTypeInterface::getRevisionMetadataKey | function | core/ |
Gets a specific entity revision metadata key. |
| ContentEntityTypeInterface::getRevisionMetadataKeys | function | core/ |
Gets an array of entity revision metadata keys. |
Pagination
- Previous page
- Page 16
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.