Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EditorSelectorInterface | interface | core/ |
Interface for selecting an in-place editor (an Editor plugin) for a field. |
| EditorSelectorInterface.php | file | core/ |
|
| EditorSelectorInterface::getEditor | function | core/ |
Returns the in-place editor (an InPlaceEditor plugin) to use for a field. |
| EditorSelectorInterface::getEditorAttachments | function | core/ |
Returns the attachments for all editors. |
| EditorXssFilterInterface | interface | core/ |
Defines an interface for text editor XSS (Cross-site scripting) filters. |
| EditorXssFilterInterface.php | file | core/ |
|
| EditorXssFilterInterface::filterXss | function | core/ |
Filters HTML to prevent XSS attacks when a user edits it in a text editor. |
| ElementInfoManagerInterface | interface | core/ |
Collects available render array element types. |
| ElementInfoManagerInterface.php | file | core/ |
|
| ElementInfoManagerInterface::getInfo | function | core/ |
Retrieves the default properties for the defined element type. |
| ElementInfoManagerInterface::getInfoProperty | function | core/ |
Retrieves a single property for the defined element type. |
| ElementInterface | interface | core/ |
Provides an interface for render element plugins. |
| ElementInterface | interface | core/ |
Provides an interface for configuration translation form elements. |
| ElementInterface.php | file | core/ |
|
| ElementInterface.php | file | core/ |
|
| ElementInterface::create | function | core/ |
Creates a form element instance from a schema definition. |
| ElementInterface::getInfo | function | core/ |
Returns the element properties for this element. |
| ElementInterface::getTranslationBuild | function | core/ |
Builds a render array containing the source and translation form elements. |
| ElementInterface::setAttributes | function | core/ |
Sets a form element's class attribute. |
| ElementInterface::setConfig | function | core/ |
Sets configuration based on a nested form value array. |
| EmailValidatorInterface | interface | core/ |
Validates email addresses. |
| EmailValidatorInterface.php | file | core/ |
|
| EmailValidatorInterface::isValid | function | core/ |
Validates an email address. |
| EnhancerInterface | interface | core/ |
A route enhance service to determine route enhance rules. |
| EnhancerInterface.php | file | core/ |
|
| EntityAccessControlHandlerInterface | interface | core/ |
Defines an interface for entity access control handlers. |
| EntityAccessControlHandlerInterface.php | file | core/ |
|
| EntityAccessControlHandlerInterface::access | function | core/ |
Checks access to an operation on a given entity or entity translation. |
| EntityAccessControlHandlerInterface::createAccess | function | core/ |
Checks access to create an entity. |
| EntityAccessControlHandlerInterface::fieldAccess | function | core/ |
Checks access to an operation on a given entity field. |
| EntityAccessControlHandlerInterface::resetCache | function | core/ |
Clears all cached access checks. |
| EntityAccessControlHandlerInterface::setModuleHandler | function | core/ |
Sets the module handler for this access control handler. |
| EntityAccessDeniedHttpExceptionNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
| EntityAutocompleteMatcherInterface | interface | core/ |
|
| EntityAutocompleteMatcherInterface.php | file | core/ |
|
| EntityAutocompleteMatcherInterface::getMatches | function | core/ |
Gets matched labels based on a given search string. |
| EntityBundleListenerInterface | interface | core/ |
An interface for reacting to entity bundle creation and deletion. |
| EntityBundleListenerInterface.php | file | core/ |
|
| EntityBundleListenerInterface::onBundleCreate | function | core/ |
Reacts to a bundle being created. |
| EntityBundleListenerInterface::onBundleDelete | function | core/ |
Reacts to a bundle being deleted. |
| EntityChangedInterface | interface | core/ |
Defines an interface for entity change timestamp tracking. |
| EntityChangedInterface.php | file | core/ |
|
| EntityChangedInterface::getChangedTime | function | core/ |
Gets the timestamp of the last entity change for the current translation. |
| EntityChangedInterface::getChangedTimeAcrossTranslations | function | core/ |
Gets the timestamp of the last entity change across all translations. |
| EntityChangedInterface::setChangedTime | function | core/ |
Sets the timestamp of the last entity change for the current translation. |
| EntityConstraintViolationListInterface | interface | core/ |
Interface for the result of entity validation. |
| EntityConstraintViolationListInterface.php | file | core/ |
|
| EntityConstraintViolationListInterface::filterByFieldAccess | function | core/ |
Filters this violation list to apply for accessible fields only. |
| EntityConstraintViolationListInterface::filterByFields | function | core/ |
Filters this violation list by the given fields. |
| EntityConstraintViolationListInterface::getByField | function | core/ |
Gets the violations of the given field. |
Pagination
- Previous page
- Page 25
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.