Search for interface

  1. Search 7.x for interface
  2. Search 8.9.x for interface
  3. Search 10.3.x for interface
  4. Search 11.x for interface
  5. Other projects
Title Object type File name Summary
FieldDefinitionInterface interface core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Defines an interface for entity field definitions.
FieldDefinitionInterface.php file core/lib/Drupal/Core/Field/FieldDefinitionInterface.php
FieldDefinitionInterface::getConfig function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Gets an object that can be saved in configuration.
FieldDefinitionInterface::getDefaultValue function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Returns the default value for the field in a newly created entity.
FieldDefinitionInterface::getDefaultValueCallback function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Returns the default value callback for the field.
FieldDefinitionInterface::getDefaultValueLiteral function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Returns the default value literal for the field.
FieldDefinitionInterface::getDisplayOptions function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Returns the default display options for the field.
FieldDefinitionInterface::getFieldStorageDefinition function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Returns the field storage definition.
FieldDefinitionInterface::getName function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Returns the machine name of the field.
FieldDefinitionInterface::getTargetBundle function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Gets the bundle the field is attached to.
FieldDefinitionInterface::getTargetEntityTypeId function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Returns the ID of the entity type the field is attached to.
FieldDefinitionInterface::getType function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Returns the field type.
FieldDefinitionInterface::getUniqueIdentifier function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Returns a unique identifier for the field.
FieldDefinitionInterface::isDisplayConfigurable function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Returns whether the display for the field can be configured.
FieldDefinitionInterface::isRequired function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Returns whether the field can be empty.
FieldDefinitionInterface::isTranslatable function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Returns whether the field is translatable.
FieldDefinitionListenerInterface interface core/lib/Drupal/Core/Field/FieldDefinitionListenerInterface.php Defines an interface for reacting to field creation, deletion, and updates.
FieldDefinitionListenerInterface.php file core/lib/Drupal/Core/Field/FieldDefinitionListenerInterface.php
FieldDefinitionListenerInterface::onFieldDefinitionCreate function core/lib/Drupal/Core/Field/FieldDefinitionListenerInterface.php Reacts to the creation of a field.
FieldDefinitionListenerInterface::onFieldDefinitionDelete function core/lib/Drupal/Core/Field/FieldDefinitionListenerInterface.php Reacts to the deletion of a field.
FieldDefinitionListenerInterface::onFieldDefinitionUpdate function core/lib/Drupal/Core/Field/FieldDefinitionListenerInterface.php Reacts to the update of a field.
FieldDiscoveryInterface interface core/modules/migrate_drupal/src/FieldDiscoveryInterface.php Provides field discovery for Drupal 6 & 7 migrations.
FieldDiscoveryInterface.php file core/modules/migrate_drupal/src/FieldDiscoveryInterface.php
FieldDiscoveryInterface::addAllFieldProcesses function core/modules/migrate_drupal/src/FieldDiscoveryInterface.php Adds the field processes to a migration.
FieldDiscoveryInterface::addBundleFieldProcesses function core/modules/migrate_drupal/src/FieldDiscoveryInterface.php Adds the field processes for a bundle to a migration.
FieldDiscoveryInterface::addEntityFieldProcesses function core/modules/migrate_drupal/src/FieldDiscoveryInterface.php Adds the field processes for an entity to a migration.
FieldDiscoveryInterface::DRUPAL_6 constant core/modules/migrate_drupal/src/FieldDiscoveryInterface.php
FieldDiscoveryInterface::DRUPAL_7 constant core/modules/migrate_drupal/src/FieldDiscoveryInterface.php
FieldHandlerInterface interface core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Base field handler that has no options and renders an unformatted field.
FieldHandlerInterface.php file core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php
FieldHandlerInterface::advancedRender function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Renders a field using advanced settings.
FieldHandlerInterface::clickSort function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Adds an ORDER BY clause to the query for click sort columns.
FieldHandlerInterface::clickSortable function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Determines if this field is click sortable.
FieldHandlerInterface::elementClasses function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Returns the class of the field.
FieldHandlerInterface::elementLabelClasses function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Returns the class of the field's label.
FieldHandlerInterface::elementLabelType function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Returns an HTML element for the label based upon the field's element type.
FieldHandlerInterface::elementType function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Returns an HTML element based upon the field's element type.
FieldHandlerInterface::elementWrapperClasses function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Returns the class of the field's wrapper.
FieldHandlerInterface::elementWrapperType function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Returns an HTML element for the wrapper based upon the field's element type.
FieldHandlerInterface::getElements function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Provides a list of elements valid for field HTML.
FieldHandlerInterface::getEntity function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Gets the entity matching the current row and relationship.
FieldHandlerInterface::getRenderTokens function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Gets the 'render' tokens to use for advanced rendering.
FieldHandlerInterface::getValue function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Gets the value that's supposed to be rendered.
FieldHandlerInterface::isValueEmpty function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Checks if a field value is empty.
FieldHandlerInterface::label function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Gets this field's label.
FieldHandlerInterface::postRender function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Runs after every field has been rendered.
FieldHandlerInterface::preRender function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Runs before any fields are rendered.
FieldHandlerInterface::render function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Renders the field.
FieldHandlerInterface::renderText function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Performs an advanced text render for the item.
FieldHandlerInterface::theme function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Renders row values using $this->themeFunctions() as #theme.

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