403Webshell
Server IP : 195.130.67.5  /  Your IP : 216.73.217.154
Web Server : Microsoft-IIS/10.0
System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586
User : IUSR ( 0)
PHP Version : 7.4.19
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /Old Sites/enoikio/core/modules/block_content/src/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /Old Sites/enoikio/core/modules/block_content/src/BlockContentEvents.php
<?php

namespace Drupal\block_content;

/**
 * Defines events for the block_content module.
 *
 * @see \Drupal\block_content\Event\BlockContentGetDependencyEvent
 *
 * @internal
 */
final class BlockContentEvents {

  /**
   * Name of the event when getting the dependency of a non-reusable block.
   *
   * This event allows modules to provide a dependency for non-reusable block
   * access if
   * \Drupal\block_content\Access\DependentAccessInterface::getAccessDependency()
   * did not return a dependency during access checking.
   *
   * @Event
   *
   * @see \Drupal\block_content\Event\BlockContentGetDependencyEvent
   * @see \Drupal\block_content\BlockContentAccessControlHandler::checkAccess()
   *
   * @var string
   */
  const BLOCK_CONTENT_GET_DEPENDENCY = 'block_content.get_dependency';

}

Youez - 2016 - github.com/yon3zu
LinuXploit