EntityTypeManager::hasHandler

public EntityTypeManager::hasHandler($entity_type, $handler_type) Checks whether a certain entity type has a certain handler. Parameters string $entity_type: The name of the entity type. string $handler_type: The name of the handler. Return value bool Returns TRUE if the entity type has the handler, else FALSE. Overrides EntityTypeManagerInterface::hasHandler File core/lib/Drupal/Core/Entity/EntityTypeManager.php, line 157 Class EntityTypeManager Manages entity type plugin definitions.

ExtensionInstallStorage::$includeProfile

Flag to include the profile in the list of enabled modules. Type: bool File core/lib/Drupal/Core/Config/ExtensionInstallStorage.php, line 28 Class ExtensionInstallStorage Storage to access configuration and schema in enabled extensions. Namespace Drupal\Core\Config Code protected $includeProfile = TRUE;

ContentTranslationMetadataWrapper::setChangedTime

public ContentTranslationMetadataWrapper::setChangedTime($timestamp) Sets the translation modification timestamp. The metadata field will be updated, only if it's translatable. Parameters int $timestamp: The UNIX timestamp of when the translation was last modified. Return value $this Overrides ContentTranslationMetadataWrapperInterface::setChangedTime File core/modules/content_translation/src/ContentTranslationMetadataWrapper.php, line 130 Class ContentTranslationMetadataWrapper Base cla

REQUIREMENT_ERROR

Requirement severity -- Error condition; abort installation. File core/includes/install.inc, line 34 API functions for installing modules and themes. Code const REQUIREMENT_ERROR = 2;

EntityDisplayFormBase

Base class for EntityDisplay edit forms. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityForm implements EntityFormInterfaceclass \Drupal\field_ui\Form\EntityDisplayFormBase File core/modules/field_ui/src/Form/EntityDisplayFormBase.php, line 21 Namespace Drupal\field

ArrayElement

Defines a generic configuration element that contains multiple properties. Hierarchy class \Drupal\Core\TypedData\TypedData implements PluginInspectionInterface, TypedDataInterface uses StringTranslationTrait, TypedDataTraitclass \Drupal\Core\Config\Schema\Elementclass \Drupal\Core\Config\Schema\ArrayElement implements \IteratorAggregate, TypedConfigInterface File core/lib/Drupal/Core/Config/Schema/ArrayElement.php, line 8 Namespace Drupal\Core\Config\Schema Members Name Modifiers

comment.module

Enables users to comment on published content. When installed, the Comment module creates a field that facilitates a discussion board for each Drupal entity to which a comment field is attached. Users can post comments to discuss a forum topic, story, collaborative book page, user etc. File core/modules/comment/comment.module Functions Name Description comment_cron Implements hook_cron(). comment_entity_extra_field_info Implements hook_entity_extra_field_info(). comment_entity_i

EntityListController

Defines a generic controller to list entities. Hierarchy class \Drupal\Core\Controller\ControllerBase implements ContainerInjectionInterface uses LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\Core\Entity\Controller\EntityListController File core/lib/Drupal/Core/Entity/Controller/EntityListController.php, line 10 Namespace Drupal\Core\Entity\Controller Members Name Modifiers Type Description ControllerB

_user_mail_notify

_user_mail_notify($op, $account, $langcode = NULL) Conditionally create and send a notification email when a certain operation happens on the given user account. Parameters string $op: The operation being performed on the account. Possible values: 'register_admin_created': Welcome message for user created by the admin. 'register_no_approval_required': Welcome message when user self-registers. 'register_pending_approval': Welcome message, user pending admin approval. 'password_reset': Passw

PathProcessorAlias::processOutbound

public PathProcessorAlias::processOutbound($path, &$options = array(), Request $request = NULL, BubbleableMetadata $bubbleable_metadata = NULL) Processes the outbound path. Parameters string $path: The path to process, with a leading slash. array $options: (optional) An associative array of additional options, with the following elements: 'query': An array of query key/value-pairs (without any URL-encoding) to append to the URL. 'fragment': A fragment identifier (named anchor) to append