ThemeHandler::getThemeDirectories

public ThemeHandler::getThemeDirectories() Returns an array of directories for all installed themes. Useful for tasks such as finding a file that exists in all theme directories. Return value array Overrides ThemeHandlerInterface::getThemeDirectories File core/lib/Drupal/Core/Extension/ThemeHandler.php, line 459 Class ThemeHandler Default theme handler using the config system to store installation statuses. Namespace Drupal\Core\Extension Code public function getThemeDirectories() {

node.views_execution.inc

Provide views runtime hooks for node.module. File core/modules/node/node.views_execution.inc Functions Name Description node_views_analyze Implements hook_views_analyze(). node_views_query_substitutions Implements hook_views_query_substitutions().

EntityAutocompleteController::__construct

public EntityAutocompleteController::__construct(EntityAutocompleteMatcher $matcher, KeyValueStoreInterface $key_value) Constructs a EntityAutocompleteController object. Parameters \Drupal\Core\Entity\EntityAutocompleteMatcher $matcher: The autocomplete matcher for entity references. \Drupal\Core\KeyValueStore\KeyValueStoreInterface $key_value: The key value factory. File core/modules/system/src/Controller/EntityAutocompleteController.php, line 44 Class EntityAutocompleteController Define

NodeAddAccessCheck::__construct

public NodeAddAccessCheck::__construct(EntityManagerInterface $entity_manager) Constructs a EntityCreateAccessCheck object. Parameters \Drupal\Core\Entity\EntityManagerInterface $entity_manager: The entity manager. File core/modules/node/src/Access/NodeAddAccessCheck.php, line 31 Class NodeAddAccessCheck Determines access to for node add pages. Namespace Drupal\node\Access Code public function __construct(EntityManagerInterface $entity_manager) { $this->entityManager = $entity_ma

ConfigNamesMapper::getContextualLinkGroup

public ConfigNamesMapper::getContextualLinkGroup() Returns the name of the contextual link group to add contextual links to. Return value string|null A contextual link group name or null if no link should be added. Overrides ConfigMapperInterface::getContextualLinkGroup File core/modules/config_translation/src/ConfigNamesMapper.php, line 481 Class ConfigNamesMapper Configuration mapper base implementation. Namespace Drupal\config_translation Code public function getContextualLinkGroup

SiteConfigureForm::$sitePath

The site path. Type: string File core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php, line 23 Class SiteConfigureForm Provides the site configuration form. Namespace Drupal\Core\Installer\Form Code protected $sitePath;

ConfigNamesMapper::getDeleteRoute

public ConfigNamesMapper::getDeleteRoute() Returns the route object for the translation deletion route. Return value \Symfony\Component\Routing\Route The route object for the translation page. Overrides ConfigMapperInterface::getDeleteRoute File core/modules/config_translation/src/ConfigNamesMapper.php, line 332 Class ConfigNamesMapper Configuration mapper base implementation. Namespace Drupal\config_translation Code public function getDeleteRoute() { $route = new Route( $this->

Statement::$allowRowCount

Is rowCount() execution allowed. Type: bool File core/lib/Drupal/Core/Database/Statement.php, line 32 Class Statement Default implementation of StatementInterface. Namespace Drupal\Core\Database Code public $allowRowCount = FALSE;

NodeAddAccessCheck::access

public NodeAddAccessCheck::access(AccountInterface $account, NodeTypeInterface $node_type = NULL) Checks access to the node add page for the node type. Parameters \Drupal\Core\Session\AccountInterface $account: The currently logged in account. \Drupal\node\NodeTypeInterface $node_type: (optional) The node type. If not specified, access is allowed if there exists at least one node type for which the user may create a node. Return value string A \Drupal\Core\Access\AccessInterface constant valu

BigPipe::filterEmbeddedResponse

protected BigPipe::filterEmbeddedResponse(Request $fake_request, Response $embedded_response) Filters the given embedded response, using the cumulative AJAX page state. Parameters \Symfony\Component\HttpFoundation\Request $fake_request: A fake subrequest that contains the cumulative AJAX page state of the HTML document and all preceding Embedded HTML or AJAX responses. \Symfony\Component\HttpFoundation\Response|\Drupal\Core\Render\HtmlResponse|\Drupal\Core\Ajax\AjaxResponse $embedded_response: