SearchPageFormBase::__construct

public SearchPageFormBase::__construct(QueryFactory $entity_query, SearchPageRepositoryInterface $search_page_repository) Constructs a new search form. Parameters \Drupal\Core\Entity\Query\QueryFactory $entity_query: The entity query. \Drupal\search\SearchPageRepositoryInterface $search_page_repository: The search page repository. File core/modules/search/src/Form/SearchPageFormBase.php, line 53 Class SearchPageFormBase Provides a base form for search pages. Namespace Drupal\search\For

BatchNegotiator::determineActiveTheme

public BatchNegotiator::determineActiveTheme(RouteMatchInterface $route_match) Determine the active theme for the request. Parameters \Drupal\Core\Routing\RouteMatchInterface $route_match: The current route match object. Return value string|null The name of the theme, or NULL if other negotiators, like the configured default one, should be used instead. Overrides ThemeNegotiatorInterface::determineActiveTheme File core/modules/system/src/Theme/BatchNegotiator.php, line 52 Class BatchNegot

SelectExtender::$placeholder

The placeholder counter. File core/lib/Drupal/Core/Database/Query/SelectExtender.php, line 34 Class SelectExtender The base extender class for Select queries. Namespace Drupal\Core\Database\Query Code protected $placeholder = 0;

LinkManagerBase::$linkDomain

Link domain used for type links URIs. Type: string File core/modules/rest/src/LinkManager/LinkManagerBase.php, line 15 Class LinkManagerBase Defines an abstract base-class for REST link manager objects. Namespace Drupal\rest\LinkManager Code protected $linkDomain;

StringBase::addLocation

public StringBase::addLocation($type, $name) Adds a location for this string. Parameters string $type: Location type that may be any arbitrary string. Types used in Drupal core are: 'javascript', 'path', 'code', 'configuration'. string $name: Location name. Drupal path in case of online discovered translations, file path in case of imported strings, configuration name for strings that come from configuration, etc. Return value $this Overrides StringInterface::addLocation File core/modules/loc

Registry::completeSuggestion

protected Registry::completeSuggestion($hook, array &$cache) Completes the definition of the requested suggestion hook. Parameters string $hook: The name of the suggestion hook to complete. array $cache: The theme registry, as documented in \Drupal\Core\Theme\Registry::processExtension(). File core/lib/Drupal/Core/Theme/Registry.php, line 596 Class Registry Defines the theme registry service. Namespace Drupal\Core\Theme Code protected function completeSuggestion($hook, array &

Registry::getRuntime

public Registry::getRuntime() Returns the incomplete, runtime theme registry. Return value \Drupal\Core\Utility\ThemeRegistry A shared instance of the ThemeRegistry class, provides an ArrayObject that allows it to be accessed with array syntax and isset(), and is more lightweight than the full registry. File core/lib/Drupal/Core/Theme/Registry.php, line 239 Class Registry Defines the theme registry service. Namespace Drupal\Core\Theme Code public function getRuntime() { $this->in

Database::getConnection

final public static Database::getConnection($target = 'default', $key = NULL) Gets the connection object for the specified database key and target. Parameters string $target: The database target name. string $key: The database connection key. Defaults to NULL which means the active key. Return value \Drupal\Core\Database\Connection The corresponding connection object. File core/lib/Drupal/Core/Database/Database.php, line 150 Class Database Primary front-controller for the database system

MachineName

Provides a machine name render element. Provides a form element to enter a machine name, which is validated to ensure that the name is unique and does not contain disallowed characters. The element may be automatically populated via JavaScript when used in conjunction with a separate "source" form element (typically specifying the human-readable name). As the user types text into the source element, the JavaScript converts all values to lower case, replaces any remaining disallowed characters w

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;