Search for interface

  1. Search 7.x for interface
  2. Search 9.5.x for interface
  3. Search 8.9.x for interface
  4. Search 10.3.x for interface
  5. Other projects
Title Object type File name Summary
TwigMarkupInterfaceTest.php file core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php
TwigMarkupInterfaceTest::$modules property core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php Modules to install.
TwigMarkupInterfaceTest::providerTestMarkupInterfaceEmpty function core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php Provide test examples.
TwigMarkupInterfaceTest::renderObjectWithTwig function core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php
TwigMarkupInterfaceTest::testEmptyTranslation function core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php Tests behavior if a string is translated to become an empty string.
TwigMarkupInterfaceTest::testMarkupInterfaceEmpty function core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php @dataProvider providerTestMarkupInterfaceEmpty
TypedConfigInterface interface core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php Interface for a typed configuration object that contains multiple elements.
TypedConfigInterface.php file core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php
TypedConfigInterface::get function core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php Gets a contained typed configuration element.
TypedConfigInterface::getElements function core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php Gets an array of contained elements.
TypedConfigInterface::isEmpty function core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php Determines whether the data structure is empty.
TypedConfigInterface::toArray function core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php Returns an array of all property values.
TypedConfigManagerInterface interface core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php Defines an interface for managing config schema type plugins.
TypedConfigManagerInterface.php file core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php
TypedConfigManagerInterface::buildDataDefinition function core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php Creates a new data definition object.
TypedConfigManagerInterface::createFromNameAndData function core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php Gets typed data for a given configuration name and its values.
TypedConfigManagerInterface::get function core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php Gets typed configuration data.
TypedConfigManagerInterface::getDefinition function core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php Gets a specific plugin definition.
TypedConfigManagerInterface::hasConfigSchema function core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php Checks if the configuration schema with the given config name exists.
TypedDataCacheableDependencyInterface interface core/tests/Drupal/Tests/Core/Plugin/Context/ContextTest.php Test interface used for mocking.
TypedDataInterface interface core/lib/Drupal/Core/TypedData/TypedDataInterface.php Interface for typed data objects.
TypedDataInterface.php file core/lib/Drupal/Core/TypedData/TypedDataInterface.php
TypedDataInterface::applyDefaultValue function core/lib/Drupal/Core/TypedData/TypedDataInterface.php Applies the default value.
TypedDataInterface::createInstance function core/lib/Drupal/Core/TypedData/TypedDataInterface.php Constructs a TypedData object given its definition and context.
TypedDataInterface::getConstraints function core/lib/Drupal/Core/TypedData/TypedDataInterface.php Gets a list of validation constraints.
TypedDataInterface::getDataDefinition function core/lib/Drupal/Core/TypedData/TypedDataInterface.php Gets the data definition.
TypedDataInterface::getName function core/lib/Drupal/Core/TypedData/TypedDataInterface.php Returns the name of a property or item.
TypedDataInterface::getParent function core/lib/Drupal/Core/TypedData/TypedDataInterface.php Returns the parent data structure; i.e. either complex data or a list.
TypedDataInterface::getPropertyPath function core/lib/Drupal/Core/TypedData/TypedDataInterface.php Returns the property path of the data.
TypedDataInterface::getRoot function core/lib/Drupal/Core/TypedData/TypedDataInterface.php Returns the root of the typed data tree.
TypedDataInterface::getString function core/lib/Drupal/Core/TypedData/TypedDataInterface.php Returns a string representation of the data.
TypedDataInterface::getValue function core/lib/Drupal/Core/TypedData/TypedDataInterface.php Gets the data value.
TypedDataInterface::setContext function core/lib/Drupal/Core/TypedData/TypedDataInterface.php Sets the context of a property or item via a context aware parent.
TypedDataInterface::setValue function core/lib/Drupal/Core/TypedData/TypedDataInterface.php Sets the data value.
TypedDataInterface::validate function core/lib/Drupal/Core/TypedData/TypedDataInterface.php Validates the currently set data value.
TypedDataManagerInterface interface core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php Defines an interface for typed data manager.
TypedDataManagerInterface.php file core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php
TypedDataManagerInterface::create function core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php Creates a new typed data object instance.
TypedDataManagerInterface::createDataDefinition function core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php Creates a new data definition object.
TypedDataManagerInterface::createInstance function core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php Instantiates a typed data object.
TypedDataManagerInterface::createListDataDefinition function core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php Creates a new list data definition for items of the given data type.
TypedDataManagerInterface::getCanonicalRepresentation function core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php Gets the canonical representation of a TypedData object.
TypedDataManagerInterface::getDefaultConstraints function core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php Gets default constraints for the given data definition.
TypedDataManagerInterface::getInstance function core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php
TypedDataManagerInterface::getPropertyInstance function core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php Get a typed data instance for a property of a given typed data object.
TypedDataManagerInterface::getValidationConstraintManager function core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php Gets the validation constraint manager.
TypedDataManagerInterface::getValidator function core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php Gets the validator for validating typed data.
TypedDataManagerInterface::setValidationConstraintManager function core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php Sets the validation constraint manager.
TypedDataManagerInterface::setValidator function core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php Sets the validator for validating typed data.
UnroutedUrlAssemblerInterface interface core/lib/Drupal/Core/Utility/UnroutedUrlAssemblerInterface.php Provides a way to build external or non Drupal local domain URLs.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.