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
EntityDisplayWithLayoutInterface::getLayoutId function core/modules/field_layout/src/Display/EntityDisplayWithLayoutInterface.php Gets the layout plugin ID for this display.
EntityDisplayWithLayoutInterface::getLayoutSettings function core/modules/field_layout/src/Display/EntityDisplayWithLayoutInterface.php Gets the layout plugin settings for this display.
EntityDisplayWithLayoutInterface::setLayout function core/modules/field_layout/src/Display/EntityDisplayWithLayoutInterface.php Sets the layout plugin for this display.
EntityDisplayWithLayoutInterface::setLayoutId function core/modules/field_layout/src/Display/EntityDisplayWithLayoutInterface.php Sets the layout plugin ID for this display.
EntityFieldManagerInterface interface core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php Provides an interface for an entity field manager.
EntityFieldManagerInterface.php file core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php
EntityFieldManagerInterface::clearCachedFieldDefinitions function core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php Clears static and persistent field definition caches.
EntityFieldManagerInterface::getBaseFieldDefinitions function core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php Gets the base field definitions for a content entity type.
EntityFieldManagerInterface::getExtraFields function core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php Gets the "extra fields" for a bundle.
EntityFieldManagerInterface::getFieldDefinitions function core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php Gets the field definitions for a specific bundle.
EntityFieldManagerInterface::getFieldLabels function core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php Returns the labels used for a field on an entity type.
EntityFieldManagerInterface::getFieldMap function core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php Gets a lightweight map of fields across bundles.
EntityFieldManagerInterface::getFieldMapByFieldType function core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php Gets a lightweight map of fields across bundles filtered by field type.
EntityFieldManagerInterface::getFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php Gets the field storage definitions for a content entity type.
EntityFieldManagerInterface::setFieldMap function core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php Sets a lightweight map of fields across bundles.
EntityFieldManagerInterface::useCaches function core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php Disable the use of caches.
EntityFieldTest::doTestDataStructureInterfaces function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Executes the data structure interfaces tests for the given entity type.
EntityFieldTest::testDataStructureInterfaces function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Tests working with the entity based upon the TypedData API.
EntityFormBuilderInterface interface core/lib/Drupal/Core/Entity/EntityFormBuilderInterface.php Builds entity forms.
EntityFormBuilderInterface.php file core/lib/Drupal/Core/Entity/EntityFormBuilderInterface.php
EntityFormBuilderInterface::getForm function core/lib/Drupal/Core/Entity/EntityFormBuilderInterface.php Gets the built and processed entity form for the given entity.
EntityFormDisplayInterface interface core/lib/Drupal/Core/Entity/Display/EntityFormDisplayInterface.php Provides a common interface for entity form displays.
EntityFormDisplayInterface.php file core/lib/Drupal/Core/Entity/Display/EntityFormDisplayInterface.php
EntityFormDisplayInterface::buildForm function core/lib/Drupal/Core/Entity/Display/EntityFormDisplayInterface.php Adds field widgets to an entity form.
EntityFormDisplayInterface::extractFormValues function core/lib/Drupal/Core/Entity/Display/EntityFormDisplayInterface.php Extracts field values from the submitted widget values into the entity.
EntityFormDisplayInterface::flagWidgetsErrorsFromViolations function core/lib/Drupal/Core/Entity/Display/EntityFormDisplayInterface.php Flags entity validation violations as form errors.
EntityFormDisplayInterface::validateFormValues function core/lib/Drupal/Core/Entity/Display/EntityFormDisplayInterface.php Validates submitted widget values and sets the corresponding form errors.
EntityFormInterface interface core/lib/Drupal/Core/Entity/EntityFormInterface.php Defines an interface for entity form classes.
EntityFormInterface.php file core/lib/Drupal/Core/Entity/EntityFormInterface.php
EntityFormInterface::buildEntity function core/lib/Drupal/Core/Entity/EntityFormInterface.php Builds an updated entity object based upon the submitted form values.
EntityFormInterface::getEntity function core/lib/Drupal/Core/Entity/EntityFormInterface.php Gets the form entity.
EntityFormInterface::getEntityFromRouteMatch function core/lib/Drupal/Core/Entity/EntityFormInterface.php Determines which entity will be used by this form from a RouteMatch object.
EntityFormInterface::getOperation function core/lib/Drupal/Core/Entity/EntityFormInterface.php Gets the operation identifying the form.
EntityFormInterface::save function core/lib/Drupal/Core/Entity/EntityFormInterface.php Form submission handler for the 'save' action.
EntityFormInterface::setEntity function core/lib/Drupal/Core/Entity/EntityFormInterface.php Sets the form entity.
EntityFormInterface::setEntityTypeManager function core/lib/Drupal/Core/Entity/EntityFormInterface.php Sets the entity type manager for this form.
EntityFormInterface::setModuleHandler function core/lib/Drupal/Core/Entity/EntityFormInterface.php Sets the module handler for this form.
EntityFormInterface::setOperation function core/lib/Drupal/Core/Entity/EntityFormInterface.php Sets the operation for this form.
EntityFormInterface::setStringTranslation function core/lib/Drupal/Core/Entity/EntityFormInterface.php Sets the string translation service for this form.
EntityFormModeInterface interface core/lib/Drupal/Core/Entity/EntityFormModeInterface.php Provides an interface defining an entity form mode entity type.
EntityFormModeInterface.php file core/lib/Drupal/Core/Entity/EntityFormModeInterface.php
EntityHandlerInterface interface core/lib/Drupal/Core/Entity/EntityHandlerInterface.php Defines an interface for entity handlers.
EntityHandlerInterface.php file core/lib/Drupal/Core/Entity/EntityHandlerInterface.php
EntityHandlerInterface::createInstance function core/lib/Drupal/Core/Entity/EntityHandlerInterface.php Instantiates a new instance of this entity handler.
EntityInterface interface core/lib/Drupal/Core/Entity/EntityInterface.php Defines a common interface for all entity objects.
EntityInterface.php file core/lib/Drupal/Core/Entity/EntityInterface.php
EntityInterface::bundle function core/lib/Drupal/Core/Entity/EntityInterface.php Gets the bundle of the entity.
EntityInterface::create function core/lib/Drupal/Core/Entity/EntityInterface.php Constructs a new entity object, without permanently saving it.
EntityInterface::createDuplicate function core/lib/Drupal/Core/Entity/EntityInterface.php Creates a duplicate of the entity.
EntityInterface::delete function core/lib/Drupal/Core/Entity/EntityInterface.php Deletes an entity permanently.

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