Condition::$arguments

Array of arguments. Type: array File core/lib/Drupal/Core/Database/Query/Condition.php, line 25 Class Condition Generic class for a series of conditions in a query. Namespace Drupal\Core\Database\Query Code protected $arguments = array();

Connection::$prefixReplace

List of replacement values for use in prefixTables(). Type: array File core/lib/Drupal/Core/Database/Connection.php, line 134 Class Connection Base Database API class. Namespace Drupal\Core\Database Code protected $prefixReplace = array();

PathBasedBreadcrumbBuilder::$titleResolver

The title resolver. Type: \Drupal\Core\Controller\TitleResolverInterface File core/modules/system/src/PathBasedBreadcrumbBuilder.php, line 73 Class PathBasedBreadcrumbBuilder Class to define the menu_link breadcrumb builder. Namespace Drupal\system Code protected $titleResolver;

UrlGeneratorInterface::generateFromRoute

public UrlGeneratorInterface::generateFromRoute($name, $parameters = array(), $options = array(), $collect_bubbleable_metadata = FALSE) Generates a URL or path for a specific route based on the given parameters. Parameters that reference placeholders in the route pattern will be substituted for them in the pattern. Extra params are added as query strings to the URL. @internal Should not be used in user code. Use \Drupal\Core\Url instead. Parameters string|\Symfony\Component\Routing\Route $name

AggregatorController

Returns responses for aggregator module routes. Hierarchy class \Drupal\Core\Controller\ControllerBase implements ContainerInjectionInterface uses LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\aggregator\Controller\AggregatorController File core/modules/aggregator/src/Controller/AggregatorController.php, line 15 Namespace Drupal\aggregator\Controller Members Name Modifiers Type Description AggregatorCo

TwigExtension

A class providing Drupal Twig extensions. This provides a Twig extension that registers various Drupal-specific extensions to Twig, specifically Twig functions, filter, and node visitors. Hierarchy class \Drupal\Core\Template\TwigExtension extends \Twig_Extension See also \Drupal\Core\CoreServiceProvider File core/lib/Drupal/Core/Template/TwigExtension.php, line 26 Namespace Drupal\Core\Template Members Name Modifiers Type Description TwigExtension::$dateFormatter protected

ContentModerationState::baseFieldDefinitions

public static ContentModerationState::baseFieldDefinitions(EntityTypeInterface $entity_type) Provides base field definitions for an entity type. Implementations typically use the class \Drupal\Core\Field\BaseFieldDefinition for creating the field definitions; for example a 'name' field could be defined as the following: $fields['name'] = BaseFieldDefinition::create('string') ->setLabel(t('Name')); By definition, base fields are fields that exist for every bundle. To provide definitions f

ContentModerationState

Defines the Content moderation state entity. Plugin annotation @ContentEntityType( id = "content_moderation_state", label = @Translation("Content moderation state"), label_singular = @Translation("content moderation state"), label_plural = @Translation("content moderation states"), label_count = @PluralTranslation( singular = "@count content moderation state", plural = "@count content moderation states" ), handlers = { "storage_schema" = "Drupal\content_moderation\Cont

MenuLinkManager::getChildIds

public MenuLinkManager::getChildIds($id) Loads all child link IDs of a given menu link, regardless of visibility. This method is mostly useful for testing. Parameters string $id: The menu link plugin ID. Return value array An unordered array of IDs representing the IDs of all children, or NULL if the ID is invalid. Overrides MenuLinkManagerInterface::getChildIds File core/lib/Drupal/Core/Menu/MenuLinkManager.php, line 326 Class MenuLinkManager Manages discovery, instantiation, and tree b

ForumManager::LEAST_POPULAR_FIRST

Forum sort order, posts with the least comments first. File core/modules/forum/src/ForumManager.php, line 43 Class ForumManager Provides forum manager service. Namespace Drupal\forum Code const LEAST_POPULAR_FIRST = 4;