Search for definition

  1. Search 7.x for definition
  2. Search 9.5.x for definition
  3. Search 8.9.x for definition
  4. Search 10.3.x for definition
  5. Other projects
Title Object type File name Summary
FieldStorageDefinitionInterface::getLabel function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns the human-readable label for the field.
FieldStorageDefinitionInterface::getMainPropertyName function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns the name of the main property, if any.
FieldStorageDefinitionInterface::getName function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns the machine name of the field.
FieldStorageDefinitionInterface::getOptionsProvider function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Gets an options provider for the given field item property.
FieldStorageDefinitionInterface::getPropertyDefinition function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Gets the definition of a contained property.
FieldStorageDefinitionInterface::getPropertyDefinitions function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Gets an array of property definitions of contained properties.
FieldStorageDefinitionInterface::getPropertyNames function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns the names of the field's subproperties.
FieldStorageDefinitionInterface::getProvider function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns the name of the provider of this field.
FieldStorageDefinitionInterface::getSchema function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns the field schema.
FieldStorageDefinitionInterface::getSetting function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns the value of a given storage setting.
FieldStorageDefinitionInterface::getSettings function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns the storage settings.
FieldStorageDefinitionInterface::getTargetEntityTypeId function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns the ID of the entity type the field is attached to.
FieldStorageDefinitionInterface::getType function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns the field type.
FieldStorageDefinitionInterface::getUniqueStorageIdentifier function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns a unique identifier for the field storage.
FieldStorageDefinitionInterface::hasCustomStorage function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns the storage behavior for this field.
FieldStorageDefinitionInterface::isBaseField function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Determines whether the field is a base field.
FieldStorageDefinitionInterface::isDeleted function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns whether the field is deleted or not.
FieldStorageDefinitionInterface::isMultiple function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns whether the field can contain multiple items.
FieldStorageDefinitionInterface::isRevisionable function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns whether the field storage is revisionable.
FieldStorageDefinitionInterface::isTranslatable function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns whether the field supports translation.
FieldStorageDefinitionInterface::setTranslatable function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Sets whether the field supports translation.
FieldStorageDefinitionListener class core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php Reacts to field storage definition CRUD on behalf of the Entity system.
FieldStorageDefinitionListener.php file core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php
FieldStorageDefinitionListener::$deletedFieldsRepository property core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php The deleted fields repository.
FieldStorageDefinitionListener::$entityFieldManager property core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php The entity field manager.
FieldStorageDefinitionListener::$entityLastInstalledSchemaRepository property core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php The entity definition manager.
FieldStorageDefinitionListener::$entityTypeManager property core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php The entity type manager.
FieldStorageDefinitionListener::$eventDispatcher property core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php The event dispatcher.
FieldStorageDefinitionListener::onFieldStorageDefinitionCreate function core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php Reacts to the creation of a field storage definition.
FieldStorageDefinitionListener::onFieldStorageDefinitionDelete function core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php Reacts to the deletion of a field storage definition.
FieldStorageDefinitionListener::onFieldStorageDefinitionUpdate function core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php Reacts to the update of a field storage definition.
FieldStorageDefinitionListener::__construct function core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php Constructs a new FieldStorageDefinitionListener.
FieldStorageDefinitionListenerInterface interface core/lib/Drupal/Core/Field/FieldStorageDefinitionListenerInterface.php Defines an interface for reacting to field storage definition creation, deletion, and updates.
FieldStorageDefinitionListenerInterface.php file core/lib/Drupal/Core/Field/FieldStorageDefinitionListenerInterface.php
FieldStorageDefinitionListenerInterface::onFieldStorageDefinitionCreate function core/lib/Drupal/Core/Field/FieldStorageDefinitionListenerInterface.php Reacts to the creation of a field storage definition.
FieldStorageDefinitionListenerInterface::onFieldStorageDefinitionDelete function core/lib/Drupal/Core/Field/FieldStorageDefinitionListenerInterface.php Reacts to the deletion of a field storage definition.
FieldStorageDefinitionListenerInterface::onFieldStorageDefinitionUpdate function core/lib/Drupal/Core/Field/FieldStorageDefinitionListenerInterface.php Reacts to the update of a field storage definition.
FieldStorageDefinitionUpdateForbiddenException class core/lib/Drupal/Core/Entity/Exception/FieldStorageDefinitionUpdateForbiddenException.php Exception thrown when a storage definition update is forbidden.
FieldStorageDefinitionUpdateForbiddenException.php file core/lib/Drupal/Core/Entity/Exception/FieldStorageDefinitionUpdateForbiddenException.php
FieldTest::testDefineOptionsWithDefaultFormatterOnFieldDefinition function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php @covers ::defineOptions
FieldTestHooks::fieldInfoEntityTypeUiDefinitionsAlter function core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php Implements hook_field_info_entity_type_ui_definitions_alter().
FieldTestItem::propertyDefinitions function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php Defines field item properties.
FieldTimeIntervalTest::schemaDefinition function core/modules/views/tests/src/Kernel/Handler/FieldTimeIntervalTest.php Returns the schema definition.
FieldTypeCategoryManager::alterDefinitions function core/lib/Drupal/Core/Field/FieldTypeCategoryManager.php Invokes the hook to alter the definitions if the alter hook is set.
FieldTypePluginManager::getEntityTypeUiDefinitions function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Get the field type definitions that can be added via UI for an entity type.
FieldTypePluginManager::getGroupedDefinitions function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Gets sorted field type definitions grouped by category.
FieldTypePluginManager::getUiDefinitions function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Gets the definition of all field types that can be added via UI.
FieldTypePluginManager::processDefinition function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Performs extra processing on plugin definitions.
FieldTypePluginManagerInterface::getEntityTypeUiDefinitions function core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php Get the field type definitions that can be added via UI for an entity type.
FieldTypePluginManagerInterface::getUiDefinitions function core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php Gets the definition of all field types that can be added via UI.

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