CacheTagsInvalidator::getInvalidatorCacheBins

protected CacheTagsInvalidator::getInvalidatorCacheBins() Returns all cache bins that need to be notified about invalidations. Return value \Drupal\Core\Cache\CacheTagsInvalidatorInterface[] An array of cache backend objects that implement the invalidator interface, keyed by their cache bin. File core/lib/Drupal/Core/Cache/CacheTagsInvalidator.php, line 68 Class CacheTagsInvalidator Passes cache tag events to classes that wish to respond to them. Namespace Drupal\Core\Cache Code prote

DiffFormatter::_changed

protected DiffFormatter::_changed($orig, $closing) File core/lib/Drupal/Component/Diff/DiffFormatter.php, line 181 Class DiffFormatter A class to format Diffs Namespace Drupal\Component\Diff Code protected function _changed($orig, $closing) { $this->_deleted($orig); echo "---\n"; $this->_added($closing); }

SiteSettingsForm::validateForm

public SiteSettingsForm::validateForm(array &$form, FormStateInterface $form_state) Form validation handler. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Overrides FormBase::validateForm File core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php, line 150 Class SiteSettingsForm Provides a form to configure and rewrite settings.php. Namespace Drupal\Core\Installe

ViewExecutable::build

public ViewExecutable::build($display_id = NULL) Builds the query for the view. Parameters string $display_id: The display ID of the view. Return value bool|null TRUE if the view build process was successful, FALSE if setting the display fails or NULL if the view has been built already. File core/modules/views/src/ViewExecutable.php, line 1183 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public function build($display_id = NULL) { if (!empty($this-

StringDatabaseStorage::checkVersion

protected StringDatabaseStorage::checkVersion($string, $version) Checks whether the string version matches a given version, fix it if not. Parameters \Drupal\locale\StringInterface $string: The string object. string $version: Drupal version to check against. File core/modules/locale/src/StringDatabaseStorage.php, line 174 Class StringDatabaseStorage Defines a class to store localized strings in the database. Namespace Drupal\locale Code protected function checkVersion($string, $versio

PoStreamWriter::$_fd

File handle of the current PO stream. Type: resource File core/lib/Drupal/Component/Gettext/PoStreamWriter.php, line 29 Class PoStreamWriter Defines a Gettext PO stream writer. Namespace Drupal\Component\Gettext Code private $_fd;

ViewsSearchQuery::conditionReplaceString

ViewsSearchQuery::conditionReplaceString($search, $replace, &$condition) Replaces the original condition with a custom one from views recursively. Parameters string $search: The searched value. string $replace: The value which replaces the search value. array $condition: The query conditions array in which the string is replaced. This is an item from a \Drupal\Core\Database\Query\Condition::conditions array, which must have a 'field' element. File core/modules/search/src/ViewsSearchQuery.p

ForumManager::getTopics

public ForumManager::getTopics($tid, AccountInterface $account) Gets list of forum topics. Parameters int $tid: Term ID. \Drupal\Core\Session\AccountInterface $account: Account to fetch topics for. Return value array Array with keys 'topics' and 'header'. Overrides ForumManagerInterface::getTopics File core/modules/forum/src/ForumManager.php, line 133 Class ForumManager Provides forum manager service. Namespace Drupal\forum Code public function getTopics($tid, AccountInterface $accou

CurrentRouteMatch::getParameters

public CurrentRouteMatch::getParameters() Returns the bag of all processed route parameters. Raw URL parameters are processed by the parameter conversion system, which does operations such as converting entity ID parameters to fully-loaded entities. For example, the path node/12345 would have a raw node ID parameter value of 12345, while the processed parameter value would be the corresponding loaded node object. Return value \Symfony\Component\HttpFoundation\ParameterBag The parameter bag. Ov

ViewsSearchQuery::publicParseSearchExpression

public ViewsSearchQuery::publicParseSearchExpression() Executes and returns the protected parseSearchExpression method. File core/modules/search/src/ViewsSearchQuery.php, line 56 Class ViewsSearchQuery Extends the core SearchQuery to be able to gets its protected values. Namespace Drupal\search Code public function publicParseSearchExpression() { return $this->parseSearchExpression(); }