ERROR_REPORTING_DISPLAY_VERBOSE

Error reporting level: display all messages, plus backtrace information. File core/includes/bootstrap.inc, line 53 Functions that need to be loaded on every Drupal request. Code const ERROR_REPORTING_DISPLAY_VERBOSE = 'verbose';

taxonomy_theme

taxonomy_theme() Implements hook_theme(). File core/modules/taxonomy/taxonomy.module, line 132 Enables the organization of content into categories. Code function taxonomy_theme() { return array( 'taxonomy_term' => array( 'render element' => 'elements', ), ); }

PageCache::lookup

protected PageCache::lookup(Request $request, $type = self::MASTER_REQUEST, $catch = TRUE) Retrieves a response from the cache or fetches it from the backend. @returns \Symfony\Component\HttpFoundation\Response $response A response object. Parameters \Symfony\Component\HttpFoundation\Request $request: A request object. int $type: The type of the request (one of HttpKernelInterface::MASTER_REQUEST or HttpKernelInterface::SUB_REQUEST) bool $catch: Whether to catch exceptions or not File core/mod

ViewsFormBase::ajaxFormWrapper

protected ViewsFormBase::ajaxFormWrapper($form_class, FormStateInterface &$form_state) Wrapper for handling AJAX forms. Wrapper around \Drupal\Core\Form\FormBuilderInterface::buildForm() to handle some AJAX stuff automatically. This makes some assumptions about the client. Parameters \Drupal\Core\Form\FormInterface|string $form_class: The value must be one of the following: The name of a class that implements \Drupal\Core\Form\FormInterface. An instance of a class that implements \Drupal\C

Rearrange::buildForm

public Rearrange::buildForm(array $form, FormStateInterface $form_state) Form constructor. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Return value array The form structure. Overrides FormInterface::buildForm File core/modules/views_ui/src/Form/Ajax/Rearrange.php, line 48 Class Rearrange Provides a rearrange form for Views handlers. Namespace Drupal\views_ui\Form\Aja

AllowToolbarPath

Cache policy for the toolbar page cache service. This policy allows caching of requests directed to /toolbar/subtrees/{hash} even for authenticated users. Hierarchy class \Drupal\toolbar\PageCache\AllowToolbarPath implements RequestPolicyInterface File core/modules/toolbar/src/PageCache/AllowToolbarPath.php, line 14 Namespace Drupal\toolbar\PageCache Members Name Modifiers Type Description AllowToolbarPath::check public function Determines whether delivery of a cached pa

Insert::__toString

public Insert::__toString() Implements PHP magic __toString method to convert the query to a string. Return value string The prepared statement. Overrides Insert::__toString File core/lib/Drupal/Core/Database/Driver/mysql/Insert.php, line 40 Class Insert MySQL implementation of \Drupal\Core\Database\Query\Insert. Namespace Drupal\Core\Database\Driver\mysql Code public function __toString() { // Create a sanitized comment string to prepend to the query. $comments = $this->connec

AuthenticationManager::$authCollector

The authentication provider collector. Type: \Drupal\Core\Authentication\AuthenticationCollectorInterface File core/lib/Drupal/Core/Authentication/AuthenticationManager.php, line 25 Class AuthenticationManager Manager for authentication. Namespace Drupal\Core\Authentication Code protected $authCollector;

Block

Defines a Block configuration entity class. Plugin annotation @ConfigEntityType( id = "block", label = @Translation("Block"), handlers = { "access" = "Drupal\block\BlockAccessControlHandler", "view_builder" = "Drupal\block\BlockViewBuilder", "list_builder" = "Drupal\block\BlockListBuilder", "form" = { "default" = "Drupal\block\BlockForm", "delete" = "Drupal\block\Form\BlockDeleteForm" } }, admin_permission = "administer blocks", entity_keys = { "i

ContentEntityType

Provides an implementation of a content entity type and its metadata. Hierarchy class \Drupal\Core\Entity\EntityType implements EntityTypeInterface uses StringTranslationTraitclass \Drupal\Core\Entity\ContentEntityType implements ContentEntityTypeInterface File core/lib/Drupal/Core/Entity/ContentEntityType.php, line 8 Namespace Drupal\Core\Entity Members Name Modifiers Type Description ContentEntityType::checkStorageClass protected function Overrides EntityType::checkSt