locale.compare.inc

The API for comparing project translation status with available translation. File core/modules/locale/locale.compare.inc Functions Name Description locale_translation_batch_status_build Builds a batch to get the status of remote and local translation files. locale_translation_build_projects Builds list of projects and stores the result in the database. locale_translation_check_projects Check for the latest release of project translations. locale_translation_check_projects_ba

drupal_current_script_url

drupal_current_script_url($query = array()) Returns the URL of the current script, with modified query parameters. This function can be called by low-level scripts (such as install.php and update.php) and returns the URL of the current script. Existing query parameters are preserved by default, but new ones can optionally be merged in. This function is used when the script must maintain certain query parameters over multiple page requests in order to work correctly. In such cases (for example,

BatchStorage::$csrfToken

The CSRF token generator. Type: \Drupal\Core\Access\CsrfTokenGenerator File core/lib/Drupal/Core/Batch/BatchStorage.php, line 36 Class BatchStorage Namespace Drupal\Core\Batch Code protected $csrfToken;

QueryFactory::getAggregate

public QueryFactory::getAggregate(EntityTypeInterface $entity_type, $conjunction) Instantiates an aggregation query object for a given entity type. Parameters \Drupal\Core\Entity\EntityTypeInterface $entity_type: The entity type definition. string $conjunction: AND: all of the conditions on the query need to match. OR: at least one of the conditions on the query need to match. Return value \Drupal\Core\Entity\Query\QueryAggregateInterface The query object that can query the given entity t

Constraint::$type

An array of DataType plugin IDs for which this constraint applies. Valid values are any types registered by the typed data API, or an array of multiple type names. For supporting all types, FALSE may be specified. The key defaults to an empty array, which indicates no types are supported. Type: string|string[]|false See also \Drupal\Core\TypedData\Annotation\DataType File core/lib/Drupal/Core/Validation/Annotation/Constraint.php, line 50 Class Constraint Defines a validation constraint an

NullBackend::removeBin

public NullBackend::removeBin() Remove a cache bin. Overrides CacheBackendInterface::removeBin File core/lib/Drupal/Core/Cache/NullBackend.php, line 90 Class NullBackend Defines a stub cache implementation. Namespace Drupal\Core\Cache Code public function removeBin() { }

table.html.twig

Default theme implementation to display a table. Available variables: attributes: HTML attributes to apply to the <table> tag. caption: A localized string for the <caption> tag. colgroups: Column groups. Each group contains the following properties: attributes: HTML attributes to apply to the <col> tag. Note: Drupal currently supports only one table header row, see https://www.drupal.org/node/893530 and http://api.drupal.org/api/drupal/includes!theme.inc/function/theme_tab

PhpTransliteration::$dataDirectory

Directory where data for transliteration resides. The constructor sets this (by default) to subdirectory 'data' underneath the directory where the class's PHP file resides. Type: string File core/lib/Drupal/Component/Transliteration/PhpTransliteration.php, line 34 Class PhpTransliteration Implements transliteration without using the PECL extensions. Namespace Drupal\Component\Transliteration Code protected $dataDirectory;

RouteMatch::$routeName

The route name. Type: string File core/lib/Drupal/Core/Routing/RouteMatch.php, line 20 Class RouteMatch Default object representing the results of routing. Namespace Drupal\Core\Routing Code protected $routeName;

AggregatorParser

Defines a Plugin annotation object for aggregator parser plugins. Plugin Namespace: Plugin\aggregator\parser For a working example, see \Drupal\aggregator\Plugin\aggregator\parser\DefaultParser Hierarchy class \Drupal\Component\Annotation\Plugin implements AnnotationInterfaceclass \Drupal\aggregator\Annotation\AggregatorParser See also \Drupal\aggregator\Plugin\AggregatorPluginManager \Drupal\aggregator\Plugin\ParserInterface \Drupal\aggregator\Plugin\AggregatorPluginSettingsBase Plugin AP