AssetResolver::getJsSettingsAssets

protected AssetResolver::getJsSettingsAssets(AttachedAssetsInterface $assets) Returns the JavaScript settings assets for this response's libraries. Gathers all drupalSettings from all libraries in the attached assets collection and merges them. Parameters \Drupal\Core\Asset\AttachedAssetsInterface $assets: The assets attached to the current response. Return value array A (possibly optimized) collection of JavaScript assets. File core/lib/Drupal/Core/Asset/AssetResolver.php, line 194 Class

MenuLinkInterface::getFormClass

public MenuLinkInterface::getFormClass() Returns the name of a class that can build an editing form for this link. To instantiate the form class, use an instance of the \Drupal\Core\DependencyInjection\ClassResolverInterface, such as from the class_resolver service. Then call the setMenuLinkInstance() method on the form instance with the menu link plugin instance. @todo Add a code example. https://www.drupal.org/node/2302849 Return value string A class that implements \Drupal\Core\Menu\Form\Me

MenuLinkInterface::getRouteParameters

public MenuLinkInterface::getRouteParameters() Returns the route parameters, if available. Return value array An array of parameter names and values. File core/lib/Drupal/Core/Menu/MenuLinkInterface.php, line 119 Class MenuLinkInterface Defines an interface for classes providing a type of menu link. Namespace Drupal\Core\Menu Code public function getRouteParameters();

EntityDisplayModeBase::$targetEntityType

The entity type this form or view mode is used for. This is not to be confused with EntityDisplayModeBase::$entityType which is inherited from Entity::$entityType. Type: string File core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php, line 35 Class EntityDisplayModeBase Base class for config entity types with settings for form and view modes. Namespace Drupal\Core\Entity Code protected $targetEntityType;

Config::$settingsOverrides

The current settings overrides. Type: array File core/lib/Drupal/Core/Config/Config.php, line 50 Class Config Defines the default configuration object. Namespace Drupal\Core\Config Code protected $settingsOverrides;

RdfMappingInterface::getPreparedFieldMapping

public RdfMappingInterface::getPreparedFieldMapping($field_name) Gets the prepared mapping for a field. The prepared field mapping should be used when outputting data in RDF serializations such as RDFa. In the prepared mapping, the mapping configuration's CURIE arrays are processed into CURIE strings suitable for output. Parameters string $field_name: The name of the field. Return value array The prepared field mapping, or an empty array if there is no mapping. File core/modules/rdf/src/RdfMa

drupal_check_module

drupal_check_module($module) Checks a module's requirements. Parameters $module: Machine name of module to check. Return value TRUE or FALSE, depending on whether the requirements are met. File core/includes/install.inc, line 994 API functions for installing modules and themes. Code function drupal_check_module($module) { module_load_install($module); // Check requirements $requirements = \Drupal::moduleHandler()->invoke($module, 'requirements', array('install')); if (is_array($r

StringInterface::setString

public StringInterface::setString($string) Sets the string contained in this object. Parameters string $string: String to set as value. Return value $this File core/modules/locale/src/StringInterface.php, line 62 Class StringInterface Defines the locale string interface. Namespace Drupal\locale Code public function setString($string);

TwigPhpStorageCache::$cache

The cache object used for auto-refresh via mtime. Type: \Drupal\Core\Cache\CacheBackendInterface File core/lib/Drupal/Core/Template/TwigPhpStorageCache.php, line 25 Class TwigPhpStorageCache Provides an alternate cache storage for Twig using PhpStorage. Namespace Drupal\Core\Template Code protected $cache;

Update

MySQL implementation of \Drupal\Core\Database\Query\Update. Hierarchy class \Drupal\Core\Database\Query\Query implements PlaceholderInterfaceclass \Drupal\Core\Database\Query\Update implements ConditionInterface uses QueryConditionTraitclass \Drupal\Core\Database\Driver\mysql\Update File core/lib/Drupal/Core/Database/Driver/mysql/Update.php, line 10 Namespace Drupal\Core\Database\Driver\mysql Members Name Modifiers Type Description Query::$comments protected property A