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 |
|---|---|---|---|
| ContextualLinkInterface.php | file | core/ |
|
| ContextualLinkInterface::getGroup | function | core/ |
Returns the group this contextual link should be rendered in. |
| ContextualLinkInterface::getOptions | function | core/ |
Returns the link options passed to the link generator. |
| ContextualLinkInterface::getRouteName | function | core/ |
Returns the route name of the contextual link. |
| ContextualLinkInterface::getTitle | function | core/ |
Returns the localized title to be shown for this contextual link. |
| ContextualLinkInterface::getWeight | function | core/ |
Returns the weight of the contextual link. |
| ContextualLinkManagerInterface | interface | core/ |
Provides an object which returns the available contextual links. |
| ContextualLinkManagerInterface.php | file | core/ |
|
| ContextualLinkManagerInterface::getContextualLinkPluginsByGroup | function | core/ |
Gets the contextual link plugins by contextual link group. |
| ContextualLinkManagerInterface::getContextualLinksArrayByGroup | function | core/ |
Gets the contextual links prepared as expected by links.html.twig. |
| ContextualValidatorInterface | interface | core/ |
Extends the contextual validator validate method by a new parameter. |
| ContextualValidatorInterface.php | file | core/ |
|
| ContextualValidatorInterface::validate | function | core/ |
Validates a value against a constraint or a list of constraints. |
| ControllerResolverInterface | interface | core/ |
Extends the ControllerResolverInterface from symfony. |
| ControllerResolverInterface.php | file | core/ |
|
| ControllerResolverInterface::getControllerFromDefinition | function | core/ |
Returns the Controller instance with a given controller route definition. |
| CountryManagerInterface | interface | core/ |
Defines a common interface for country managers. |
| CountryManagerInterface.php | file | core/ |
|
| CountryManagerInterface::getList | function | core/ |
Returns a list of country code => country name pairs. |
| CronInterface | interface | core/ |
An interface for running cron tasks. |
| CronInterface.php | file | core/ |
|
| CronInterface::run | function | core/ |
Executes a cron run. |
| DataDefinitionInterface | interface | core/ |
Interface for data definitions. |
| DataDefinitionInterface.php | file | core/ |
|
| DataDefinitionInterface::addConstraint | function | core/ |
Adds a validation constraint. |
| DataDefinitionInterface::createFromDataType | function | core/ |
Creates a new data definition object. |
| DataDefinitionInterface::getClass | function | core/ |
Returns the class used for creating the typed data object. |
| DataDefinitionInterface::getConstraint | function | core/ |
Returns a validation constraint. |
| DataDefinitionInterface::getConstraints | function | core/ |
Returns an array of validation constraints. |
| DataDefinitionInterface::getDataType | function | core/ |
Returns the data type of the data. |
| DataDefinitionInterface::getDescription | function | core/ |
Returns a human readable description. |
| DataDefinitionInterface::getLabel | function | core/ |
Returns a human readable label. |
| DataDefinitionInterface::getSetting | function | core/ |
Returns the value of a given setting. |
| DataDefinitionInterface::getSettings | function | core/ |
Returns the array of settings, as required by the used class. |
| DataDefinitionInterface::isComputed | function | core/ |
Determines whether the data value is computed. |
| DataDefinitionInterface::isInternal | function | core/ |
Determines whether the data value is internal. |
| DataDefinitionInterface::isList | function | core/ |
Returns whether the data is multi-valued, i.e. a list of data items. |
| DataDefinitionInterface::isReadOnly | function | core/ |
Determines whether the data is read-only. |
| DataDefinitionInterface::isRequired | function | core/ |
Determines whether a data value is required. |
| DataReferenceDefinitionInterface | interface | core/ |
Interface for typed data references. |
| DataReferenceDefinitionInterface.php | file | core/ |
|
| DataReferenceDefinitionInterface::getTargetDefinition | function | core/ |
Gets the data definition of the referenced data. |
| DataReferenceInterface | interface | core/ |
Interface for typed data references. |
| DataReferenceInterface.php | file | core/ |
|
| DataReferenceInterface::getTarget | function | core/ |
Gets the referenced data. |
| DataReferenceInterface::getTargetIdentifier | function | core/ |
Gets the identifier of the referenced data. |
| DateFormatInterface | interface | core/ |
Provides an interface defining a date format. |
| DateFormatInterface.php | file | core/ |
|
| DateFormatInterface::getPattern | function | core/ |
Gets the date pattern string for this format. |
| DateFormatInterface::isLocked | function | core/ |
Determines if this date format is locked. |
Pagination
- Previous page
- Page 20
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.