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 |
|---|---|---|---|
| TransliterationInterface | interface | core/ |
Defines an interface for classes providing transliteration. |
| TransliterationInterface.php | file | core/ |
|
| TransliterationInterface::removeDiacritics | function | core/ |
Removes diacritics (accents) from certain letters. |
| TransliterationInterface::transliterate | function | core/ |
Transliterates text from Unicode to US-ASCII. |
| TraversableObjectNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
| TraversableTypedDataInterface | interface | core/ |
An interface for typed data objects that can be traversed. |
| TraversableTypedDataInterface.php | file | core/ |
|
| TraversableTypedDataInterface::onChange | function | core/ |
React to changes to a child property or item. |
| TrustedCallbackInterface | interface | core/ |
Interface to declare trusted callbacks. |
| TrustedCallbackInterface.php | file | core/ |
|
| TrustedCallbackInterface::THROW_EXCEPTION | constant | core/ |
Untrusted callbacks throw exceptions. |
| TrustedCallbackInterface::TRIGGER_SILENCED_DEPRECATION | constant | core/ |
Untrusted callbacks trigger silenced E_USER_DEPRECATION errors. |
| TrustedCallbackInterface::TRIGGER_WARNING | constant | core/ |
Untrusted callbacks trigger E_USER_WARNING errors. |
| TrustedCallbackInterface::trustedCallbacks | function | core/ |
Lists the trusted callbacks provided by the implementing class. |
| TrustedInterface | interface | core/ |
|
| TwigMarkupInterfaceTest | class | core/ |
Tests Twig with MarkupInterface objects. |
| TwigMarkupInterfaceTest.php | file | core/ |
Contains \Drupal\KernelTests\Core\Theme\TwigMarkupInterfaceTest. |
| TwigMarkupInterfaceTest::$modules | property | core/ |
Modules to enable. |
| TwigMarkupInterfaceTest::providerTestMarkupInterfaceEmpty | function | core/ |
Provide test examples. |
| TwigMarkupInterfaceTest::renderObjectWithTwig | function | core/ |
|
| TwigMarkupInterfaceTest::testEmptyTranslation | function | core/ |
Tests behavior if a string is translated to become an empty string. |
| TwigMarkupInterfaceTest::testMarkupInterfaceEmpty | function | core/ |
@dataProvider providerTestMarkupInterfaceEmpty |
| TypedConfigInterface | interface | core/ |
Interface for a typed configuration object that contains multiple elements. |
| 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. |
Pagination
- Previous page
- Page 84
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.