Home
last modified time | relevance | path

Searched refs:triggerDeprecated (Results 1 – 11 of 11) sorted by relevance

/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/tests/phpunit/unit/Elgg/
H A DPluginHooksServiceUnitTest.php106 …$this->assertEquals(2, $this->hooks->triggerDeprecated('foo', 'bar', ['foo' => 1], 2, 'The plugin …
119 …$this->assertEquals(3, $this->hooks->triggerDeprecated('foo', 'bar', ['foo' => 1], 2, 'The plugin …
H A DEventsServiceUnitTest.php109 …$this->assertTrue($this->events->triggerDeprecated('foo', 'bar', null, 'The event "foo":"bar" has …
122 …$this->assertTrue($this->events->triggerDeprecated('foo', 'bar', null, 'The event "foo":"bar" has …
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/classes/Elgg/Router/Middleware/
H A DActionMiddleware.php29 …$result = $request->elgg()->hooks->triggerDeprecated('action', $action, null, true, $deprecated_ms…
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/classes/Elgg/Cli/
H A DSimpletestCommand.php106 …$test_cases = _elgg_services()->hooks->triggerDeprecated('unit_test', 'system', null, [], 'Simplet…
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/classes/Elgg/
H A DPluginHooksService.php117 …public function triggerDeprecated($name, $type, $params = null, $value = null, $message = null, $v… function in Elgg\\PluginHooksService
H A DEventsService.php201 …public function triggerDeprecated($event, $object_type, $object = null, $message = null, $version … function in Elgg\\EventsService
H A DLogger.php257 if (!$this->hooks->triggerDeprecated('debug', 'log', $params, true)) {
H A DUserCapabilities.php242 …return $this->hooks->triggerDeprecated('permissions_check:metadata', $entity->getType(), $params, …
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/classes/
H A DElggExtender.php172 …$object = _elgg_services()->hooks->triggerDeprecated('to:object', $this->getSubtype(), $params, $o…
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/lib/
H A Delgglib.php456 return elgg()->events->triggerDeprecated($event, $object_type, $object, $message, $version);
625 return elgg()->hooks->triggerDeprecated($hook, $type, $params, $returnvalue, $message, $version);
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/classes/Elgg/Database/
H A DEntityTable.php639 if (!_elgg_services()->events->triggerDeprecated('delete', $entity->type, $entity)) {