OpenDialogCommand::$dialogOptions

Stores dialog-specific options passed directly to jQuery UI dialogs. Any jQuery UI option can be used. See http://api.jqueryui.com/dialog. Type: array File core/lib/Drupal/Core/Ajax/OpenDialogCommand.php, line 45 Class OpenDialogCommand Defines an AJAX command to open certain content in a dialog. Namespace Drupal\Core\Ajax Code protected $dialogOptions;

OpenDialogCommand::$content

The content for the dialog. Either a render array or an HTML string. Type: string|array File core/lib/Drupal/Core/Ajax/OpenDialogCommand.php, line 37 Class OpenDialogCommand Defines an AJAX command to open certain content in a dialog. Namespace Drupal\Core\Ajax Code protected $content;

OpenDialogCommand

Defines an AJAX command to open certain content in a dialog. Hierarchy class \Drupal\Core\Ajax\OpenDialogCommand implements CommandInterface, CommandWithAttachedAssetsInterface uses CommandWithAttachedAssetsTrait Related topics Ajax API Overview for Drupal's Ajax API. File core/lib/Drupal/Core/Ajax/OpenDialogCommand.php, line 12 Namespace Drupal\Core\Ajax Members Name Modifiers Type Description CommandWithAttachedAssetsTrait::$attachedAssets protected property The atta

OpCodeCache::isEnabled

public static OpCodeCache::isEnabled() Checks if OpCodeCache is enabled. Return value bool TRUE if opcache is enabled, FALSE otherwise. File core/lib/Drupal/Component/Utility/OpCodeCache.php, line 18 Class OpCodeCache Provides helpers to handle PHP opcode caches. Namespace Drupal\Component\Utility Code public static function isEnabled() { return extension_loaded('Zend OPcache') && ini_get('opcache.enable'); }

OpCodeCache::invalidate

public static OpCodeCache::invalidate($pathname) Invalidates a PHP file from a possibly active opcode cache. In case the opcode cache does not support to invalidate an individual file, the entire cache will be flushed. Parameters string $pathname: The absolute pathname of the PHP file to invalidate. File core/lib/Drupal/Component/Utility/OpCodeCache.php, line 31 Class OpCodeCache Provides helpers to handle PHP opcode caches. Namespace Drupal\Component\Utility Code public static functi

OpCodeCache

Provides helpers to handle PHP opcode caches. Hierarchy class \Drupal\Component\Utility\OpCodeCache Related topics Utility classes and functions Overview of utility classes and functions for developers. File core/lib/Drupal/Component/Utility/OpCodeCache.php, line 10 Namespace Drupal\Component\Utility Members Name Modifiers Type Description OpCodeCache::invalidate public static function Invalidates a PHP file from a possibly active opcode cache. OpCodeCache::isEnabled

OffCanvasRender::__construct

public OffCanvasRender::__construct(TitleResolverInterface $title_resolver, RendererInterface $renderer) Constructs a new OffCanvasRender. Parameters \Drupal\Core\Controller\TitleResolverInterface $title_resolver: The title resolver. \Drupal\Core\Render\RendererInterface $renderer: The renderer. Overrides DialogRenderer::__construct File core/modules/outside_in/src/Render/MainContent/OffCanvasRender.php, line 33 Class OffCanvasRender Default main content renderer for offcanvas dialog requ

OffCanvasRender::renderResponse

public OffCanvasRender::renderResponse(array $main_content, Request $request, RouteMatchInterface $route_match) Renders the main content render array into a response. Parameters array $main_content: The render array representing the main content. \Symfony\Component\HttpFoundation\Request $request: The request object, for context. \Drupal\Core\Routing\RouteMatchInterface $route_match: The route match, for context. Return value \Symfony\Component\HttpFoundation\Response The Response in the form

OffCanvasRender::$renderer

The renderer. Type: \Drupal\Core\Render\RendererInterface File core/modules/outside_in/src/Render/MainContent/OffCanvasRender.php, line 23 Class OffCanvasRender Default main content renderer for offcanvas dialog requests. Namespace Drupal\outside_in\Render\MainContent Code protected $renderer;

OffCanvasRender

Default main content renderer for offcanvas dialog requests. Hierarchy class \Drupal\Core\Render\MainContent\DialogRenderer implements MainContentRendererInterfaceclass \Drupal\outside_in\Render\MainContent\OffCanvasRender File core/modules/outside_in/src/Render/MainContent/OffCanvasRender.php, line 16 Namespace Drupal\outside_in\Render\MainContent Members Name Modifiers Type Description DialogRenderer::$titleResolver protected property The title resolver. DialogRende