Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 11.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| TypedConfigInterface.php | file | core/ |
|
| TypedConfigInterface::get | function | core/ |
Gets a contained typed configuration element. |
| TypedConfigInterface::getElements | function | core/ |
Gets an array of contained elements. |
| TypedConfigInterface::isEmpty | function | core/ |
Determines whether the data structure is empty. |
| TypedConfigInterface::toArray | function | core/ |
Returns an array of all property values. |
| TypedConfigManagerInterface | interface | core/ |
Defines an interface for managing config schema type plugins. |
| TypedConfigManagerInterface.php | file | core/ |
|
| TypedConfigManagerInterface::buildDataDefinition | function | core/ |
Creates a new data definition object. |
| TypedConfigManagerInterface::createFromNameAndData | function | core/ |
Gets typed data for a given configuration name and its values. |
| TypedConfigManagerInterface::get | function | core/ |
Gets typed configuration data. |
| TypedConfigManagerInterface::getDefinition | function | core/ |
Gets a specific plugin definition. |
| TypedConfigManagerInterface::hasConfigSchema | function | core/ |
Checks if the configuration schema with the given config name exists. |
| TypedDataCacheableDependencyInterface | interface | core/ |
Test interface used for mocking. |
| TypedDataInterface | interface | core/ |
Interface for typed data objects. |
| TypedDataInterface.php | file | core/ |
|
| TypedDataInterface::applyDefaultValue | function | core/ |
Applies the default value. |
| TypedDataInterface::createInstance | function | core/ |
Constructs a TypedData object given its definition and context. |
| TypedDataInterface::getConstraints | function | core/ |
Gets a list of validation constraints. |
| TypedDataInterface::getDataDefinition | function | core/ |
Gets the data definition. |
| TypedDataInterface::getName | function | core/ |
Returns the name of a property or item. |
| TypedDataInterface::getParent | function | core/ |
Returns the parent data structure; i.e. either complex data or a list. |
| TypedDataInterface::getPropertyPath | function | core/ |
Returns the property path of the data. |
| TypedDataInterface::getRoot | function | core/ |
Returns the root of the typed data tree. |
| TypedDataInterface::getString | function | core/ |
Returns a string representation of the data. |
| TypedDataInterface::getValue | function | core/ |
Gets the data value. |
| TypedDataInterface::setContext | function | core/ |
Sets the context of a property or item via a context aware parent. |
| TypedDataInterface::setValue | function | core/ |
Sets the data value. |
| TypedDataInterface::validate | function | core/ |
Validates the currently set data value. |
| TypedDataManagerInterface | interface | core/ |
Defines an interface for typed data manager. |
| TypedDataManagerInterface.php | file | core/ |
|
| TypedDataManagerInterface::create | function | core/ |
Creates a new typed data object instance. |
| TypedDataManagerInterface::createDataDefinition | function | core/ |
Creates a new data definition object. |
| TypedDataManagerInterface::createInstance | function | core/ |
Instantiates a typed data object. |
| TypedDataManagerInterface::createListDataDefinition | function | core/ |
Creates a new list data definition for items of the given data type. |
| TypedDataManagerInterface::getCanonicalRepresentation | function | core/ |
Gets the canonical representation of a TypedData object. |
| TypedDataManagerInterface::getDefaultConstraints | function | core/ |
Gets default constraints for the given data definition. |
| TypedDataManagerInterface::getInstance | function | core/ |
|
| TypedDataManagerInterface::getPropertyInstance | function | core/ |
Get a typed data instance for a property of a given typed data object. |
| TypedDataManagerInterface::getValidationConstraintManager | function | core/ |
Gets the validation constraint manager. |
| TypedDataManagerInterface::getValidator | function | core/ |
Gets the validator for validating typed data. |
| TypedDataManagerInterface::setValidationConstraintManager | function | core/ |
Sets the validation constraint manager. |
| TypedDataManagerInterface::setValidator | function | core/ |
Sets the validator for validating typed data. |
| UnroutedUrlAssemblerInterface | interface | core/ |
Provides a way to build external or non Drupal local domain URLs. |
| UnroutedUrlAssemblerInterface.php | file | core/ |
|
| UnroutedUrlAssemblerInterface::assemble | function | core/ |
Builds a domain-local or external URL from a URI. |
| UpdateFetcherInterface | interface | core/ |
Fetches project information from remote locations. |
| UpdateFetcherInterface.php | file | core/ |
|
| UpdateFetcherInterface::buildFetchUrl | function | core/ |
Generates the URL to fetch information about project updates. |
| UpdateFetcherInterface::fetchProjectData | function | core/ |
Retrieves the project information. |
| UpdateFetcherInterface::FETCH_PENDING | constant | core/ |
We need to (re)fetch available update data for this project. |
Pagination
- Previous page
- Page 85
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.