ParamConverterManagerInterface

Provides an interface for a parameter converter manager. Hierarchy interface \Drupal\Core\ParamConverter\ParamConverterManagerInterface File core/lib/Drupal/Core/ParamConverter/ParamConverterManagerInterface.php, line 10 Namespace Drupal\Core\ParamConverter Members Name Modifiers Type Description ParamConverterManagerInterface::addConverter public function Registers a parameter converter with the manager. ParamConverterManagerInterface::convert public function In

ContentUninstallValidator

Validates module uninstall readiness based on existing content entities. Hierarchy class \Drupal\Core\Entity\ContentUninstallValidator implements ModuleUninstallValidatorInterface uses StringTranslationTrait File core/lib/Drupal/Core/Entity/ContentUninstallValidator.php, line 13 Namespace Drupal\Core\Entity Members Name Modifiers Type Description ContentUninstallValidator::$entityManager protected property The entity manager. ContentUninstallValidator::validate publi

GeneratedLink::$generatedLink

The HTML string value containing a link. Type: string File core/lib/Drupal/Core/GeneratedLink.php, line 27 Class GeneratedLink Used to return generated links, along with associated cacheability metadata. Namespace Drupal\Core Code protected $generatedLink = '';

field_purge_field

field_purge_field(FieldConfigInterface $field) Purges a field record from the database. This function assumes all data for the field has already been purged and should only be called by field_purge_batch(). Parameters $field: The field record to purge. Related topics Field API bulk data deletion Cleans up after Field API bulk deletion operations. File core/modules/field/field.purge.inc, line 140 Provides support for field data purge after mass deletion. Code function field_purge_field(Fiel

Schema::getPrefixInfo

protected Schema::getPrefixInfo($table = 'default', $add_prefix = TRUE) Get information about the table and database name from the prefix. Return value A keyed array with information about the database, table name and prefix. Overrides Schema::getPrefixInfo File core/lib/Drupal/Core/Database/Driver/mysql/Schema.php, line 51 Class Schema MySQL implementation of \Drupal\Core\Database\Schema. Namespace Drupal\Core\Database\Driver\mysql Code protected function getPrefixInfo($table = 'defa

FieldStorageAddForm::$entityManager

The entity manager. Type: \Drupal\Core\Entity\EntityManager File core/modules/field_ui/src/Form/FieldStorageAddForm.php, line 40 Class FieldStorageAddForm Provides a form for the "field storage" add page. Namespace Drupal\field_ui\Form Code protected $entityManager;

FieldModuleUninstallValidator::__construct

public FieldModuleUninstallValidator::__construct(EntityManagerInterface $entity_manager, TranslationInterface $string_translation) Constructs the object. Parameters \Drupal\Core\Entity\EntityManagerInterface $entity_manager: The entity manager. \Drupal\Core\StringTranslation\TranslationInterface $string_translation: The string translation service. File core/lib/Drupal/Core/Field/FieldModuleUninstallValidator.php, line 28 Class FieldModuleUninstallValidator Validates module uninstall read

EntityDisplayBase::$id

Unique ID for the config entity. Type: string File core/lib/Drupal/Core/Entity/EntityDisplayBase.php, line 29 Class EntityDisplayBase Provides a common base class for entity view and form displays. Namespace Drupal\Core\Entity Code protected $id;

views_ui.theme.inc

Preprocessors and theme functions for the Views UI. File core/modules/views_ui/views_ui.theme.inc Functions Name Description template_preprocess_views_ui_build_group_filter_form Prepares variables for Views UI build group filter form templates. template_preprocess_views_ui_display_tab_bucket Prepares variables for Views UI display tab bucket templates. template_preprocess_views_ui_display_tab_setting Prepares variables for Views UI display tab setting templates. template_pre

FieldDefinitionInterface::getTargetEntityTypeId

public FieldDefinitionInterface::getTargetEntityTypeId() Returns the ID of the entity type the field is attached to. This method should not be confused with EntityInterface::getEntityTypeId() (configurable fields are config entities, and thus implement both interfaces): FieldDefinitionInterface::getTargetEntityTypeId() answers "as a field, which entity type are you attached to?". EntityInterface::getEntityTypeId() answers "as a (config) entity, what is your own entity type?". Return value s