Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
DynamicallyFieldableEntityStorageSchemaInterface::requiresFieldDataMigration | function | core/ |
Checks if existing data would be lost if the schema changes were applied. |
DynamicallyFieldableEntityStorageSchemaInterface::requiresFieldStorageSchemaChanges | function | core/ |
Checks if the changes to the storage definition requires schema changes. |
EditorInterface | interface | core/ |
Provides an interface defining a text editor entity. |
EditorInterface.php | file | core/ |
|
EditorInterface::getEditor | function | core/ |
Returns the associated text editor plugin ID. |
EditorInterface::getFilterFormat | function | core/ |
Returns the filter format this text editor is associated with. |
EditorInterface::getImageUploadSettings | function | core/ |
Returns the image upload settings. |
EditorInterface::getSettings | function | core/ |
Returns the text editor plugin-specific settings. |
EditorInterface::hasAssociatedFilterFormat | function | core/ |
Returns whether this text editor has an associated filter format. |
EditorInterface::setEditor | function | core/ |
Set the text editor plugin ID. |
EditorInterface::setImageUploadSettings | function | core/ |
Sets the image upload settings. |
EditorInterface::setSettings | function | core/ |
Sets the text editor plugin-specific settings. |
EditorPluginInterface | interface | core/ |
Defines an interface for configurable text editors. |
EditorPluginInterface.php | file | core/ |
|
EditorPluginInterface::getDefaultSettings | function | core/ |
Returns the default settings for this configurable text editor. |
EditorPluginInterface::getJSSettings | function | core/ |
Returns JavaScript settings to be attached. |
EditorPluginInterface::getLibraries | function | core/ |
Returns libraries to be attached. |
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/ |
|
EnhancerInterface::enhance | function | core/ |
Updates the defaults for a route definition based on the request. |
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. |
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. |
Pagination
- Previous page
- Page 27
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.