CacheCollector::$cid

The cache id that is used for the cache entry. Type: string File core/lib/Drupal/Core/Cache/CacheCollector.php, line 31 Class CacheCollector Default implementation for CacheCollectorInterface. Namespace Drupal\Core\Cache Code protected $cid;

AdminController::create

public static AdminController::create(ContainerInterface $container) Instantiates a new instance of this class. This is a factory method that returns a new instance of this class. The factory should pass any needed dependencies into the constructor of this class, but not the container itself. Every call to this method must return a new instance of this class; that is, it may not implement a singleton. Parameters \Symfony\Component\DependencyInjection\ContainerInterface $container: The service

Registry::$themeName

The name of the theme for which to construct the registry, if given. Type: string|null File core/lib/Drupal/Core/Theme/Registry.php, line 120 Class Registry Defines the theme registry service. Namespace Drupal\Core\Theme Code protected $themeName;

AjaxResponseAttachmentsProcessor::processAttachments

public AjaxResponseAttachmentsProcessor::processAttachments(AttachmentsInterface $response) Processes the attachments of a response that has attachments. Libraries, JavaScript settings, feeds, HTML <head> tags, HTML <head> links, HTTP headers, and the HTTP status code are attached to render arrays using the #attached property. The #attached property is an associative array, where the keys are the attachment types and the values are the attached data. For example: $build['#attached']

TranslationsStream::getName

public TranslationsStream::getName() Returns the name of the stream wrapper for use in the UI. Return value string The stream wrapper name. Overrides StreamWrapperInterface::getName File core/modules/locale/src/StreamWrapper/TranslationsStream.php, line 25 Class TranslationsStream Defines a Drupal translations (translations://) stream wrapper class. Namespace Drupal\locale\StreamWrapper Code public function getName() { return t('Translation files'); }

ExecutionContext::$propertyPath

The property path leading to the current value. Type: string File core/lib/Drupal/Core/TypedData/Validation/ExecutionContext.php, line 71 Class ExecutionContext Defines an execution context class. Namespace Drupal\Core\TypedData\Validation Code protected $propertyPath = '';

EntityFieldManager::buildFieldStorageDefinitions

protected EntityFieldManager::buildFieldStorageDefinitions($entity_type_id) Builds field storage definitions for an entity type. Parameters string $entity_type_id: The entity type ID. Only entity types that implement \Drupal\Core\Entity\FieldableEntityInterface are supported Return value \Drupal\Core\Field\FieldStorageDefinitionInterface[] An array of field storage definitions, keyed by field name. File core/lib/Drupal/Core/Entity/EntityFieldManager.php, line 504 Class EntityFieldManager

RearrangeFilter

Provides a rearrange form for Views filters. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\views_ui\Form\Ajax\ViewsFormBase implements ViewsFormInterfaceclass \Drupal\views_ui\Form\Ajax\RearrangeFilter File core/modules/views_ui/src/Form/Ajax/RearrangeFilter.php, line 12 Namespace D

ActionFormBase

Provides a base form for action forms. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityForm implements EntityFormInterfaceclass \Drupal\action\ActionFormBase File core/modules/action/src/ActionFormBase.php, line 14 Namespace Drupal\action Members Name Modifiers

Url::$uri

The non-route URI. Only used if self::$unrouted is TRUE. Type: string File core/lib/Drupal/Core/Url.php, line 85 Class Url Defines an object that holds information about a URL. Namespace Drupal\Core Code protected $uri;